Shades of Cinnabar #DA4837
Tints of Cinnabar #DA4837
RGB
CMYK
RGB Variations
Color information
#DA4837 (or 0xDA4837) is known color: Cinnabar. HEX triplet: DA, 48 and 37. RGB value is (218,72,55). Sum of RGB (Red+Green+Blue) = 218+72+55=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4837 is #25B7C8. Grayscale: #717171. Windows color (decimal): -2471881 or 3623130. OLE color: 3623130.
HSL color Cylindrical-coordinate representation of color #DA4837: hue angle of 6.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA4837 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 55 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.15 |
| HSL | 6.26º | 0.69% | 0.54% | - |
| HSV(B) | 6.26º | 0.75% | 0.85% | - |
| XYZ | 31.92 | 19.82 | 5.76 | - |
| YUV | 113.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 55 | 0 | 0.67 | 0.75 | 0.15 | 6.26 | 0.69 | 0.54 |
| Hex | DA | 48 | 37 | 0 | 43 | 4B | F | 6 | 45 | 36 |
| Octal | 332 | 110 | 67 | 0 | 103 | 113 | 17 | 6 | 105 | 66 |
| Binary | 11011010 | 1001000 | 110111 | 0 | 1000011 | 1001011 | 1111 | 110 | 1000101 | 110110 |
Color Harmonies of #DA4837
Complementary color
Monochromatic Colors of #DA4837
Black with #DA4837
Text Example
Text Example
White with #DA4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4837; }
p { color: rgb(218,72,55); }
H1.HeaderClassName
{
color: #DA4837;
}
.AnyTagClassName
{
color: #DA4837;
}
</style>
background-color css
<style>
a { background-color: #DA4837; }
a { background-color: rgb(218,72,55); }
div.DivClassName
{
background-color: #DA4837;
}
.BgClassName
{
background-color: #DA4837;
}
</style>
border-color css
<style>
span { border-color: #DA4837; }
span { border-color: rgb(218,72,55); }
td.TdClassName
{
border-color: #DA4837;
}
.TagClassName
{
border-color: #DA4837;
}
</style>