Shades of Cinnabar #DA3937
Tints of Cinnabar #DA3937
RGB
CMYK
RGB Variations
Color information
#DA3937 (or 0xDA3937) is known color: Cinnabar. HEX triplet: DA, 39 and 37. RGB value is (218,57,55). Sum of RGB (Red+Green+Blue) = 218+57+55=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3937 is #25C6C8. Grayscale: #696969. Windows color (decimal): -2475721 or 3619290. OLE color: 3619290.
HSL color Cylindrical-coordinate representation of color #DA3937: hue angle of 0.74º 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 #DA3937 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 55 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.15 |
| HSL | 0.74º | 0.69% | 0.54% | - |
| HSV(B) | 0.74º | 0.75% | 0.85% | - |
| XYZ | 31.07 | 18.11 | 5.47 | - |
| YUV | 104.91 | 99.84 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 55 | 0 | 0.74 | 0.75 | 0.15 | 0.74 | 0.69 | 0.54 |
| Hex | DA | 39 | 37 | 0 | 4A | 4B | F | 1 | 45 | 36 |
| Octal | 332 | 71 | 67 | 0 | 112 | 113 | 17 | 1 | 105 | 66 |
| Binary | 11011010 | 111001 | 110111 | 0 | 1001010 | 1001011 | 1111 | 1 | 1000101 | 110110 |
Color Harmonies of #DA3937
Complementary color
Monochromatic Colors of #DA3937
Black with #DA3937
Text Example
Text Example
White with #DA3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3937; }
p { color: rgb(218,57,55); }
H1.HeaderClassName
{
color: #DA3937;
}
.AnyTagClassName
{
color: #DA3937;
}
</style>
background-color css
<style>
a { background-color: #DA3937; }
a { background-color: rgb(218,57,55); }
div.DivClassName
{
background-color: #DA3937;
}
.BgClassName
{
background-color: #DA3937;
}
</style>
border-color css
<style>
span { border-color: #DA3937; }
span { border-color: rgb(218,57,55); }
td.TdClassName
{
border-color: #DA3937;
}
.TagClassName
{
border-color: #DA3937;
}
</style>