Shades of Cinnabar #DA3F27
Tints of Cinnabar #DA3F27
RGB
CMYK
RGB Variations
Color information
#DA3F27 (or 0xDA3F27) is known color: Cinnabar. HEX triplet: DA, 3F and 27. RGB value is (218,63,39). Sum of RGB (Red+Green+Blue) = 218+63+39=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F27 is #25C0D8. Grayscale: #6A6A6A. Windows color (decimal): -2474201 or 2572250. OLE color: 2572250.
HSL color Cylindrical-coordinate representation of color #DA3F27: hue angle of 8.04º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA3F27 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 39 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.15 |
| HSL | 8.04º | 0.71% | 0.5% | - |
| HSV(B) | 8.04º | 0.82% | 0.85% | - |
| XYZ | 31.06 | 18.61 | 3.87 | - |
| YUV | 106.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 39 | 0 | 0.71 | 0.82 | 0.15 | 8.04 | 0.71 | 0.5 |
| Hex | DA | 3F | 27 | 0 | 47 | 52 | F | 8 | 47 | 32 |
| Octal | 332 | 77 | 47 | 0 | 107 | 122 | 17 | 10 | 107 | 62 |
| Binary | 11011010 | 111111 | 100111 | 0 | 1000111 | 1010010 | 1111 | 1000 | 1000111 | 110010 |
Color Harmonies of #DA3F27
Complementary color
Monochromatic Colors of #DA3F27
Black with #DA3F27
Text Example
Text Example
White with #DA3F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F27; }
p { color: rgb(218,63,39); }
H1.HeaderClassName
{
color: #DA3F27;
}
.AnyTagClassName
{
color: #DA3F27;
}
</style>
background-color css
<style>
a { background-color: #DA3F27; }
a { background-color: rgb(218,63,39); }
div.DivClassName
{
background-color: #DA3F27;
}
.BgClassName
{
background-color: #DA3F27;
}
</style>
border-color css
<style>
span { border-color: #DA3F27; }
span { border-color: rgb(218,63,39); }
td.TdClassName
{
border-color: #DA3F27;
}
.TagClassName
{
border-color: #DA3F27;
}
</style>