Shades of Cinnabar #DA4D32
Tints of Cinnabar #DA4D32
RGB
CMYK
RGB Variations
Color information
#DA4D32 (or 0xDA4D32) is known color: Cinnabar. HEX triplet: DA, 4D and 32. RGB value is (218,77,50). Sum of RGB (Red+Green+Blue) = 218+77+50=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D32 is #25B2CD. Grayscale: #747474. Windows color (decimal): -2470606 or 3296730. OLE color: 3296730.
HSL color Cylindrical-coordinate representation of color #DA4D32: hue angle of 9.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA4D32 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 50 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.15 |
| HSL | 9.64º | 0.69% | 0.53% | - |
| HSV(B) | 9.64º | 0.77% | 0.85% | - |
| XYZ | 32.14 | 20.44 | 5.27 | - |
| YUV | 116.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 50 | 0 | 0.65 | 0.77 | 0.15 | 9.64 | 0.69 | 0.53 |
| Hex | DA | 4D | 32 | 0 | 41 | 4D | F | A | 45 | 35 |
| Octal | 332 | 115 | 62 | 0 | 101 | 115 | 17 | 12 | 105 | 65 |
| Binary | 11011010 | 1001101 | 110010 | 0 | 1000001 | 1001101 | 1111 | 1010 | 1000101 | 110101 |
Color Harmonies of #DA4D32
Complementary color
Monochromatic Colors of #DA4D32
Black with #DA4D32
Text Example
Text Example
White with #DA4D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D32; }
p { color: rgb(218,77,50); }
H1.HeaderClassName
{
color: #DA4D32;
}
.AnyTagClassName
{
color: #DA4D32;
}
</style>
background-color css
<style>
a { background-color: #DA4D32; }
a { background-color: rgb(218,77,50); }
div.DivClassName
{
background-color: #DA4D32;
}
.BgClassName
{
background-color: #DA4D32;
}
</style>
border-color css
<style>
span { border-color: #DA4D32; }
span { border-color: rgb(218,77,50); }
td.TdClassName
{
border-color: #DA4D32;
}
.TagClassName
{
border-color: #DA4D32;
}
</style>