Shades of Cinnabar #DA4432
Tints of Cinnabar #DA4432
RGB
CMYK
RGB Variations
Color information
#DA4432 (or 0xDA4432) is known color: Cinnabar. HEX triplet: DA, 44 and 32. RGB value is (218,68,50). Sum of RGB (Red+Green+Blue) = 218+68+50=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4432 is #25BBCD. Grayscale: #6F6F6F. Windows color (decimal): -2472910 or 3294426. OLE color: 3294426.
HSL color Cylindrical-coordinate representation of color #DA4432: hue angle of 6.43º 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 #DA4432 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 50 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.15 |
| HSL | 6.43º | 0.69% | 0.53% | - |
| HSV(B) | 6.43º | 0.77% | 0.85% | - |
| XYZ | 31.56 | 19.27 | 5.07 | - |
| YUV | 110.8 | 93.7 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 50 | 0 | 0.69 | 0.77 | 0.15 | 6.43 | 0.69 | 0.53 |
| Hex | DA | 44 | 32 | 0 | 45 | 4D | F | 6 | 45 | 35 |
| Octal | 332 | 104 | 62 | 0 | 105 | 115 | 17 | 6 | 105 | 65 |
| Binary | 11011010 | 1000100 | 110010 | 0 | 1000101 | 1001101 | 1111 | 110 | 1000101 | 110101 |
Color Harmonies of #DA4432
Complementary color
Monochromatic Colors of #DA4432
Black with #DA4432
Text Example
Text Example
White with #DA4432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4432; }
p { color: rgb(218,68,50); }
H1.HeaderClassName
{
color: #DA4432;
}
.AnyTagClassName
{
color: #DA4432;
}
</style>
background-color css
<style>
a { background-color: #DA4432; }
a { background-color: rgb(218,68,50); }
div.DivClassName
{
background-color: #DA4432;
}
.BgClassName
{
background-color: #DA4432;
}
</style>
border-color css
<style>
span { border-color: #DA4432; }
span { border-color: rgb(218,68,50); }
td.TdClassName
{
border-color: #DA4432;
}
.TagClassName
{
border-color: #DA4432;
}
</style>