Shades of Cinnabar #DA4927
Tints of Cinnabar #DA4927
RGB
CMYK
RGB Variations
Color information
#DA4927 (or 0xDA4927) is known color: Cinnabar. HEX triplet: DA, 49 and 27. RGB value is (218,73,39). Sum of RGB (Red+Green+Blue) = 218+73+39=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4927 is #25B6D8. Grayscale: #707070. Windows color (decimal): -2471641 or 2574810. OLE color: 2574810.
HSL color Cylindrical-coordinate representation of color #DA4927: hue angle of 11.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 #DA4927 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 39 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.15 |
| HSL | 11.4º | 0.71% | 0.5% | - |
| HSV(B) | 11.4º | 0.82% | 0.85% | - |
| XYZ | 31.66 | 19.82 | 4.08 | - |
| YUV | 112.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 39 | 0 | 0.67 | 0.82 | 0.15 | 11.4 | 0.71 | 0.5 |
| Hex | DA | 49 | 27 | 0 | 43 | 52 | F | B | 47 | 32 |
| Octal | 332 | 111 | 47 | 0 | 103 | 122 | 17 | 13 | 107 | 62 |
| Binary | 11011010 | 1001001 | 100111 | 0 | 1000011 | 1010010 | 1111 | 1011 | 1000111 | 110010 |
Color Harmonies of #DA4927
Complementary color
Monochromatic Colors of #DA4927
Black with #DA4927
Text Example
Text Example
White with #DA4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4927; }
p { color: rgb(218,73,39); }
H1.HeaderClassName
{
color: #DA4927;
}
.AnyTagClassName
{
color: #DA4927;
}
</style>
background-color css
<style>
a { background-color: #DA4927; }
a { background-color: rgb(218,73,39); }
div.DivClassName
{
background-color: #DA4927;
}
.BgClassName
{
background-color: #DA4927;
}
</style>
border-color css
<style>
span { border-color: #DA4927; }
span { border-color: rgb(218,73,39); }
td.TdClassName
{
border-color: #DA4927;
}
.TagClassName
{
border-color: #DA4927;
}
</style>