Shades of Cinnabar #DA472B
Tints of Cinnabar #DA472B
RGB
CMYK
RGB Variations
Color information
#DA472B (or 0xDA472B) is known color: Cinnabar. HEX triplet: DA, 47 and 2B. RGB value is (218,71,43). Sum of RGB (Red+Green+Blue) = 218+71+43=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA472B is #25B8D4. Grayscale: #707070. Windows color (decimal): -2472149 or 2836442. OLE color: 2836442.
HSL color Cylindrical-coordinate representation of color #DA472B: hue angle of 9.6º 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 #DA472B is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 43 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.15 |
| HSL | 9.6º | 0.7% | 0.51% | - |
| HSV(B) | 9.6º | 0.8% | 0.85% | - |
| XYZ | 31.6 | 19.59 | 4.4 | - |
| YUV | 111.76 | 89.2 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 43 | 0 | 0.67 | 0.80 | 0.15 | 9.6 | 0.7 | 0.51 |
| Hex | DA | 47 | 2B | 0 | 43 | 50 | F | A | 46 | 33 |
| Octal | 332 | 107 | 53 | 0 | 103 | 120 | 17 | 12 | 106 | 63 |
| Binary | 11011010 | 1000111 | 101011 | 0 | 1000011 | 1010000 | 1111 | 1010 | 1000110 | 110011 |
Color Harmonies of #DA472B
Complementary color
Monochromatic Colors of #DA472B
Black with #DA472B
Text Example
Text Example
White with #DA472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA472B; }
p { color: rgb(218,71,43); }
H1.HeaderClassName
{
color: #DA472B;
}
.AnyTagClassName
{
color: #DA472B;
}
</style>
background-color css
<style>
a { background-color: #DA472B; }
a { background-color: rgb(218,71,43); }
div.DivClassName
{
background-color: #DA472B;
}
.BgClassName
{
background-color: #DA472B;
}
</style>
border-color css
<style>
span { border-color: #DA472B; }
span { border-color: rgb(218,71,43); }
td.TdClassName
{
border-color: #DA472B;
}
.TagClassName
{
border-color: #DA472B;
}
</style>