Shades of Cinnabar #DA4735
Tints of Cinnabar #DA4735
RGB
CMYK
RGB Variations
Color information
#DA4735 (or 0xDA4735) is known color: Cinnabar. HEX triplet: DA, 47 and 35. RGB value is (218,71,53). Sum of RGB (Red+Green+Blue) = 218+71+53=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4735 is #25B8CA. Grayscale: #717171. Windows color (decimal): -2472139 or 3491802. OLE color: 3491802.
HSL color Cylindrical-coordinate representation of color #DA4735: hue angle of 6.55º 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 #DA4735 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 53 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.15 |
| HSL | 6.55º | 0.69% | 0.53% | - |
| HSV(B) | 6.55º | 0.76% | 0.85% | - |
| XYZ | 31.81 | 19.67 | 5.49 | - |
| YUV | 112.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 53 | 0 | 0.67 | 0.76 | 0.15 | 6.55 | 0.69 | 0.53 |
| Hex | DA | 47 | 35 | 0 | 43 | 4C | F | 7 | 45 | 35 |
| Octal | 332 | 107 | 65 | 0 | 103 | 114 | 17 | 7 | 105 | 65 |
| Binary | 11011010 | 1000111 | 110101 | 0 | 1000011 | 1001100 | 1111 | 111 | 1000101 | 110101 |
Color Harmonies of #DA4735
Complementary color
Monochromatic Colors of #DA4735
Black with #DA4735
Text Example
Text Example
White with #DA4735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4735; }
p { color: rgb(218,71,53); }
H1.HeaderClassName
{
color: #DA4735;
}
.AnyTagClassName
{
color: #DA4735;
}
</style>
background-color css
<style>
a { background-color: #DA4735; }
a { background-color: rgb(218,71,53); }
div.DivClassName
{
background-color: #DA4735;
}
.BgClassName
{
background-color: #DA4735;
}
</style>
border-color css
<style>
span { border-color: #DA4735; }
span { border-color: rgb(218,71,53); }
td.TdClassName
{
border-color: #DA4735;
}
.TagClassName
{
border-color: #DA4735;
}
</style>