Shades of Cinnabar #DC412B
Tints of Cinnabar #DC412B
RGB
CMYK
RGB Variations
Color information
#DC412B (or 0xDC412B) is known color: Cinnabar. HEX triplet: DC, 41 and 2B. RGB value is (220,65,43). Sum of RGB (Red+Green+Blue) = 220+65+43=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC412B is #23BED4. Grayscale: #6D6D6D. Windows color (decimal): -2342613 or 2834908. OLE color: 2834908.
HSL color Cylindrical-coordinate representation of color #DC412B: hue angle of 7.46º 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 #DC412B is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 43 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.14 |
| HSL | 7.46º | 0.72% | 0.52% | - |
| HSV(B) | 7.46º | 0.8% | 0.86% | - |
| XYZ | 31.84 | 19.17 | 4.31 | - |
| YUV | 108.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 43 | 0 | 0.70 | 0.80 | 0.14 | 7.46 | 0.72 | 0.52 |
| Hex | DC | 41 | 2B | 0 | 46 | 50 | E | 7 | 48 | 34 |
| Octal | 334 | 101 | 53 | 0 | 106 | 120 | 16 | 7 | 110 | 64 |
| Binary | 11011100 | 1000001 | 101011 | 0 | 1000110 | 1010000 | 1110 | 111 | 1001000 | 110100 |
Color Harmonies of #DC412B
Complementary color
Monochromatic Colors of #DC412B
Black with #DC412B
Text Example
Text Example
White with #DC412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC412B; }
p { color: rgb(220,65,43); }
H1.HeaderClassName
{
color: #DC412B;
}
.AnyTagClassName
{
color: #DC412B;
}
</style>
background-color css
<style>
a { background-color: #DC412B; }
a { background-color: rgb(220,65,43); }
div.DivClassName
{
background-color: #DC412B;
}
.BgClassName
{
background-color: #DC412B;
}
</style>
border-color css
<style>
span { border-color: #DC412B; }
span { border-color: rgb(220,65,43); }
td.TdClassName
{
border-color: #DC412B;
}
.TagClassName
{
border-color: #DC412B;
}
</style>