Shades of Cinnabar #DA4A33
Tints of Cinnabar #DA4A33
RGB
CMYK
RGB Variations
Color information
#DA4A33 (or 0xDA4A33) is known color: Cinnabar. HEX triplet: DA, 4A and 33. RGB value is (218,74,51). Sum of RGB (Red+Green+Blue) = 218+74+51=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A33 is #25B5CC. Grayscale: #727272. Windows color (decimal): -2471373 or 3361498. OLE color: 3361498.
HSL color Cylindrical-coordinate representation of color #DA4A33: hue angle of 8.26º 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 #DA4A33 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 51 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.15 |
| HSL | 8.26º | 0.69% | 0.53% | - |
| HSV(B) | 8.26º | 0.77% | 0.85% | - |
| XYZ | 31.96 | 20.04 | 5.32 | - |
| YUV | 114.43 | 92.21 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 51 | 0 | 0.66 | 0.77 | 0.15 | 8.26 | 0.69 | 0.53 |
| Hex | DA | 4A | 33 | 0 | 42 | 4D | F | 8 | 45 | 35 |
| Octal | 332 | 112 | 63 | 0 | 102 | 115 | 17 | 10 | 105 | 65 |
| Binary | 11011010 | 1001010 | 110011 | 0 | 1000010 | 1001101 | 1111 | 1000 | 1000101 | 110101 |
Color Harmonies of #DA4A33
Complementary color
Monochromatic Colors of #DA4A33
Black with #DA4A33
Text Example
Text Example
White with #DA4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A33; }
p { color: rgb(218,74,51); }
H1.HeaderClassName
{
color: #DA4A33;
}
.AnyTagClassName
{
color: #DA4A33;
}
</style>
background-color css
<style>
a { background-color: #DA4A33; }
a { background-color: rgb(218,74,51); }
div.DivClassName
{
background-color: #DA4A33;
}
.BgClassName
{
background-color: #DA4A33;
}
</style>
border-color css
<style>
span { border-color: #DA4A33; }
span { border-color: rgb(218,74,51); }
td.TdClassName
{
border-color: #DA4A33;
}
.TagClassName
{
border-color: #DA4A33;
}
</style>