Shades of Cinnabar #D54937
Tints of Cinnabar #D54937
RGB
CMYK
RGB Variations
Color information
#D54937 (or 0xD54937) is known color: Cinnabar. HEX triplet: D5, 49 and 37. RGB value is (213,73,55). Sum of RGB (Red+Green+Blue) = 213+73+55=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D54937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54937 is #2AB6C8. Grayscale: #717171. Windows color (decimal): -2799305 or 3623381. OLE color: 3623381.
HSL color Cylindrical-coordinate representation of color #D54937: hue angle of 6.84º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D54937 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 55 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.16 |
| HSL | 6.84º | 0.65% | 0.53% | - |
| HSV(B) | 6.84º | 0.74% | 0.84% | - |
| XYZ | 30.51 | 19.19 | 5.71 | - |
| YUV | 112.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 55 | 0 | 0.66 | 0.74 | 0.16 | 6.84 | 0.65 | 0.53 |
| Hex | D5 | 49 | 37 | 0 | 42 | 4A | 10 | 7 | 41 | 35 |
| Octal | 325 | 111 | 67 | 0 | 102 | 112 | 20 | 7 | 101 | 65 |
| Binary | 11010101 | 1001001 | 110111 | 0 | 1000010 | 1001010 | 10000 | 111 | 1000001 | 110101 |
Color Harmonies of #D54937
Complementary color
Monochromatic Colors of #D54937
Black with #D54937
Text Example
Text Example
White with #D54937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54937; }
p { color: rgb(213,73,55); }
H1.HeaderClassName
{
color: #D54937;
}
.AnyTagClassName
{
color: #D54937;
}
</style>
background-color css
<style>
a { background-color: #D54937; }
a { background-color: rgb(213,73,55); }
div.DivClassName
{
background-color: #D54937;
}
.BgClassName
{
background-color: #D54937;
}
</style>
border-color css
<style>
span { border-color: #D54937; }
span { border-color: rgb(213,73,55); }
td.TdClassName
{
border-color: #D54937;
}
.TagClassName
{
border-color: #D54937;
}
</style>