#DC3C1F

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

Shades of Cinnabar #DC3C1F

Tints of Cinnabar #DC3C1F

Color information

#DC3C1F (or 0xDC3C1F) is unknown color: approx Cinnabar. HEX triplet: DC, 3C and 1F. RGB value is (220,60,31). Sum of RGB (Red+Green+Blue) = 220+60+31=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C1F is #23C3E0. Grayscale: #686868. Windows color (decimal): -2343905 or 2047196. OLE color: 2047196.

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

Color convert

RGB2206031-
CMYK00.730.860.14
HSL9.21º75.3%49.22%-
HSV(B)9.21º85.91%86.27%-
XYZ31.3818.553.22-
YUV104.5386.51210.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.74%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 31 (12.5% from 255) = 9.97%
R=70.74%
G=19.29%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220603100.730.860.149.2175.349.22
HexDC3C1F04956E94b31
Octal33474370111126161111361
Binary1101110011110011111010010011010110111010011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3C1F; }

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

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

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

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

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

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

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

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