Shades of Cinnabar #D54536
Tints of Cinnabar #D54536
RGB
CMYK
RGB Variations
Color information
#D54536 (or 0xD54536) is known color: Cinnabar. HEX triplet: D5, 45 and 36. RGB value is (213,69,54). Sum of RGB (Red+Green+Blue) = 213+69+54=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D54536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54536 is #2ABAC9. Grayscale: #6E6E6E. Windows color (decimal): -2800330 or 3556821. OLE color: 3556821.
HSL color Cylindrical-coordinate representation of color #D54536: hue angle of 5.66º 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 #D54536 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 54 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.16 |
| HSL | 5.66º | 0.65% | 0.52% | - |
| HSV(B) | 5.66º | 0.75% | 0.84% | - |
| XYZ | 30.23 | 18.67 | 5.5 | - |
| YUV | 110.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 54 | 0 | 0.68 | 0.75 | 0.16 | 5.66 | 0.65 | 0.52 |
| Hex | D5 | 45 | 36 | 0 | 44 | 4B | 10 | 6 | 41 | 34 |
| Octal | 325 | 105 | 66 | 0 | 104 | 113 | 20 | 6 | 101 | 64 |
| Binary | 11010101 | 1000101 | 110110 | 0 | 1000100 | 1001011 | 10000 | 110 | 1000001 | 110100 |
Color Harmonies of #D54536
Complementary color
Monochromatic Colors of #D54536
Black with #D54536
Text Example
Text Example
White with #D54536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54536; }
p { color: rgb(213,69,54); }
H1.HeaderClassName
{
color: #D54536;
}
.AnyTagClassName
{
color: #D54536;
}
</style>
background-color css
<style>
a { background-color: #D54536; }
a { background-color: rgb(213,69,54); }
div.DivClassName
{
background-color: #D54536;
}
.BgClassName
{
background-color: #D54536;
}
</style>
border-color css
<style>
span { border-color: #D54536; }
span { border-color: rgb(213,69,54); }
td.TdClassName
{
border-color: #D54536;
}
.TagClassName
{
border-color: #D54536;
}
</style>