Shades of Cinnabar #DA4433
Tints of Cinnabar #DA4433
RGB
CMYK
RGB Variations
Color information
#DA4433 (or 0xDA4433) is known color: Cinnabar. HEX triplet: DA, 44 and 33. RGB value is (218,68,51). Sum of RGB (Red+Green+Blue) = 218+68+51=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4433 is #25BBCC. Grayscale: #6F6F6F. Windows color (decimal): -2472909 or 3359962. OLE color: 3359962.
HSL color Cylindrical-coordinate representation of color #DA4433: hue angle of 6.11º 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 #DA4433 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 51 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.15 |
| HSL | 6.11º | 0.69% | 0.53% | - |
| HSV(B) | 6.11º | 0.77% | 0.85% | - |
| XYZ | 31.58 | 19.28 | 5.19 | - |
| YUV | 110.91 | 94.2 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 51 | 0 | 0.69 | 0.77 | 0.15 | 6.11 | 0.69 | 0.53 |
| Hex | DA | 44 | 33 | 0 | 45 | 4D | F | 6 | 45 | 35 |
| Octal | 332 | 104 | 63 | 0 | 105 | 115 | 17 | 6 | 105 | 65 |
| Binary | 11011010 | 1000100 | 110011 | 0 | 1000101 | 1001101 | 1111 | 110 | 1000101 | 110101 |
Color Harmonies of #DA4433
Complementary color
Monochromatic Colors of #DA4433
Black with #DA4433
Text Example
Text Example
White with #DA4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4433; }
p { color: rgb(218,68,51); }
H1.HeaderClassName
{
color: #DA4433;
}
.AnyTagClassName
{
color: #DA4433;
}
</style>
background-color css
<style>
a { background-color: #DA4433; }
a { background-color: rgb(218,68,51); }
div.DivClassName
{
background-color: #DA4433;
}
.BgClassName
{
background-color: #DA4433;
}
</style>
border-color css
<style>
span { border-color: #DA4433; }
span { border-color: rgb(218,68,51); }
td.TdClassName
{
border-color: #DA4433;
}
.TagClassName
{
border-color: #DA4433;
}
</style>