Shades of Cinnabar #DA3C39
Tints of Cinnabar #DA3C39
RGB
CMYK
RGB Variations
Color information
#DA3C39 (or 0xDA3C39) is known color: Cinnabar. HEX triplet: DA, 3C and 39. RGB value is (218,60,57). Sum of RGB (Red+Green+Blue) = 218+60+57=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C39 is #25C3C6. Grayscale: #6B6B6B. Windows color (decimal): -2474951 or 3751130. OLE color: 3751130.
HSL color Cylindrical-coordinate representation of color #DA3C39: hue angle of 1.12º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3C39 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 57 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.15 |
| HSL | 1.12º | 0.69% | 0.54% | - |
| HSV(B) | 1.12º | 0.74% | 0.85% | - |
| XYZ | 31.27 | 18.43 | 5.78 | - |
| YUV | 106.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 57 | 0 | 0.72 | 0.74 | 0.15 | 1.12 | 0.69 | 0.54 |
| Hex | DA | 3C | 39 | 0 | 48 | 4A | F | 1 | 45 | 36 |
| Octal | 332 | 74 | 71 | 0 | 110 | 112 | 17 | 1 | 105 | 66 |
| Binary | 11011010 | 111100 | 111001 | 0 | 1001000 | 1001010 | 1111 | 1 | 1000101 | 110110 |
Color Harmonies of #DA3C39
Complementary color
Monochromatic Colors of #DA3C39
Black with #DA3C39
Text Example
Text Example
White with #DA3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C39; }
p { color: rgb(218,60,57); }
H1.HeaderClassName
{
color: #DA3C39;
}
.AnyTagClassName
{
color: #DA3C39;
}
</style>
background-color css
<style>
a { background-color: #DA3C39; }
a { background-color: rgb(218,60,57); }
div.DivClassName
{
background-color: #DA3C39;
}
.BgClassName
{
background-color: #DA3C39;
}
</style>
border-color css
<style>
span { border-color: #DA3C39; }
span { border-color: rgb(218,60,57); }
td.TdClassName
{
border-color: #DA3C39;
}
.TagClassName
{
border-color: #DA3C39;
}
</style>