Shades of Cinnabar #DA3E30
Tints of Cinnabar #DA3E30
RGB
CMYK
RGB Variations
Color information
#DA3E30 (or 0xDA3E30) is known color: Cinnabar. HEX triplet: DA, 3E and 30. RGB value is (218,62,48). Sum of RGB (Red+Green+Blue) = 218+62+48=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E30 is #25C1CF. Grayscale: #6B6B6B. Windows color (decimal): -2474448 or 3161818. OLE color: 3161818.
HSL color Cylindrical-coordinate representation of color #DA3E30: hue angle of 4.94º 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 #DA3E30 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 48 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.15 |
| HSL | 4.94º | 0.7% | 0.52% | - |
| HSV(B) | 4.94º | 0.78% | 0.85% | - |
| XYZ | 31.17 | 18.56 | 4.74 | - |
| YUV | 107.05 | 94.68 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 48 | 0 | 0.72 | 0.78 | 0.15 | 4.94 | 0.7 | 0.52 |
| Hex | DA | 3E | 30 | 0 | 48 | 4E | F | 5 | 46 | 34 |
| Octal | 332 | 76 | 60 | 0 | 110 | 116 | 17 | 5 | 106 | 64 |
| Binary | 11011010 | 111110 | 110000 | 0 | 1001000 | 1001110 | 1111 | 101 | 1000110 | 110100 |
Color Harmonies of #DA3E30
Complementary color
Monochromatic Colors of #DA3E30
Black with #DA3E30
Text Example
Text Example
White with #DA3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E30; }
p { color: rgb(218,62,48); }
H1.HeaderClassName
{
color: #DA3E30;
}
.AnyTagClassName
{
color: #DA3E30;
}
</style>
background-color css
<style>
a { background-color: #DA3E30; }
a { background-color: rgb(218,62,48); }
div.DivClassName
{
background-color: #DA3E30;
}
.BgClassName
{
background-color: #DA3E30;
}
</style>
border-color css
<style>
span { border-color: #DA3E30; }
span { border-color: rgb(218,62,48); }
td.TdClassName
{
border-color: #DA3E30;
}
.TagClassName
{
border-color: #DA3E30;
}
</style>