Shades of Cinnabar #DA422D
Tints of Cinnabar #DA422D
RGB
CMYK
RGB Variations
Color information
#DA422D (or 0xDA422D) is known color: Cinnabar. HEX triplet: DA, 42 and 2D. RGB value is (218,66,45). Sum of RGB (Red+Green+Blue) = 218+66+45=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA422D is #25BDD2. Grayscale: #6D6D6D. Windows color (decimal): -2473427 or 2966234. OLE color: 2966234.
HSL color Cylindrical-coordinate representation of color #DA422D: hue angle of 7.28º 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 #DA422D is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 45 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.15 |
| HSL | 7.28º | 0.7% | 0.52% | - |
| HSV(B) | 7.28º | 0.79% | 0.85% | - |
| XYZ | 31.34 | 18.99 | 4.5 | - |
| YUV | 109.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 45 | 0 | 0.70 | 0.79 | 0.15 | 7.28 | 0.7 | 0.52 |
| Hex | DA | 42 | 2D | 0 | 46 | 4F | F | 7 | 46 | 34 |
| Octal | 332 | 102 | 55 | 0 | 106 | 117 | 17 | 7 | 106 | 64 |
| Binary | 11011010 | 1000010 | 101101 | 0 | 1000110 | 1001111 | 1111 | 111 | 1000110 | 110100 |
Color Harmonies of #DA422D
Complementary color
Monochromatic Colors of #DA422D
Black with #DA422D
Text Example
Text Example
White with #DA422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA422D; }
p { color: rgb(218,66,45); }
H1.HeaderClassName
{
color: #DA422D;
}
.AnyTagClassName
{
color: #DA422D;
}
</style>
background-color css
<style>
a { background-color: #DA422D; }
a { background-color: rgb(218,66,45); }
div.DivClassName
{
background-color: #DA422D;
}
.BgClassName
{
background-color: #DA422D;
}
</style>
border-color css
<style>
span { border-color: #DA422D; }
span { border-color: rgb(218,66,45); }
td.TdClassName
{
border-color: #DA422D;
}
.TagClassName
{
border-color: #DA422D;
}
</style>