Shades of Cinnabar #D54539
Tints of Cinnabar #D54539
RGB
CMYK
RGB Variations
Color information
#D54539 (or 0xD54539) is known color: Cinnabar. HEX triplet: D5, 45 and 39. RGB value is (213,69,57). Sum of RGB (Red+Green+Blue) = 213+69+57=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D54539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54539 is #2ABAC6. Grayscale: #6E6E6E. Windows color (decimal): -2800327 or 3753429. OLE color: 3753429.
HSL color Cylindrical-coordinate representation of color #D54539: hue angle of 4.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D54539 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 57 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.16 |
| HSL | 4.62º | 0.65% | 0.53% | - |
| HSV(B) | 4.62º | 0.73% | 0.84% | - |
| XYZ | 30.31 | 18.7 | 5.88 | - |
| YUV | 110.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 57 | 0 | 0.68 | 0.73 | 0.16 | 4.62 | 0.65 | 0.53 |
| Hex | D5 | 45 | 39 | 0 | 44 | 49 | 10 | 5 | 41 | 35 |
| Octal | 325 | 105 | 71 | 0 | 104 | 111 | 20 | 5 | 101 | 65 |
| Binary | 11010101 | 1000101 | 111001 | 0 | 1000100 | 1001001 | 10000 | 101 | 1000001 | 110101 |
Color Harmonies of #D54539
Complementary color
Monochromatic Colors of #D54539
Black with #D54539
Text Example
Text Example
White with #D54539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54539; }
p { color: rgb(213,69,57); }
H1.HeaderClassName
{
color: #D54539;
}
.AnyTagClassName
{
color: #D54539;
}
</style>
background-color css
<style>
a { background-color: #D54539; }
a { background-color: rgb(213,69,57); }
div.DivClassName
{
background-color: #D54539;
}
.BgClassName
{
background-color: #D54539;
}
</style>
border-color css
<style>
span { border-color: #D54539; }
span { border-color: rgb(213,69,57); }
td.TdClassName
{
border-color: #D54539;
}
.TagClassName
{
border-color: #D54539;
}
</style>