Shades of Cinnabar #DA4637
Tints of Cinnabar #DA4637
RGB
CMYK
RGB Variations
Color information
#DA4637 (or 0xDA4637) is known color: Cinnabar. HEX triplet: DA, 46 and 37. RGB value is (218,70,55). Sum of RGB (Red+Green+Blue) = 218+70+55=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4637 is #25B9C8. Grayscale: #707070. Windows color (decimal): -2472393 or 3622618. OLE color: 3622618.
HSL color Cylindrical-coordinate representation of color #DA4637: hue angle of 5.52º 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 #DA4637 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 55 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.15 |
| HSL | 5.52º | 0.69% | 0.54% | - |
| HSV(B) | 5.52º | 0.75% | 0.85% | - |
| XYZ | 31.79 | 19.56 | 5.71 | - |
| YUV | 112.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 55 | 0 | 0.68 | 0.75 | 0.15 | 5.52 | 0.69 | 0.54 |
| Hex | DA | 46 | 37 | 0 | 44 | 4B | F | 6 | 45 | 36 |
| Octal | 332 | 106 | 67 | 0 | 104 | 113 | 17 | 6 | 105 | 66 |
| Binary | 11011010 | 1000110 | 110111 | 0 | 1000100 | 1001011 | 1111 | 110 | 1000101 | 110110 |
Color Harmonies of #DA4637
Complementary color
Monochromatic Colors of #DA4637
Black with #DA4637
Text Example
Text Example
White with #DA4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4637; }
p { color: rgb(218,70,55); }
H1.HeaderClassName
{
color: #DA4637;
}
.AnyTagClassName
{
color: #DA4637;
}
</style>
background-color css
<style>
a { background-color: #DA4637; }
a { background-color: rgb(218,70,55); }
div.DivClassName
{
background-color: #DA4637;
}
.BgClassName
{
background-color: #DA4637;
}
</style>
border-color css
<style>
span { border-color: #DA4637; }
span { border-color: rgb(218,70,55); }
td.TdClassName
{
border-color: #DA4637;
}
.TagClassName
{
border-color: #DA4637;
}
</style>