Shades of Cinnabar #DA3F25
Tints of Cinnabar #DA3F25
RGB
CMYK
RGB Variations
Color information
#DA3F25 (or 0xDA3F25) is known color: Cinnabar. HEX triplet: DA, 3F and 25. RGB value is (218,63,37). Sum of RGB (Red+Green+Blue) = 218+63+37=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F25 is #25C0DA. Grayscale: #6A6A6A. Windows color (decimal): -2474203 or 2441178. OLE color: 2441178.
HSL color Cylindrical-coordinate representation of color #DA3F25: hue angle of 8.62º 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 #DA3F25 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 37 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.15 |
| HSL | 8.62º | 0.71% | 0.5% | - |
| HSV(B) | 8.62º | 0.83% | 0.85% | - |
| XYZ | 31.02 | 18.59 | 3.7 | - |
| YUV | 106.38 | 88.85 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 37 | 0 | 0.71 | 0.83 | 0.15 | 8.62 | 0.71 | 0.5 |
| Hex | DA | 3F | 25 | 0 | 47 | 53 | F | 9 | 47 | 32 |
| Octal | 332 | 77 | 45 | 0 | 107 | 123 | 17 | 11 | 107 | 62 |
| Binary | 11011010 | 111111 | 100101 | 0 | 1000111 | 1010011 | 1111 | 1001 | 1000111 | 110010 |
Color Harmonies of #DA3F25
Complementary color
Monochromatic Colors of #DA3F25
Black with #DA3F25
Text Example
Text Example
White with #DA3F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F25; }
p { color: rgb(218,63,37); }
H1.HeaderClassName
{
color: #DA3F25;
}
.AnyTagClassName
{
color: #DA3F25;
}
</style>
background-color css
<style>
a { background-color: #DA3F25; }
a { background-color: rgb(218,63,37); }
div.DivClassName
{
background-color: #DA3F25;
}
.BgClassName
{
background-color: #DA3F25;
}
</style>
border-color css
<style>
span { border-color: #DA3F25; }
span { border-color: rgb(218,63,37); }
td.TdClassName
{
border-color: #DA3F25;
}
.TagClassName
{
border-color: #DA3F25;
}
</style>