Shades of Cinnabar #DA3A32
Tints of Cinnabar #DA3A32
RGB
CMYK
RGB Variations
Color information
#DA3A32 (or 0xDA3A32) is known color: Cinnabar. HEX triplet: DA, 3A and 32. RGB value is (218,58,50). Sum of RGB (Red+Green+Blue) = 218+58+50=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A32 is #25C5CD. Grayscale: #696969. Windows color (decimal): -2475470 or 3291866. OLE color: 3291866.
HSL color Cylindrical-coordinate representation of color #DA3A32: hue angle of 2.86º 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 #DA3A32 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 50 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.15 |
| HSL | 2.86º | 0.69% | 0.53% | - |
| HSV(B) | 2.86º | 0.77% | 0.85% | - |
| XYZ | 31 | 18.16 | 4.89 | - |
| YUV | 104.93 | 97.01 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 50 | 0 | 0.73 | 0.77 | 0.15 | 2.86 | 0.69 | 0.53 |
| Hex | DA | 3A | 32 | 0 | 49 | 4D | F | 3 | 45 | 35 |
| Octal | 332 | 72 | 62 | 0 | 111 | 115 | 17 | 3 | 105 | 65 |
| Binary | 11011010 | 111010 | 110010 | 0 | 1001001 | 1001101 | 1111 | 11 | 1000101 | 110101 |
Color Harmonies of #DA3A32
Complementary color
Monochromatic Colors of #DA3A32
Black with #DA3A32
Text Example
Text Example
White with #DA3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A32; }
p { color: rgb(218,58,50); }
H1.HeaderClassName
{
color: #DA3A32;
}
.AnyTagClassName
{
color: #DA3A32;
}
</style>
background-color css
<style>
a { background-color: #DA3A32; }
a { background-color: rgb(218,58,50); }
div.DivClassName
{
background-color: #DA3A32;
}
.BgClassName
{
background-color: #DA3A32;
}
</style>
border-color css
<style>
span { border-color: #DA3A32; }
span { border-color: rgb(218,58,50); }
td.TdClassName
{
border-color: #DA3A32;
}
.TagClassName
{
border-color: #DA3A32;
}
</style>