Shades of Cinnabar #DA3A2D
Tints of Cinnabar #DA3A2D
RGB
CMYK
RGB Variations
Color information
#DA3A2D (or 0xDA3A2D) is known color: Cinnabar. HEX triplet: DA, 3A and 2D. RGB value is (218,58,45). Sum of RGB (Red+Green+Blue) = 218+58+45=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A2D is #25C5D2. Grayscale: #686868. Windows color (decimal): -2475475 or 2964186. OLE color: 2964186.
HSL color Cylindrical-coordinate representation of color #DA3A2D: hue angle of 4.51º 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 #DA3A2D is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 45 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.15 |
| HSL | 4.51º | 0.7% | 0.52% | - |
| HSV(B) | 4.51º | 0.79% | 0.85% | - |
| XYZ | 30.9 | 18.12 | 4.35 | - |
| YUV | 104.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 45 | 0 | 0.73 | 0.79 | 0.15 | 4.51 | 0.7 | 0.52 |
| Hex | DA | 3A | 2D | 0 | 49 | 4F | F | 5 | 46 | 34 |
| Octal | 332 | 72 | 55 | 0 | 111 | 117 | 17 | 5 | 106 | 64 |
| Binary | 11011010 | 111010 | 101101 | 0 | 1001001 | 1001111 | 1111 | 101 | 1000110 | 110100 |
Color Harmonies of #DA3A2D
Complementary color
Monochromatic Colors of #DA3A2D
Black with #DA3A2D
Text Example
Text Example
White with #DA3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A2D; }
p { color: rgb(218,58,45); }
H1.HeaderClassName
{
color: #DA3A2D;
}
.AnyTagClassName
{
color: #DA3A2D;
}
</style>
background-color css
<style>
a { background-color: #DA3A2D; }
a { background-color: rgb(218,58,45); }
div.DivClassName
{
background-color: #DA3A2D;
}
.BgClassName
{
background-color: #DA3A2D;
}
</style>
border-color css
<style>
span { border-color: #DA3A2D; }
span { border-color: rgb(218,58,45); }
td.TdClassName
{
border-color: #DA3A2D;
}
.TagClassName
{
border-color: #DA3A2D;
}
</style>