#DC3A33

Color #DC3A33 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DC3A33

Tints of Cinnabar #DC3A33

Color information

#DC3A33 (or 0xDC3A33) is unknown color: approx Cinnabar. HEX triplet: DC, 3A and 33. RGB value is (220,58,51). Sum of RGB (Red+Green+Blue) = 220+58+51=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A33 is #23C5CC. Grayscale: #696969. Windows color (decimal): -2344397 or 3357404. OLE color: 3357404.

HSL color Cylindrical-coordinate representation of color #DC3A33: hue angle of 2.49º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3A33 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB2205851-
CMYK00.740.770.14
HSL2.49º70.71%53.14%-
HSV(B)2.49º76.82%86.27%-
XYZ31.6318.485.03-
YUV105.6497.17209.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 66.87%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=66.87%
G=17.63%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220585100.740.770.142.4970.7153.14
HexDC3A3304A4DE24735
Octal3347263011211516210765
Binary110111001110101100110100101010011011110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3A33; }

 p { color: rgb(220,58,51); }

 H1.HeaderClassName
 {
   color: #DC3A33;
 }
 .AnyTagClassName
 {
   color: #DC3A33;
 }
</style>
background-color css

<style>
 a { background-color: #DC3A33; }

 a { background-color: rgb(220,58,51); }

 div.DivClassName
 {
   background-color: #DC3A33;
 }
 .BgClassName
 {
   background-color: #DC3A33;
 }
</style>
border-color css

<style>
 span { border-color: #DC3A33; }

 span { border-color: rgb(220,58,51); }

 td.TdClassName
 {
   border-color: #DC3A33;
 }
 .TagClassName
 {
   border-color: #DC3A33;
 }
</style>