Shades of Cinnabar #DA3B2D
Tints of Cinnabar #DA3B2D
RGB
CMYK
RGB Variations
Color information
#DA3B2D (or 0xDA3B2D) is known color: Cinnabar. HEX triplet: DA, 3B and 2D. RGB value is (218,59,45). Sum of RGB (Red+Green+Blue) = 218+59+45=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3B2D is #25C4D2. Grayscale: #696969. Windows color (decimal): -2475219 or 2964442. OLE color: 2964442.
HSL color Cylindrical-coordinate representation of color #DA3B2D: hue angle of 4.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA3B2D is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 59 | 45 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.15 |
| HSL | 4.86º | 0.7% | 0.52% | - |
| HSV(B) | 4.86º | 0.79% | 0.85% | - |
| XYZ | 30.95 | 18.22 | 4.37 | - |
| YUV | 104.95 | 94.18 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 59 | 45 | 0 | 0.73 | 0.79 | 0.15 | 4.86 | 0.7 | 0.52 |
| Hex | DA | 3B | 2D | 0 | 49 | 4F | F | 5 | 46 | 34 |
| Octal | 332 | 73 | 55 | 0 | 111 | 117 | 17 | 5 | 106 | 64 |
| Binary | 11011010 | 111011 | 101101 | 0 | 1001001 | 1001111 | 1111 | 101 | 1000110 | 110100 |
Color Harmonies of #DA3B2D
Complementary color
Monochromatic Colors of #DA3B2D
Black with #DA3B2D
Text Example
Text Example
White with #DA3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3B2D; }
p { color: rgb(218,59,45); }
H1.HeaderClassName
{
color: #DA3B2D;
}
.AnyTagClassName
{
color: #DA3B2D;
}
</style>
background-color css
<style>
a { background-color: #DA3B2D; }
a { background-color: rgb(218,59,45); }
div.DivClassName
{
background-color: #DA3B2D;
}
.BgClassName
{
background-color: #DA3B2D;
}
</style>
border-color css
<style>
span { border-color: #DA3B2D; }
span { border-color: rgb(218,59,45); }
td.TdClassName
{
border-color: #DA3B2D;
}
.TagClassName
{
border-color: #DA3B2D;
}
</style>