Shades of Cinnabar #DC3E23
Tints of Cinnabar #DC3E23
RGB
CMYK
RGB Variations
Color information
#DC3E23 (or 0xDC3E23) is known color: Cinnabar. HEX triplet: DC, 3E and 23. RGB value is (220,62,35). Sum of RGB (Red+Green+Blue) = 220+62+35=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E23 is #23C1DC. Grayscale: #6A6A6A. Windows color (decimal): -2343389 or 2309852. OLE color: 2309852.
HSL color Cylindrical-coordinate representation of color #DC3E23: hue angle of 8.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC3E23 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 35 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.14 |
| HSL | 8.76º | 0.73% | 0.5% | - |
| HSV(B) | 8.76º | 0.84% | 0.86% | - |
| XYZ | 31.54 | 18.78 | 3.55 | - |
| YUV | 106.16 | 87.85 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 35 | 0 | 0.72 | 0.84 | 0.14 | 8.76 | 0.73 | 0.5 |
| Hex | DC | 3E | 23 | 0 | 48 | 54 | E | 9 | 49 | 32 |
| Octal | 334 | 76 | 43 | 0 | 110 | 124 | 16 | 11 | 111 | 62 |
| Binary | 11011100 | 111110 | 100011 | 0 | 1001000 | 1010100 | 1110 | 1001 | 1001001 | 110010 |
Color Harmonies of #DC3E23
Complementary color
Monochromatic Colors of #DC3E23
Black with #DC3E23
Text Example
Text Example
White with #DC3E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E23; }
p { color: rgb(220,62,35); }
H1.HeaderClassName
{
color: #DC3E23;
}
.AnyTagClassName
{
color: #DC3E23;
}
</style>
background-color css
<style>
a { background-color: #DC3E23; }
a { background-color: rgb(220,62,35); }
div.DivClassName
{
background-color: #DC3E23;
}
.BgClassName
{
background-color: #DC3E23;
}
</style>
border-color css
<style>
span { border-color: #DC3E23; }
span { border-color: rgb(220,62,35); }
td.TdClassName
{
border-color: #DC3E23;
}
.TagClassName
{
border-color: #DC3E23;
}
</style>