Shades of Cinnabar #DA412D
Tints of Cinnabar #DA412D
RGB
CMYK
RGB Variations
Color information
#DA412D (or 0xDA412D) is known color: Cinnabar. HEX triplet: DA, 41 and 2D. RGB value is (218,65,45). Sum of RGB (Red+Green+Blue) = 218+65+45=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA412D is #25BED2. Grayscale: #6C6C6C. Windows color (decimal): -2473683 or 2965978. OLE color: 2965978.
HSL color Cylindrical-coordinate representation of color #DA412D: hue angle of 6.94º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA412D is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 45 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.15 |
| HSL | 6.94º | 0.7% | 0.52% | - |
| HSV(B) | 6.94º | 0.79% | 0.85% | - |
| XYZ | 31.28 | 18.88 | 4.48 | - |
| YUV | 108.47 | 92.19 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 45 | 0 | 0.70 | 0.79 | 0.15 | 6.94 | 0.7 | 0.52 |
| Hex | DA | 41 | 2D | 0 | 46 | 4F | F | 7 | 46 | 34 |
| Octal | 332 | 101 | 55 | 0 | 106 | 117 | 17 | 7 | 106 | 64 |
| Binary | 11011010 | 1000001 | 101101 | 0 | 1000110 | 1001111 | 1111 | 111 | 1000110 | 110100 |
Color Harmonies of #DA412D
Complementary color
Monochromatic Colors of #DA412D
Black with #DA412D
Text Example
Text Example
White with #DA412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA412D; }
p { color: rgb(218,65,45); }
H1.HeaderClassName
{
color: #DA412D;
}
.AnyTagClassName
{
color: #DA412D;
}
</style>
background-color css
<style>
a { background-color: #DA412D; }
a { background-color: rgb(218,65,45); }
div.DivClassName
{
background-color: #DA412D;
}
.BgClassName
{
background-color: #DA412D;
}
</style>
border-color css
<style>
span { border-color: #DA412D; }
span { border-color: rgb(218,65,45); }
td.TdClassName
{
border-color: #DA412D;
}
.TagClassName
{
border-color: #DA412D;
}
</style>