Shades of Cinnabar #D54734
Tints of Cinnabar #D54734
RGB
CMYK
RGB Variations
Color information
#D54734 (or 0xD54734) is known color: Cinnabar. HEX triplet: D5, 47 and 34. RGB value is (213,71,52). Sum of RGB (Red+Green+Blue) = 213+71+52=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D54734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54734 is #2AB8CB. Grayscale: #6F6F6F. Windows color (decimal): -2799820 or 3426261. OLE color: 3426261.
HSL color Cylindrical-coordinate representation of color #D54734: hue angle of 7.08º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D54734 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 52 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.16 |
| HSL | 7.08º | 0.66% | 0.52% | - |
| HSV(B) | 7.08º | 0.76% | 0.84% | - |
| XYZ | 30.31 | 18.9 | 5.3 | - |
| YUV | 111.29 | 94.54 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 52 | 0 | 0.67 | 0.76 | 0.16 | 7.08 | 0.66 | 0.52 |
| Hex | D5 | 47 | 34 | 0 | 43 | 4C | 10 | 7 | 42 | 34 |
| Octal | 325 | 107 | 64 | 0 | 103 | 114 | 20 | 7 | 102 | 64 |
| Binary | 11010101 | 1000111 | 110100 | 0 | 1000011 | 1001100 | 10000 | 111 | 1000010 | 110100 |
Color Harmonies of #D54734
Complementary color
Monochromatic Colors of #D54734
Black with #D54734
Text Example
Text Example
White with #D54734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54734; }
p { color: rgb(213,71,52); }
H1.HeaderClassName
{
color: #D54734;
}
.AnyTagClassName
{
color: #D54734;
}
</style>
background-color css
<style>
a { background-color: #D54734; }
a { background-color: rgb(213,71,52); }
div.DivClassName
{
background-color: #D54734;
}
.BgClassName
{
background-color: #D54734;
}
</style>
border-color css
<style>
span { border-color: #D54734; }
span { border-color: rgb(213,71,52); }
td.TdClassName
{
border-color: #D54734;
}
.TagClassName
{
border-color: #D54734;
}
</style>