Shades of Cinnabar #DC412D
Tints of Cinnabar #DC412D
RGB
CMYK
RGB Variations
Color information
#DC412D (or 0xDC412D) is known color: Cinnabar. HEX triplet: DC, 41 and 2D. RGB value is (220,65,45). Sum of RGB (Red+Green+Blue) = 220+65+45=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC412D is #23BED2. Grayscale: #6D6D6D. Windows color (decimal): -2342611 or 2965980. OLE color: 2965980.
HSL color Cylindrical-coordinate representation of color #DC412D: hue angle of 6.86º degrees, saturation: 0.71, 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 #DC412D is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 45 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.14 |
| HSL | 6.86º | 0.71% | 0.52% | - |
| HSV(B) | 6.86º | 0.8% | 0.86% | - |
| XYZ | 31.88 | 19.19 | 4.51 | - |
| YUV | 109.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 45 | 0 | 0.70 | 0.80 | 0.14 | 6.86 | 0.71 | 0.52 |
| Hex | DC | 41 | 2D | 0 | 46 | 50 | E | 7 | 47 | 34 |
| Octal | 334 | 101 | 55 | 0 | 106 | 120 | 16 | 7 | 107 | 64 |
| Binary | 11011100 | 1000001 | 101101 | 0 | 1000110 | 1010000 | 1110 | 111 | 1000111 | 110100 |
Color Harmonies of #DC412D
Complementary color
Monochromatic Colors of #DC412D
Black with #DC412D
Text Example
Text Example
White with #DC412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC412D; }
p { color: rgb(220,65,45); }
H1.HeaderClassName
{
color: #DC412D;
}
.AnyTagClassName
{
color: #DC412D;
}
</style>
background-color css
<style>
a { background-color: #DC412D; }
a { background-color: rgb(220,65,45); }
div.DivClassName
{
background-color: #DC412D;
}
.BgClassName
{
background-color: #DC412D;
}
</style>
border-color css
<style>
span { border-color: #DC412D; }
span { border-color: rgb(220,65,45); }
td.TdClassName
{
border-color: #DC412D;
}
.TagClassName
{
border-color: #DC412D;
}
</style>