Shades of Cinnabar #DA4D25
Tints of Cinnabar #DA4D25
RGB
CMYK
RGB Variations
Color information
#DA4D25 (or 0xDA4D25) is known color: Cinnabar. HEX triplet: DA, 4D and 25. RGB value is (218,77,37). Sum of RGB (Red+Green+Blue) = 218+77+37=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D25 is #25B2DA. Grayscale: #727272. Windows color (decimal): -2470619 or 2444762. OLE color: 2444762.
HSL color Cylindrical-coordinate representation of color #DA4D25: hue angle of 13.26º 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 #DA4D25 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 37 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.15 |
| HSL | 13.26º | 0.71% | 0.5% | - |
| HSV(B) | 13.26º | 0.83% | 0.85% | - |
| XYZ | 31.9 | 20.35 | 4 | - |
| YUV | 114.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 37 | 0 | 0.65 | 0.83 | 0.15 | 13.26 | 0.71 | 0.5 |
| Hex | DA | 4D | 25 | 0 | 41 | 53 | F | D | 47 | 32 |
| Octal | 332 | 115 | 45 | 0 | 101 | 123 | 17 | 15 | 107 | 62 |
| Binary | 11011010 | 1001101 | 100101 | 0 | 1000001 | 1010011 | 1111 | 1101 | 1000111 | 110010 |
Color Harmonies of #DA4D25
Complementary color
Monochromatic Colors of #DA4D25
Black with #DA4D25
Text Example
Text Example
White with #DA4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D25; }
p { color: rgb(218,77,37); }
H1.HeaderClassName
{
color: #DA4D25;
}
.AnyTagClassName
{
color: #DA4D25;
}
</style>
background-color css
<style>
a { background-color: #DA4D25; }
a { background-color: rgb(218,77,37); }
div.DivClassName
{
background-color: #DA4D25;
}
.BgClassName
{
background-color: #DA4D25;
}
</style>
border-color css
<style>
span { border-color: #DA4D25; }
span { border-color: rgb(218,77,37); }
td.TdClassName
{
border-color: #DA4D25;
}
.TagClassName
{
border-color: #DA4D25;
}
</style>