Shades of Cinnabar #DC422B
Tints of Cinnabar #DC422B
RGB
CMYK
RGB Variations
Color information
#DC422B (or 0xDC422B) is known color: Cinnabar. HEX triplet: DC, 42 and 2B. RGB value is (220,66,43). Sum of RGB (Red+Green+Blue) = 220+66+43=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC422B is #23BDD4. Grayscale: #6D6D6D. Windows color (decimal): -2342357 or 2835164. OLE color: 2835164.
HSL color Cylindrical-coordinate representation of color #DC422B: hue angle of 7.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC422B is Cyan = 0, Magento = 0.7, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 43 | - |
| CMYK | 0 | 0.7 | 0.80 | 0.14 |
| HSL | 7.8º | 0.72% | 0.52% | - |
| HSV(B) | 7.8º | 0.8% | 0.86% | - |
| XYZ | 31.9 | 19.29 | 4.33 | - |
| YUV | 109.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 43 | 0 | 0.7 | 0.80 | 0.14 | 7.8 | 0.72 | 0.52 |
| Hex | DC | 42 | 2B | 0 | 46 | 50 | E | 8 | 48 | 34 |
| Octal | 334 | 102 | 53 | 0 | 106 | 120 | 16 | 10 | 110 | 64 |
| Binary | 11011100 | 1000010 | 101011 | 0 | 1000110 | 1010000 | 1110 | 1000 | 1001000 | 110100 |
Color Harmonies of #DC422B
Complementary color
Monochromatic Colors of #DC422B
Black with #DC422B
Text Example
Text Example
White with #DC422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC422B; }
p { color: rgb(220,66,43); }
H1.HeaderClassName
{
color: #DC422B;
}
.AnyTagClassName
{
color: #DC422B;
}
</style>
background-color css
<style>
a { background-color: #DC422B; }
a { background-color: rgb(220,66,43); }
div.DivClassName
{
background-color: #DC422B;
}
.BgClassName
{
background-color: #DC422B;
}
</style>
border-color css
<style>
span { border-color: #DC422B; }
span { border-color: rgb(220,66,43); }
td.TdClassName
{
border-color: #DC422B;
}
.TagClassName
{
border-color: #DC422B;
}
</style>