Shades of Cinnabar #DC412E
Tints of Cinnabar #DC412E
RGB
CMYK
RGB Variations
Color information
#DC412E (or 0xDC412E) is known color: Cinnabar. HEX triplet: DC, 41 and 2E. RGB value is (220,65,46). Sum of RGB (Red+Green+Blue) = 220+65+46=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC412E is #23BED1. Grayscale: #6D6D6D. Windows color (decimal): -2342610 or 3031516. OLE color: 3031516.
HSL color Cylindrical-coordinate representation of color #DC412E: hue angle of 6.55º 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 #DC412E is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 46 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.14 |
| HSL | 6.55º | 0.71% | 0.52% | - |
| HSV(B) | 6.55º | 0.79% | 0.86% | - |
| XYZ | 31.9 | 19.19 | 4.61 | - |
| YUV | 109.18 | 92.35 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 46 | 0 | 0.70 | 0.79 | 0.14 | 6.55 | 0.71 | 0.52 |
| Hex | DC | 41 | 2E | 0 | 46 | 4F | E | 7 | 47 | 34 |
| Octal | 334 | 101 | 56 | 0 | 106 | 117 | 16 | 7 | 107 | 64 |
| Binary | 11011100 | 1000001 | 101110 | 0 | 1000110 | 1001111 | 1110 | 111 | 1000111 | 110100 |
Color Harmonies of #DC412E
Complementary color
Monochromatic Colors of #DC412E
Black with #DC412E
Text Example
Text Example
White with #DC412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC412E; }
p { color: rgb(220,65,46); }
H1.HeaderClassName
{
color: #DC412E;
}
.AnyTagClassName
{
color: #DC412E;
}
</style>
background-color css
<style>
a { background-color: #DC412E; }
a { background-color: rgb(220,65,46); }
div.DivClassName
{
background-color: #DC412E;
}
.BgClassName
{
background-color: #DC412E;
}
</style>
border-color css
<style>
span { border-color: #DC412E; }
span { border-color: rgb(220,65,46); }
td.TdClassName
{
border-color: #DC412E;
}
.TagClassName
{
border-color: #DC412E;
}
</style>