#DC4A3B

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

Shades of Cinnabar #DC4A3B

Tints of Cinnabar #DC4A3B

Color information

#DC4A3B (or 0xDC4A3B) is unknown color: approx Cinnabar. HEX triplet: DC, 4A and 3B. RGB value is (220,74,59). Sum of RGB (Red+Green+Blue) = 220+74+59=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A3B is #23B5C4. Grayscale: #747474. Windows color (decimal): -2340293 or 3885788. OLE color: 3885788.

HSL color Cylindrical-coordinate representation of color #DC4A3B: hue angle of 5.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC4A3B is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2207459-
CMYK00.660.730.14
HSL5.59º69.7%54.71%-
HSV(B)5.59º73.18%86.27%-
XYZ32.7520.436.35-
YUV115.9495.87202.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.32%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 59 (23.44% from 255) = 16.71%
R=62.32%
G=20.96%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220745900.660.730.145.5969.754.71
HexDC4A3B04249E64637
Octal33411273010211116610667
Binary11011100100101011101101000010100100111101101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4A3B; }

 p { color: rgb(220,74,59); }

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

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

 a { background-color: rgb(220,74,59); }

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

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

 span { border-color: rgb(220,74,59); }

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