Shades of Cinnabar #DA4A35
Tints of Cinnabar #DA4A35
RGB
CMYK
RGB Variations
Color information
#DA4A35 (or 0xDA4A35) is known color: Cinnabar. HEX triplet: DA, 4A and 35. RGB value is (218,74,53). Sum of RGB (Red+Green+Blue) = 218+74+53=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A35 is #25B5CA. Grayscale: #727272. Windows color (decimal): -2471371 or 3492570. OLE color: 3492570.
HSL color Cylindrical-coordinate representation of color #DA4A35: hue angle of 7.64º 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 #DA4A35 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 53 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.15 |
| HSL | 7.64º | 0.69% | 0.53% | - |
| HSV(B) | 7.64º | 0.76% | 0.85% | - |
| XYZ | 32 | 20.06 | 5.55 | - |
| YUV | 114.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 53 | 0 | 0.66 | 0.76 | 0.15 | 7.64 | 0.69 | 0.53 |
| Hex | DA | 4A | 35 | 0 | 42 | 4C | F | 8 | 45 | 35 |
| Octal | 332 | 112 | 65 | 0 | 102 | 114 | 17 | 10 | 105 | 65 |
| Binary | 11011010 | 1001010 | 110101 | 0 | 1000010 | 1001100 | 1111 | 1000 | 1000101 | 110101 |
Color Harmonies of #DA4A35
Complementary color
Monochromatic Colors of #DA4A35
Black with #DA4A35
Text Example
Text Example
White with #DA4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A35; }
p { color: rgb(218,74,53); }
H1.HeaderClassName
{
color: #DA4A35;
}
.AnyTagClassName
{
color: #DA4A35;
}
</style>
background-color css
<style>
a { background-color: #DA4A35; }
a { background-color: rgb(218,74,53); }
div.DivClassName
{
background-color: #DA4A35;
}
.BgClassName
{
background-color: #DA4A35;
}
</style>
border-color css
<style>
span { border-color: #DA4A35; }
span { border-color: rgb(218,74,53); }
td.TdClassName
{
border-color: #DA4A35;
}
.TagClassName
{
border-color: #DA4A35;
}
</style>