Shades of Cinnabar #D54736
Tints of Cinnabar #D54736
RGB
CMYK
RGB Variations
Color information
#D54736 (or 0xD54736) is known color: Cinnabar. HEX triplet: D5, 47 and 36. RGB value is (213,71,54). Sum of RGB (Red+Green+Blue) = 213+71+54=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D54736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54736 is #2AB8C9. Grayscale: #6F6F6F. Windows color (decimal): -2799818 or 3557333. OLE color: 3557333.
HSL color Cylindrical-coordinate representation of color #D54736: hue angle of 6.42º degrees, saturation: 0.65, 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 #D54736 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 54 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.16 |
| HSL | 6.42º | 0.65% | 0.52% | - |
| HSV(B) | 6.42º | 0.75% | 0.84% | - |
| XYZ | 30.36 | 18.92 | 5.54 | - |
| YUV | 111.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 54 | 0 | 0.67 | 0.75 | 0.16 | 6.42 | 0.65 | 0.52 |
| Hex | D5 | 47 | 36 | 0 | 43 | 4B | 10 | 6 | 41 | 34 |
| Octal | 325 | 107 | 66 | 0 | 103 | 113 | 20 | 6 | 101 | 64 |
| Binary | 11010101 | 1000111 | 110110 | 0 | 1000011 | 1001011 | 10000 | 110 | 1000001 | 110100 |
Color Harmonies of #D54736
Complementary color
Monochromatic Colors of #D54736
Black with #D54736
Text Example
Text Example
White with #D54736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54736; }
p { color: rgb(213,71,54); }
H1.HeaderClassName
{
color: #D54736;
}
.AnyTagClassName
{
color: #D54736;
}
</style>
background-color css
<style>
a { background-color: #D54736; }
a { background-color: rgb(213,71,54); }
div.DivClassName
{
background-color: #D54736;
}
.BgClassName
{
background-color: #D54736;
}
</style>
border-color css
<style>
span { border-color: #D54736; }
span { border-color: rgb(213,71,54); }
td.TdClassName
{
border-color: #D54736;
}
.TagClassName
{
border-color: #D54736;
}
</style>