Shades of Cinnabar #DA4435
Tints of Cinnabar #DA4435
RGB
CMYK
RGB Variations
Color information
#DA4435 (or 0xDA4435) is known color: Cinnabar. HEX triplet: DA, 44 and 35. RGB value is (218,68,53). Sum of RGB (Red+Green+Blue) = 218+68+53=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4435 is #25BBCA. Grayscale: #6F6F6F. Windows color (decimal): -2472907 or 3491034. OLE color: 3491034.
HSL color Cylindrical-coordinate representation of color #DA4435: hue angle of 5.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA4435 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 53 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.15 |
| HSL | 5.45º | 0.69% | 0.53% | - |
| HSV(B) | 5.45º | 0.76% | 0.85% | - |
| XYZ | 31.62 | 19.3 | 5.43 | - |
| YUV | 111.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 53 | 0 | 0.69 | 0.76 | 0.15 | 5.45 | 0.69 | 0.53 |
| Hex | DA | 44 | 35 | 0 | 45 | 4C | F | 5 | 45 | 35 |
| Octal | 332 | 104 | 65 | 0 | 105 | 114 | 17 | 5 | 105 | 65 |
| Binary | 11011010 | 1000100 | 110101 | 0 | 1000101 | 1001100 | 1111 | 101 | 1000101 | 110101 |
Color Harmonies of #DA4435
Complementary color
Monochromatic Colors of #DA4435
Black with #DA4435
Text Example
Text Example
White with #DA4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4435; }
p { color: rgb(218,68,53); }
H1.HeaderClassName
{
color: #DA4435;
}
.AnyTagClassName
{
color: #DA4435;
}
</style>
background-color css
<style>
a { background-color: #DA4435; }
a { background-color: rgb(218,68,53); }
div.DivClassName
{
background-color: #DA4435;
}
.BgClassName
{
background-color: #DA4435;
}
</style>
border-color css
<style>
span { border-color: #DA4435; }
span { border-color: rgb(218,68,53); }
td.TdClassName
{
border-color: #DA4435;
}
.TagClassName
{
border-color: #DA4435;
}
</style>