Shades of Cinnabar #D5492F
Tints of Cinnabar #D5492F
RGB
CMYK
RGB Variations
Color information
#D5492F (or 0xD5492F) is known color: Cinnabar. HEX triplet: D5, 49 and 2F. RGB value is (213,73,47). Sum of RGB (Red+Green+Blue) = 213+73+47=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D5492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5492F is #2AB6D0. Grayscale: #707070. Windows color (decimal): -2799313 or 3099093. OLE color: 3099093.
HSL color Cylindrical-coordinate representation of color #D5492F: hue angle of 9.4º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5492F is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 47 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.16 |
| HSL | 9.4º | 0.66% | 0.51% | - |
| HSV(B) | 9.4º | 0.78% | 0.84% | - |
| XYZ | 30.34 | 19.12 | 4.78 | - |
| YUV | 111.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 47 | 0 | 0.66 | 0.78 | 0.16 | 9.4 | 0.66 | 0.51 |
| Hex | D5 | 49 | 2F | 0 | 42 | 4E | 10 | 9 | 42 | 33 |
| Octal | 325 | 111 | 57 | 0 | 102 | 116 | 20 | 11 | 102 | 63 |
| Binary | 11010101 | 1001001 | 101111 | 0 | 1000010 | 1001110 | 10000 | 1001 | 1000010 | 110011 |
Color Harmonies of #D5492F
Complementary color
Monochromatic Colors of #D5492F
Black with #D5492F
Text Example
Text Example
White with #D5492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5492F; }
p { color: rgb(213,73,47); }
H1.HeaderClassName
{
color: #D5492F;
}
.AnyTagClassName
{
color: #D5492F;
}
</style>
background-color css
<style>
a { background-color: #D5492F; }
a { background-color: rgb(213,73,47); }
div.DivClassName
{
background-color: #D5492F;
}
.BgClassName
{
background-color: #D5492F;
}
</style>
border-color css
<style>
span { border-color: #D5492F; }
span { border-color: rgb(213,73,47); }
td.TdClassName
{
border-color: #D5492F;
}
.TagClassName
{
border-color: #D5492F;
}
</style>