Shades of Cinnabar #D54935
Tints of Cinnabar #D54935
RGB
CMYK
RGB Variations
Color information
#D54935 (or 0xD54935) is known color: Cinnabar. HEX triplet: D5, 49 and 35. RGB value is (213,73,53). Sum of RGB (Red+Green+Blue) = 213+73+53=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D54935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54935 is #2AB6CA. Grayscale: #707070. Windows color (decimal): -2799307 or 3492309. OLE color: 3492309.
HSL color Cylindrical-coordinate representation of color #D54935: hue angle of 7.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D54935 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 53 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.16 |
| HSL | 7.5º | 0.66% | 0.52% | - |
| HSV(B) | 7.5º | 0.75% | 0.84% | - |
| XYZ | 30.47 | 19.17 | 5.46 | - |
| YUV | 112.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 53 | 0 | 0.66 | 0.75 | 0.16 | 7.5 | 0.66 | 0.52 |
| Hex | D5 | 49 | 35 | 0 | 42 | 4B | 10 | 8 | 42 | 34 |
| Octal | 325 | 111 | 65 | 0 | 102 | 113 | 20 | 10 | 102 | 64 |
| Binary | 11010101 | 1001001 | 110101 | 0 | 1000010 | 1001011 | 10000 | 1000 | 1000010 | 110100 |
Color Harmonies of #D54935
Complementary color
Monochromatic Colors of #D54935
Black with #D54935
Text Example
Text Example
White with #D54935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54935; }
p { color: rgb(213,73,53); }
H1.HeaderClassName
{
color: #D54935;
}
.AnyTagClassName
{
color: #D54935;
}
</style>
background-color css
<style>
a { background-color: #D54935; }
a { background-color: rgb(213,73,53); }
div.DivClassName
{
background-color: #D54935;
}
.BgClassName
{
background-color: #D54935;
}
</style>
border-color css
<style>
span { border-color: #D54935; }
span { border-color: rgb(213,73,53); }
td.TdClassName
{
border-color: #D54935;
}
.TagClassName
{
border-color: #D54935;
}
</style>