Shades of Cinnabar #DA472C
Tints of Cinnabar #DA472C
RGB
CMYK
RGB Variations
Color information
#DA472C (or 0xDA472C) is known color: Cinnabar. HEX triplet: DA, 47 and 2C. RGB value is (218,71,44). Sum of RGB (Red+Green+Blue) = 218+71+44=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA472C is #25B8D3. Grayscale: #707070. Windows color (decimal): -2472148 or 2901978. OLE color: 2901978.
HSL color Cylindrical-coordinate representation of color #DA472C: hue angle of 9.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA472C is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 44 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.15 |
| HSL | 9.31º | 0.7% | 0.51% | - |
| HSV(B) | 9.31º | 0.8% | 0.85% | - |
| XYZ | 31.62 | 19.59 | 4.5 | - |
| YUV | 111.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 44 | 0 | 0.67 | 0.80 | 0.15 | 9.31 | 0.7 | 0.51 |
| Hex | DA | 47 | 2C | 0 | 43 | 50 | F | 9 | 46 | 33 |
| Octal | 332 | 107 | 54 | 0 | 103 | 120 | 17 | 11 | 106 | 63 |
| Binary | 11011010 | 1000111 | 101100 | 0 | 1000011 | 1010000 | 1111 | 1001 | 1000110 | 110011 |
Color Harmonies of #DA472C
Complementary color
Monochromatic Colors of #DA472C
Black with #DA472C
Text Example
Text Example
White with #DA472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA472C; }
p { color: rgb(218,71,44); }
H1.HeaderClassName
{
color: #DA472C;
}
.AnyTagClassName
{
color: #DA472C;
}
</style>
background-color css
<style>
a { background-color: #DA472C; }
a { background-color: rgb(218,71,44); }
div.DivClassName
{
background-color: #DA472C;
}
.BgClassName
{
background-color: #DA472C;
}
</style>
border-color css
<style>
span { border-color: #DA472C; }
span { border-color: rgb(218,71,44); }
td.TdClassName
{
border-color: #DA472C;
}
.TagClassName
{
border-color: #DA472C;
}
</style>