Shades of Cinnabar #DC412F
Tints of Cinnabar #DC412F
RGB
CMYK
RGB Variations
Color information
#DC412F (or 0xDC412F) is known color: Cinnabar. HEX triplet: DC, 41 and 2F. RGB value is (220,65,47). Sum of RGB (Red+Green+Blue) = 220+65+47=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC412F is #23BED0. Grayscale: #6D6D6D. Windows color (decimal): -2342609 or 3097052. OLE color: 3097052.
HSL color Cylindrical-coordinate representation of color #DC412F: hue angle of 6.24º 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 #DC412F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.14 |
| HSL | 6.24º | 0.71% | 0.52% | - |
| HSV(B) | 6.24º | 0.79% | 0.86% | - |
| XYZ | 31.92 | 19.2 | 4.71 | - |
| YUV | 109.29 | 92.85 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 47 | 0 | 0.70 | 0.79 | 0.14 | 6.24 | 0.71 | 0.52 |
| Hex | DC | 41 | 2F | 0 | 46 | 4F | E | 6 | 47 | 34 |
| Octal | 334 | 101 | 57 | 0 | 106 | 117 | 16 | 6 | 107 | 64 |
| Binary | 11011100 | 1000001 | 101111 | 0 | 1000110 | 1001111 | 1110 | 110 | 1000111 | 110100 |
Color Harmonies of #DC412F
Complementary color
Monochromatic Colors of #DC412F
Black with #DC412F
Text Example
Text Example
White with #DC412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC412F; }
p { color: rgb(220,65,47); }
H1.HeaderClassName
{
color: #DC412F;
}
.AnyTagClassName
{
color: #DC412F;
}
</style>
background-color css
<style>
a { background-color: #DC412F; }
a { background-color: rgb(220,65,47); }
div.DivClassName
{
background-color: #DC412F;
}
.BgClassName
{
background-color: #DC412F;
}
</style>
border-color css
<style>
span { border-color: #DC412F; }
span { border-color: rgb(220,65,47); }
td.TdClassName
{
border-color: #DC412F;
}
.TagClassName
{
border-color: #DC412F;
}
</style>