Shades of Cinnabar #DA3E2F
Tints of Cinnabar #DA3E2F
RGB
CMYK
RGB Variations
Color information
#DA3E2F (or 0xDA3E2F) is known color: Cinnabar. HEX triplet: DA, 3E and 2F. RGB value is (218,62,47). Sum of RGB (Red+Green+Blue) = 218+62+47=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E2F is #25C1D0. Grayscale: #6B6B6B. Windows color (decimal): -2474449 or 3096282. OLE color: 3096282.
HSL color Cylindrical-coordinate representation of color #DA3E2F: hue angle of 5.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3E2F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 47 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.15 |
| HSL | 5.26º | 0.7% | 0.52% | - |
| HSV(B) | 5.26º | 0.78% | 0.85% | - |
| XYZ | 31.15 | 18.56 | 4.63 | - |
| YUV | 106.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 47 | 0 | 0.72 | 0.78 | 0.15 | 5.26 | 0.7 | 0.52 |
| Hex | DA | 3E | 2F | 0 | 48 | 4E | F | 5 | 46 | 34 |
| Octal | 332 | 76 | 57 | 0 | 110 | 116 | 17 | 5 | 106 | 64 |
| Binary | 11011010 | 111110 | 101111 | 0 | 1001000 | 1001110 | 1111 | 101 | 1000110 | 110100 |
Color Harmonies of #DA3E2F
Complementary color
Monochromatic Colors of #DA3E2F
Black with #DA3E2F
Text Example
Text Example
White with #DA3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E2F; }
p { color: rgb(218,62,47); }
H1.HeaderClassName
{
color: #DA3E2F;
}
.AnyTagClassName
{
color: #DA3E2F;
}
</style>
background-color css
<style>
a { background-color: #DA3E2F; }
a { background-color: rgb(218,62,47); }
div.DivClassName
{
background-color: #DA3E2F;
}
.BgClassName
{
background-color: #DA3E2F;
}
</style>
border-color css
<style>
span { border-color: #DA3E2F; }
span { border-color: rgb(218,62,47); }
td.TdClassName
{
border-color: #DA3E2F;
}
.TagClassName
{
border-color: #DA3E2F;
}
</style>