Shades of Cinnabar #D5493B
Tints of Cinnabar #D5493B
RGB
CMYK
RGB Variations
Color information
#D5493B (or 0xD5493B) is known color: Cinnabar. HEX triplet: D5, 49 and 3B. RGB value is (213,73,59). Sum of RGB (Red+Green+Blue) = 213+73+59=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5493B is #2AB6C4. Grayscale: #717171. Windows color (decimal): -2799301 or 3885525. OLE color: 3885525.
HSL color Cylindrical-coordinate representation of color #D5493B: hue angle of 5.45º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5493B is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 59 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.16 |
| HSL | 5.45º | 0.65% | 0.53% | - |
| HSV(B) | 5.45º | 0.72% | 0.84% | - |
| XYZ | 30.61 | 19.23 | 6.24 | - |
| YUV | 113.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 59 | 0 | 0.66 | 0.72 | 0.16 | 5.45 | 0.65 | 0.53 |
| Hex | D5 | 49 | 3B | 0 | 42 | 48 | 10 | 5 | 41 | 35 |
| Octal | 325 | 111 | 73 | 0 | 102 | 110 | 20 | 5 | 101 | 65 |
| Binary | 11010101 | 1001001 | 111011 | 0 | 1000010 | 1001000 | 10000 | 101 | 1000001 | 110101 |
Color Harmonies of #D5493B
Complementary color
Monochromatic Colors of #D5493B
Black with #D5493B
Text Example
Text Example
White with #D5493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5493B; }
p { color: rgb(213,73,59); }
H1.HeaderClassName
{
color: #D5493B;
}
.AnyTagClassName
{
color: #D5493B;
}
</style>
background-color css
<style>
a { background-color: #D5493B; }
a { background-color: rgb(213,73,59); }
div.DivClassName
{
background-color: #D5493B;
}
.BgClassName
{
background-color: #D5493B;
}
</style>
border-color css
<style>
span { border-color: #D5493B; }
span { border-color: rgb(213,73,59); }
td.TdClassName
{
border-color: #D5493B;
}
.TagClassName
{
border-color: #D5493B;
}
</style>