Shades of Cinnabar #DA3E33
Tints of Cinnabar #DA3E33
RGB
CMYK
RGB Variations
Color information
#DA3E33 (or 0xDA3E33) is known color: Cinnabar. HEX triplet: DA, 3E and 33. RGB value is (218,62,51). Sum of RGB (Red+Green+Blue) = 218+62+51=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E33 is #25C1CC. Grayscale: #6B6B6B. Windows color (decimal): -2474445 or 3358426. OLE color: 3358426.
HSL color Cylindrical-coordinate representation of color #DA3E33: hue angle of 3.95º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3E33 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 51 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.15 |
| HSL | 3.95º | 0.69% | 0.53% | - |
| HSV(B) | 3.95º | 0.77% | 0.85% | - |
| XYZ | 31.23 | 18.59 | 5.07 | - |
| YUV | 107.39 | 96.18 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 51 | 0 | 0.72 | 0.77 | 0.15 | 3.95 | 0.69 | 0.53 |
| Hex | DA | 3E | 33 | 0 | 48 | 4D | F | 4 | 45 | 35 |
| Octal | 332 | 76 | 63 | 0 | 110 | 115 | 17 | 4 | 105 | 65 |
| Binary | 11011010 | 111110 | 110011 | 0 | 1001000 | 1001101 | 1111 | 100 | 1000101 | 110101 |
Color Harmonies of #DA3E33
Complementary color
Monochromatic Colors of #DA3E33
Black with #DA3E33
Text Example
Text Example
White with #DA3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E33; }
p { color: rgb(218,62,51); }
H1.HeaderClassName
{
color: #DA3E33;
}
.AnyTagClassName
{
color: #DA3E33;
}
</style>
background-color css
<style>
a { background-color: #DA3E33; }
a { background-color: rgb(218,62,51); }
div.DivClassName
{
background-color: #DA3E33;
}
.BgClassName
{
background-color: #DA3E33;
}
</style>
border-color css
<style>
span { border-color: #DA3E33; }
span { border-color: rgb(218,62,51); }
td.TdClassName
{
border-color: #DA3E33;
}
.TagClassName
{
border-color: #DA3E33;
}
</style>