Shades of Cinnabar #DA473B
Tints of Cinnabar #DA473B
RGB
CMYK
RGB Variations
Color information
#DA473B (or 0xDA473B) is known color: Cinnabar. HEX triplet: DA, 47 and 3B. RGB value is (218,71,59). Sum of RGB (Red+Green+Blue) = 218+71+59=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA473B is #25B8C4. Grayscale: #717171. Windows color (decimal): -2472133 or 3885018. OLE color: 3885018.
HSL color Cylindrical-coordinate representation of color #DA473B: hue angle of 4.53º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA473B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 59 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.15 |
| HSL | 4.53º | 0.68% | 0.54% | - |
| HSV(B) | 4.53º | 0.73% | 0.85% | - |
| XYZ | 31.96 | 19.73 | 6.26 | - |
| YUV | 113.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 59 | 0 | 0.67 | 0.73 | 0.15 | 4.53 | 0.68 | 0.54 |
| Hex | DA | 47 | 3B | 0 | 43 | 49 | F | 5 | 44 | 36 |
| Octal | 332 | 107 | 73 | 0 | 103 | 111 | 17 | 5 | 104 | 66 |
| Binary | 11011010 | 1000111 | 111011 | 0 | 1000011 | 1001001 | 1111 | 101 | 1000100 | 110110 |
Color Harmonies of #DA473B
Complementary color
Monochromatic Colors of #DA473B
Black with #DA473B
Text Example
Text Example
White with #DA473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA473B; }
p { color: rgb(218,71,59); }
H1.HeaderClassName
{
color: #DA473B;
}
.AnyTagClassName
{
color: #DA473B;
}
</style>
background-color css
<style>
a { background-color: #DA473B; }
a { background-color: rgb(218,71,59); }
div.DivClassName
{
background-color: #DA473B;
}
.BgClassName
{
background-color: #DA473B;
}
</style>
border-color css
<style>
span { border-color: #DA473B; }
span { border-color: rgb(218,71,59); }
td.TdClassName
{
border-color: #DA473B;
}
.TagClassName
{
border-color: #DA473B;
}
</style>