Shades of Cinnabar #DC422E
Tints of Cinnabar #DC422E
RGB
CMYK
RGB Variations
Color information
#DC422E (or 0xDC422E) is known color: Cinnabar. HEX triplet: DC, 42 and 2E. RGB value is (220,66,46). Sum of RGB (Red+Green+Blue) = 220+66+46=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC422E is #23BDD1. Grayscale: #6E6E6E. Windows color (decimal): -2342354 or 3031772. OLE color: 3031772.
HSL color Cylindrical-coordinate representation of color #DC422E: hue angle of 6.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC422E is Cyan = 0, Magento = 0.7, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 46 | - |
| CMYK | 0 | 0.7 | 0.79 | 0.14 |
| HSL | 6.9º | 0.71% | 0.52% | - |
| HSV(B) | 6.9º | 0.79% | 0.86% | - |
| XYZ | 31.96 | 19.31 | 4.63 | - |
| YUV | 109.77 | 92.02 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 46 | 0 | 0.7 | 0.79 | 0.14 | 6.9 | 0.71 | 0.52 |
| Hex | DC | 42 | 2E | 0 | 46 | 4F | E | 7 | 47 | 34 |
| Octal | 334 | 102 | 56 | 0 | 106 | 117 | 16 | 7 | 107 | 64 |
| Binary | 11011100 | 1000010 | 101110 | 0 | 1000110 | 1001111 | 1110 | 111 | 1000111 | 110100 |
Color Harmonies of #DC422E
Complementary color
Monochromatic Colors of #DC422E
Black with #DC422E
Text Example
Text Example
White with #DC422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC422E; }
p { color: rgb(220,66,46); }
H1.HeaderClassName
{
color: #DC422E;
}
.AnyTagClassName
{
color: #DC422E;
}
</style>
background-color css
<style>
a { background-color: #DC422E; }
a { background-color: rgb(220,66,46); }
div.DivClassName
{
background-color: #DC422E;
}
.BgClassName
{
background-color: #DC422E;
}
</style>
border-color css
<style>
span { border-color: #DC422E; }
span { border-color: rgb(220,66,46); }
td.TdClassName
{
border-color: #DC422E;
}
.TagClassName
{
border-color: #DC422E;
}
</style>