Shades of Cinnabar #DA412C
Tints of Cinnabar #DA412C
RGB
CMYK
RGB Variations
Color information
#DA412C (or 0xDA412C) is known color: Cinnabar. HEX triplet: DA, 41 and 2C. RGB value is (218,65,44). Sum of RGB (Red+Green+Blue) = 218+65+44=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA412C is #25BED3. Grayscale: #6C6C6C. Windows color (decimal): -2473684 or 2900442. OLE color: 2900442.
HSL color Cylindrical-coordinate representation of color #DA412C: hue angle of 7.24º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA412C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 44 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.15 |
| HSL | 7.24º | 0.7% | 0.51% | - |
| HSV(B) | 7.24º | 0.8% | 0.85% | - |
| XYZ | 31.26 | 18.87 | 4.38 | - |
| YUV | 108.35 | 91.69 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 44 | 0 | 0.70 | 0.80 | 0.15 | 7.24 | 0.7 | 0.51 |
| Hex | DA | 41 | 2C | 0 | 46 | 50 | F | 7 | 46 | 33 |
| Octal | 332 | 101 | 54 | 0 | 106 | 120 | 17 | 7 | 106 | 63 |
| Binary | 11011010 | 1000001 | 101100 | 0 | 1000110 | 1010000 | 1111 | 111 | 1000110 | 110011 |
Color Harmonies of #DA412C
Complementary color
Monochromatic Colors of #DA412C
Black with #DA412C
Text Example
Text Example
White with #DA412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA412C; }
p { color: rgb(218,65,44); }
H1.HeaderClassName
{
color: #DA412C;
}
.AnyTagClassName
{
color: #DA412C;
}
</style>
background-color css
<style>
a { background-color: #DA412C; }
a { background-color: rgb(218,65,44); }
div.DivClassName
{
background-color: #DA412C;
}
.BgClassName
{
background-color: #DA412C;
}
</style>
border-color css
<style>
span { border-color: #DA412C; }
span { border-color: rgb(218,65,44); }
td.TdClassName
{
border-color: #DA412C;
}
.TagClassName
{
border-color: #DA412C;
}
</style>