Shades of Cinnabar #DA3F34
Tints of Cinnabar #DA3F34
RGB
CMYK
RGB Variations
Color information
#DA3F34 (or 0xDA3F34) is known color: Cinnabar. HEX triplet: DA, 3F and 34. RGB value is (218,63,52). Sum of RGB (Red+Green+Blue) = 218+63+52=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F34 is #25C0CB. Grayscale: #6C6C6C. Windows color (decimal): -2474188 or 3424218. OLE color: 3424218.
HSL color Cylindrical-coordinate representation of color #DA3F34: hue angle of 3.98º 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 #DA3F34 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 52 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.15 |
| HSL | 3.98º | 0.69% | 0.53% | - |
| HSV(B) | 3.98º | 0.76% | 0.85% | - |
| XYZ | 31.31 | 18.71 | 5.21 | - |
| YUV | 108.09 | 96.35 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 52 | 0 | 0.71 | 0.76 | 0.15 | 3.98 | 0.69 | 0.53 |
| Hex | DA | 3F | 34 | 0 | 47 | 4C | F | 4 | 45 | 35 |
| Octal | 332 | 77 | 64 | 0 | 107 | 114 | 17 | 4 | 105 | 65 |
| Binary | 11011010 | 111111 | 110100 | 0 | 1000111 | 1001100 | 1111 | 100 | 1000101 | 110101 |
Color Harmonies of #DA3F34
Complementary color
Monochromatic Colors of #DA3F34
Black with #DA3F34
Text Example
Text Example
White with #DA3F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F34; }
p { color: rgb(218,63,52); }
H1.HeaderClassName
{
color: #DA3F34;
}
.AnyTagClassName
{
color: #DA3F34;
}
</style>
background-color css
<style>
a { background-color: #DA3F34; }
a { background-color: rgb(218,63,52); }
div.DivClassName
{
background-color: #DA3F34;
}
.BgClassName
{
background-color: #DA3F34;
}
</style>
border-color css
<style>
span { border-color: #DA3F34; }
span { border-color: rgb(218,63,52); }
td.TdClassName
{
border-color: #DA3F34;
}
.TagClassName
{
border-color: #DA3F34;
}
</style>