Shades of Cinnabar #DA3C2D
Tints of Cinnabar #DA3C2D
RGB
CMYK
RGB Variations
Color information
#DA3C2D (or 0xDA3C2D) is known color: Cinnabar. HEX triplet: DA, 3C and 2D. RGB value is (218,60,45). Sum of RGB (Red+Green+Blue) = 218+60+45=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C2D is #25C3D2. Grayscale: #696969. Windows color (decimal): -2474963 or 2964698. OLE color: 2964698.
HSL color Cylindrical-coordinate representation of color #DA3C2D: hue angle of 5.2º 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 #DA3C2D is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 45 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.15 |
| HSL | 5.2º | 0.7% | 0.52% | - |
| HSV(B) | 5.2º | 0.79% | 0.85% | - |
| XYZ | 31 | 18.33 | 4.39 | - |
| YUV | 105.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 45 | 0 | 0.72 | 0.79 | 0.15 | 5.2 | 0.7 | 0.52 |
| Hex | DA | 3C | 2D | 0 | 48 | 4F | F | 5 | 46 | 34 |
| Octal | 332 | 74 | 55 | 0 | 110 | 117 | 17 | 5 | 106 | 64 |
| Binary | 11011010 | 111100 | 101101 | 0 | 1001000 | 1001111 | 1111 | 101 | 1000110 | 110100 |
Color Harmonies of #DA3C2D
Complementary color
Monochromatic Colors of #DA3C2D
Black with #DA3C2D
Text Example
Text Example
White with #DA3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C2D; }
p { color: rgb(218,60,45); }
H1.HeaderClassName
{
color: #DA3C2D;
}
.AnyTagClassName
{
color: #DA3C2D;
}
</style>
background-color css
<style>
a { background-color: #DA3C2D; }
a { background-color: rgb(218,60,45); }
div.DivClassName
{
background-color: #DA3C2D;
}
.BgClassName
{
background-color: #DA3C2D;
}
</style>
border-color css
<style>
span { border-color: #DA3C2D; }
span { border-color: rgb(218,60,45); }
td.TdClassName
{
border-color: #DA3C2D;
}
.TagClassName
{
border-color: #DA3C2D;
}
</style>