Shades of Cinnabar #DA4C27
Tints of Cinnabar #DA4C27
RGB
CMYK
RGB Variations
Color information
#DA4C27 (or 0xDA4C27) is known color: Cinnabar. HEX triplet: DA, 4C and 27. RGB value is (218,76,39). Sum of RGB (Red+Green+Blue) = 218+76+39=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C27 is #25B3D8. Grayscale: #727272. Windows color (decimal): -2470873 or 2575578. OLE color: 2575578.
HSL color Cylindrical-coordinate representation of color #DA4C27: hue angle of 12.4º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA4C27 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 39 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.15 |
| HSL | 12.4º | 0.71% | 0.5% | - |
| HSV(B) | 12.4º | 0.82% | 0.85% | - |
| XYZ | 31.86 | 20.22 | 4.14 | - |
| YUV | 114.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 39 | 0 | 0.65 | 0.82 | 0.15 | 12.4 | 0.71 | 0.5 |
| Hex | DA | 4C | 27 | 0 | 41 | 52 | F | C | 47 | 32 |
| Octal | 332 | 114 | 47 | 0 | 101 | 122 | 17 | 14 | 107 | 62 |
| Binary | 11011010 | 1001100 | 100111 | 0 | 1000001 | 1010010 | 1111 | 1100 | 1000111 | 110010 |
Color Harmonies of #DA4C27
Complementary color
Monochromatic Colors of #DA4C27
Black with #DA4C27
Text Example
Text Example
White with #DA4C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C27; }
p { color: rgb(218,76,39); }
H1.HeaderClassName
{
color: #DA4C27;
}
.AnyTagClassName
{
color: #DA4C27;
}
</style>
background-color css
<style>
a { background-color: #DA4C27; }
a { background-color: rgb(218,76,39); }
div.DivClassName
{
background-color: #DA4C27;
}
.BgClassName
{
background-color: #DA4C27;
}
</style>
border-color css
<style>
span { border-color: #DA4C27; }
span { border-color: rgb(218,76,39); }
td.TdClassName
{
border-color: #DA4C27;
}
.TagClassName
{
border-color: #DA4C27;
}
</style>