Shades of Cinnabar #DA5038
Tints of Cinnabar #DA5038
RGB
CMYK
RGB Variations
Color information
#DA5038 (or 0xDA5038) is known color: Cinnabar. HEX triplet: DA, 50 and 38. RGB value is (218,80,56). Sum of RGB (Red+Green+Blue) = 218+80+56=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5038 is #25AFC7. Grayscale: #767676. Windows color (decimal): -2469832 or 3690714. OLE color: 3690714.
HSL color Cylindrical-coordinate representation of color #DA5038: hue angle of 8.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA5038 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 56 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.15 |
| HSL | 8.89º | 0.69% | 0.54% | - |
| HSV(B) | 8.89º | 0.74% | 0.85% | - |
| XYZ | 32.5 | 20.93 | 6.07 | - |
| YUV | 118.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 56 | 0 | 0.63 | 0.74 | 0.15 | 8.89 | 0.69 | 0.54 |
| Hex | DA | 50 | 38 | 0 | 3F | 4A | F | 9 | 45 | 36 |
| Octal | 332 | 120 | 70 | 0 | 77 | 112 | 17 | 11 | 105 | 66 |
| Binary | 11011010 | 1010000 | 111000 | 0 | 111111 | 1001010 | 1111 | 1001 | 1000101 | 110110 |
Color Harmonies of #DA5038
Complementary color
Monochromatic Colors of #DA5038
Black with #DA5038
Text Example
Text Example
White with #DA5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5038; }
p { color: rgb(218,80,56); }
H1.HeaderClassName
{
color: #DA5038;
}
.AnyTagClassName
{
color: #DA5038;
}
</style>
background-color css
<style>
a { background-color: #DA5038; }
a { background-color: rgb(218,80,56); }
div.DivClassName
{
background-color: #DA5038;
}
.BgClassName
{
background-color: #DA5038;
}
</style>
border-color css
<style>
span { border-color: #DA5038; }
span { border-color: rgb(218,80,56); }
td.TdClassName
{
border-color: #DA5038;
}
.TagClassName
{
border-color: #DA5038;
}
</style>