Shades of Cinnabar #DA3C29
Tints of Cinnabar #DA3C29
RGB
CMYK
RGB Variations
Color information
#DA3C29 (or 0xDA3C29) is known color: Cinnabar. HEX triplet: DA, 3C and 29. RGB value is (218,60,41). Sum of RGB (Red+Green+Blue) = 218+60+41=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C29 is #25C3D6. Grayscale: #696969. Windows color (decimal): -2474967 or 2702554. OLE color: 2702554.
HSL color Cylindrical-coordinate representation of color #DA3C29: hue angle of 6.44º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA3C29 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 60 | 41 | - |
CMYK | 0 | 0.72 | 0.81 | 0.15 |
HSL | 6.44º | 0.71% | 0.51% | - |
HSV(B) | 6.44º | 0.81% | 0.85% | - |
XYZ | 30.93 | 18.3 | 4 | - |
YUV | 105.08 | 91.85 | 208.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 60 | 41 | 0 | 0.72 | 0.81 | 0.15 | 6.44 | 0.71 | 0.51 |
Hex | DA | 3C | 29 | 0 | 48 | 51 | F | 6 | 47 | 33 |
Octal | 332 | 74 | 51 | 0 | 110 | 121 | 17 | 6 | 107 | 63 |
Binary | 11011010 | 111100 | 101001 | 0 | 1001000 | 1010001 | 1111 | 110 | 1000111 | 110011 |
Color Harmonies of #DA3C29
Complementary color
Monochromatic Colors of #DA3C29
Black with #DA3C29
Text Example
Text Example
White with #DA3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C29; }
p { color: rgb(218,60,41); }
H1.HeaderClassName
{
color: #DA3C29;
}
.AnyTagClassName
{
color: #DA3C29;
}
</style>
background-color css
<style>
a { background-color: #DA3C29; }
a { background-color: rgb(218,60,41); }
div.DivClassName
{
background-color: #DA3C29;
}
.BgClassName
{
background-color: #DA3C29;
}
</style>
border-color css
<style>
span { border-color: #DA3C29; }
span { border-color: rgb(218,60,41); }
td.TdClassName
{
border-color: #DA3C29;
}
.TagClassName
{
border-color: #DA3C29;
}
</style>