Shades of Cinnabar #D54B3E
Tints of Cinnabar #D54B3E
RGB
CMYK
RGB Variations
Color information
#D54B3E (or 0xD54B3E) is known color: Cinnabar. HEX triplet: D5, 4B and 3E. RGB value is (213,75,62). Sum of RGB (Red+Green+Blue) = 213+75+62=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54B3E is #2AB4C1. Grayscale: #727272. Windows color (decimal): -2798786 or 4082645. OLE color: 4082645.
HSL color Cylindrical-coordinate representation of color #D54B3E: hue angle of 5.17º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D54B3E is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 62 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.16 |
| HSL | 5.17º | 0.64% | 0.54% | - |
| HSV(B) | 5.17º | 0.71% | 0.84% | - |
| XYZ | 30.83 | 19.53 | 6.7 | - |
| YUV | 114.78 | 98.22 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 62 | 0 | 0.65 | 0.71 | 0.16 | 5.17 | 0.64 | 0.54 |
| Hex | D5 | 4B | 3E | 0 | 41 | 47 | 10 | 5 | 40 | 36 |
| Octal | 325 | 113 | 76 | 0 | 101 | 107 | 20 | 5 | 100 | 66 |
| Binary | 11010101 | 1001011 | 111110 | 0 | 1000001 | 1000111 | 10000 | 101 | 1000000 | 110110 |
Color Harmonies of #D54B3E
Complementary color
Monochromatic Colors of #D54B3E
Black with #D54B3E
Text Example
Text Example
White with #D54B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B3E; }
p { color: rgb(213,75,62); }
H1.HeaderClassName
{
color: #D54B3E;
}
.AnyTagClassName
{
color: #D54B3E;
}
</style>
background-color css
<style>
a { background-color: #D54B3E; }
a { background-color: rgb(213,75,62); }
div.DivClassName
{
background-color: #D54B3E;
}
.BgClassName
{
background-color: #D54B3E;
}
</style>
border-color css
<style>
span { border-color: #D54B3E; }
span { border-color: rgb(213,75,62); }
td.TdClassName
{
border-color: #D54B3E;
}
.TagClassName
{
border-color: #D54B3E;
}
</style>