Shades of Cinnabar #DA473F
Tints of Cinnabar #DA473F
RGB
CMYK
RGB Variations
Color information
#DA473F (or 0xDA473F) is known color: Cinnabar. HEX triplet: DA, 47 and 3F. RGB value is (218,71,63). Sum of RGB (Red+Green+Blue) = 218+71+63=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA473F is #25B8C0. Grayscale: #727272. Windows color (decimal): -2472129 or 4147162. OLE color: 4147162.
HSL color Cylindrical-coordinate representation of color #DA473F: hue angle of 3.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA473F is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 63 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.15 |
| HSL | 3.1º | 0.68% | 0.55% | - |
| HSV(B) | 3.1º | 0.71% | 0.85% | - |
| XYZ | 32.06 | 19.77 | 6.83 | - |
| YUV | 114.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 63 | 0 | 0.67 | 0.71 | 0.15 | 3.1 | 0.68 | 0.55 |
| Hex | DA | 47 | 3F | 0 | 43 | 47 | F | 3 | 44 | 37 |
| Octal | 332 | 107 | 77 | 0 | 103 | 107 | 17 | 3 | 104 | 67 |
| Binary | 11011010 | 1000111 | 111111 | 0 | 1000011 | 1000111 | 1111 | 11 | 1000100 | 110111 |
Color Harmonies of #DA473F
Complementary color
Monochromatic Colors of #DA473F
Black with #DA473F
Text Example
Text Example
White with #DA473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA473F; }
p { color: rgb(218,71,63); }
H1.HeaderClassName
{
color: #DA473F;
}
.AnyTagClassName
{
color: #DA473F;
}
</style>
background-color css
<style>
a { background-color: #DA473F; }
a { background-color: rgb(218,71,63); }
div.DivClassName
{
background-color: #DA473F;
}
.BgClassName
{
background-color: #DA473F;
}
</style>
border-color css
<style>
span { border-color: #DA473F; }
span { border-color: rgb(218,71,63); }
td.TdClassName
{
border-color: #DA473F;
}
.TagClassName
{
border-color: #DA473F;
}
</style>