Shades of Cinnabar #DA4225
Tints of Cinnabar #DA4225
RGB
CMYK
RGB Variations
Color information
#DA4225 (or 0xDA4225) is known color: Cinnabar. HEX triplet: DA, 42 and 25. RGB value is (218,66,37). Sum of RGB (Red+Green+Blue) = 218+66+37=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4225 is #25BDDA. Grayscale: #6C6C6C. Windows color (decimal): -2473435 or 2441946. OLE color: 2441946.
HSL color Cylindrical-coordinate representation of color #DA4225: hue angle of 9.61º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA4225 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 37 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.15 |
| HSL | 9.61º | 0.71% | 0.5% | - |
| HSV(B) | 9.61º | 0.83% | 0.85% | - |
| XYZ | 31.2 | 18.94 | 3.76 | - |
| YUV | 108.14 | 87.86 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 37 | 0 | 0.70 | 0.83 | 0.15 | 9.61 | 0.71 | 0.5 |
| Hex | DA | 42 | 25 | 0 | 46 | 53 | F | A | 47 | 32 |
| Octal | 332 | 102 | 45 | 0 | 106 | 123 | 17 | 12 | 107 | 62 |
| Binary | 11011010 | 1000010 | 100101 | 0 | 1000110 | 1010011 | 1111 | 1010 | 1000111 | 110010 |
Color Harmonies of #DA4225
Complementary color
Monochromatic Colors of #DA4225
Black with #DA4225
Text Example
Text Example
White with #DA4225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4225; }
p { color: rgb(218,66,37); }
H1.HeaderClassName
{
color: #DA4225;
}
.AnyTagClassName
{
color: #DA4225;
}
</style>
background-color css
<style>
a { background-color: #DA4225; }
a { background-color: rgb(218,66,37); }
div.DivClassName
{
background-color: #DA4225;
}
.BgClassName
{
background-color: #DA4225;
}
</style>
border-color css
<style>
span { border-color: #DA4225; }
span { border-color: rgb(218,66,37); }
td.TdClassName
{
border-color: #DA4225;
}
.TagClassName
{
border-color: #DA4225;
}
</style>