Shades of Cinnabar #D5493F
Tints of Cinnabar #D5493F
RGB
CMYK
RGB Variations
Color information
#D5493F (or 0xD5493F) is known color: Cinnabar. HEX triplet: D5, 49 and 3F. RGB value is (213,73,63). Sum of RGB (Red+Green+Blue) = 213+73+63=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D5493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5493F is #2AB6C0. Grayscale: #717171. Windows color (decimal): -2799297 or 4147669. OLE color: 4147669.
HSL color Cylindrical-coordinate representation of color #D5493F: hue angle of 4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5493F is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 63 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.16 |
| HSL | 4º | 0.64% | 0.54% | - |
| HSV(B) | 4º | 0.7% | 0.84% | - |
| XYZ | 30.72 | 19.27 | 6.8 | - |
| YUV | 113.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 63 | 0 | 0.66 | 0.70 | 0.16 | 4 | 0.64 | 0.54 |
| Hex | D5 | 49 | 3F | 0 | 42 | 46 | 10 | 4 | 40 | 36 |
| Octal | 325 | 111 | 77 | 0 | 102 | 106 | 20 | 4 | 100 | 66 |
| Binary | 11010101 | 1001001 | 111111 | 0 | 1000010 | 1000110 | 10000 | 100 | 1000000 | 110110 |
Color Harmonies of #D5493F
Complementary color
Monochromatic Colors of #D5493F
Black with #D5493F
Text Example
Text Example
White with #D5493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5493F; }
p { color: rgb(213,73,63); }
H1.HeaderClassName
{
color: #D5493F;
}
.AnyTagClassName
{
color: #D5493F;
}
</style>
background-color css
<style>
a { background-color: #D5493F; }
a { background-color: rgb(213,73,63); }
div.DivClassName
{
background-color: #D5493F;
}
.BgClassName
{
background-color: #D5493F;
}
</style>
border-color css
<style>
span { border-color: #D5493F; }
span { border-color: rgb(213,73,63); }
td.TdClassName
{
border-color: #D5493F;
}
.TagClassName
{
border-color: #D5493F;
}
</style>