Shades of Cinnabar #DA3C34
Tints of Cinnabar #DA3C34
RGB
CMYK
RGB Variations
Color information
#DA3C34 (or 0xDA3C34) is known color: Cinnabar. HEX triplet: DA, 3C and 34. RGB value is (218,60,52). Sum of RGB (Red+Green+Blue) = 218+60+52=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C34 is #25C3CB. Grayscale: #6A6A6A. Windows color (decimal): -2474956 or 3423450. OLE color: 3423450.
HSL color Cylindrical-coordinate representation of color #DA3C34: hue angle of 2.89º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3C34 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 52 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.15 |
| HSL | 2.89º | 0.69% | 0.53% | - |
| HSV(B) | 2.89º | 0.76% | 0.85% | - |
| XYZ | 31.15 | 18.39 | 5.16 | - |
| YUV | 106.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 52 | 0 | 0.72 | 0.76 | 0.15 | 2.89 | 0.69 | 0.53 |
| Hex | DA | 3C | 34 | 0 | 48 | 4C | F | 3 | 45 | 35 |
| Octal | 332 | 74 | 64 | 0 | 110 | 114 | 17 | 3 | 105 | 65 |
| Binary | 11011010 | 111100 | 110100 | 0 | 1001000 | 1001100 | 1111 | 11 | 1000101 | 110101 |
Color Harmonies of #DA3C34
Complementary color
Monochromatic Colors of #DA3C34
Black with #DA3C34
Text Example
Text Example
White with #DA3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C34; }
p { color: rgb(218,60,52); }
H1.HeaderClassName
{
color: #DA3C34;
}
.AnyTagClassName
{
color: #DA3C34;
}
</style>
background-color css
<style>
a { background-color: #DA3C34; }
a { background-color: rgb(218,60,52); }
div.DivClassName
{
background-color: #DA3C34;
}
.BgClassName
{
background-color: #DA3C34;
}
</style>
border-color css
<style>
span { border-color: #DA3C34; }
span { border-color: rgb(218,60,52); }
td.TdClassName
{
border-color: #DA3C34;
}
.TagClassName
{
border-color: #DA3C34;
}
</style>