Shades of Cinnabar #DA4825
Tints of Cinnabar #DA4825
RGB
CMYK
RGB Variations
Color information
#DA4825 (or 0xDA4825) is known color: Cinnabar. HEX triplet: DA, 48 and 25. RGB value is (218,72,37). Sum of RGB (Red+Green+Blue) = 218+72+37=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4825 is #25B7DA. Grayscale: #6F6F6F. Windows color (decimal): -2471899 or 2443482. OLE color: 2443482.
HSL color Cylindrical-coordinate representation of color #DA4825: hue angle of 11.6º 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 #DA4825 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 37 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.15 |
| HSL | 11.6º | 0.71% | 0.5% | - |
| HSV(B) | 11.6º | 0.83% | 0.85% | - |
| XYZ | 31.56 | 19.67 | 3.88 | - |
| YUV | 111.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 37 | 0 | 0.67 | 0.83 | 0.15 | 11.6 | 0.71 | 0.5 |
| Hex | DA | 48 | 25 | 0 | 43 | 53 | F | C | 47 | 32 |
| Octal | 332 | 110 | 45 | 0 | 103 | 123 | 17 | 14 | 107 | 62 |
| Binary | 11011010 | 1001000 | 100101 | 0 | 1000011 | 1010011 | 1111 | 1100 | 1000111 | 110010 |
Color Harmonies of #DA4825
Complementary color
Monochromatic Colors of #DA4825
Black with #DA4825
Text Example
Text Example
White with #DA4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4825; }
p { color: rgb(218,72,37); }
H1.HeaderClassName
{
color: #DA4825;
}
.AnyTagClassName
{
color: #DA4825;
}
</style>
background-color css
<style>
a { background-color: #DA4825; }
a { background-color: rgb(218,72,37); }
div.DivClassName
{
background-color: #DA4825;
}
.BgClassName
{
background-color: #DA4825;
}
</style>
border-color css
<style>
span { border-color: #DA4825; }
span { border-color: rgb(218,72,37); }
td.TdClassName
{
border-color: #DA4825;
}
.TagClassName
{
border-color: #DA4825;
}
</style>