#DC4E3C

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

Shades of Cinnabar #DC4E3C

Tints of Cinnabar #DC4E3C

Color information

#DC4E3C (or 0xDC4E3C) is unknown color: approx Cinnabar. HEX triplet: DC, 4E and 3C. RGB value is (220,78,60). Sum of RGB (Red+Green+Blue) = 220+78+60=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E3C is #23B1C3. Grayscale: #767676. Windows color (decimal): -2339268 or 3952348. OLE color: 3952348.

HSL color Cylindrical-coordinate representation of color #DC4E3C: hue angle of 6.75º 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 #DC4E3C is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2207860-
CMYK00.650.730.14
HSL6.75º69.57%54.9%-
HSV(B)6.75º72.73%86.27%-
XYZ33.0620.996.58-
YUV118.4195.04200.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.45%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=61.45%
G=21.79%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220786000.650.730.146.7569.5754.9
HexDC4E3C04149E74637
Octal33411674010111116710667
Binary11011100100111011110001000001100100111101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E3C; }

 p { color: rgb(220,78,60); }

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

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

 a { background-color: rgb(220,78,60); }

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

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

 span { border-color: rgb(220,78,60); }

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