Shades of Cinnabar #DA4C28
Tints of Cinnabar #DA4C28
RGB
CMYK
RGB Variations
Color information
#DA4C28 (or 0xDA4C28) is known color: Cinnabar. HEX triplet: DA, 4C and 28. RGB value is (218,76,40). Sum of RGB (Red+Green+Blue) = 218+76+40=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C28 is #25B3D7. Grayscale: #727272. Windows color (decimal): -2470872 or 2641114. OLE color: 2641114.
HSL color Cylindrical-coordinate representation of color #DA4C28: hue angle of 12.13º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA4C28 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 40 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.15 |
| HSL | 12.13º | 0.71% | 0.51% | - |
| HSV(B) | 12.13º | 0.82% | 0.85% | - |
| XYZ | 31.88 | 20.23 | 4.23 | - |
| YUV | 114.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 40 | 0 | 0.65 | 0.82 | 0.15 | 12.13 | 0.71 | 0.51 |
| Hex | DA | 4C | 28 | 0 | 41 | 52 | F | C | 47 | 33 |
| Octal | 332 | 114 | 50 | 0 | 101 | 122 | 17 | 14 | 107 | 63 |
| Binary | 11011010 | 1001100 | 101000 | 0 | 1000001 | 1010010 | 1111 | 1100 | 1000111 | 110011 |
Color Harmonies of #DA4C28
Complementary color
Monochromatic Colors of #DA4C28
Black with #DA4C28
Text Example
Text Example
White with #DA4C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C28; }
p { color: rgb(218,76,40); }
H1.HeaderClassName
{
color: #DA4C28;
}
.AnyTagClassName
{
color: #DA4C28;
}
</style>
background-color css
<style>
a { background-color: #DA4C28; }
a { background-color: rgb(218,76,40); }
div.DivClassName
{
background-color: #DA4C28;
}
.BgClassName
{
background-color: #DA4C28;
}
</style>
border-color css
<style>
span { border-color: #DA4C28; }
span { border-color: rgb(218,76,40); }
td.TdClassName
{
border-color: #DA4C28;
}
.TagClassName
{
border-color: #DA4C28;
}
</style>