Shades of Cinnabar #D54A39
Tints of Cinnabar #D54A39
RGB
CMYK
RGB Variations
Color information
#D54A39 (or 0xD54A39) is known color: Cinnabar. HEX triplet: D5, 4A and 39. RGB value is (213,74,57). Sum of RGB (Red+Green+Blue) = 213+74+57=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A39 is #2AB5C6. Grayscale: #717171. Windows color (decimal): -2799047 or 3754709. OLE color: 3754709.
HSL color Cylindrical-coordinate representation of color #D54A39: hue angle of 6.54º 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 #D54A39 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 57 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.16 |
| HSL | 6.54º | 0.65% | 0.53% | - |
| HSV(B) | 6.54º | 0.73% | 0.84% | - |
| XYZ | 30.63 | 19.34 | 5.99 | - |
| YUV | 113.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 57 | 0 | 0.65 | 0.73 | 0.16 | 6.54 | 0.65 | 0.53 |
| Hex | D5 | 4A | 39 | 0 | 41 | 49 | 10 | 7 | 41 | 35 |
| Octal | 325 | 112 | 71 | 0 | 101 | 111 | 20 | 7 | 101 | 65 |
| Binary | 11010101 | 1001010 | 111001 | 0 | 1000001 | 1001001 | 10000 | 111 | 1000001 | 110101 |
Color Harmonies of #D54A39
Complementary color
Monochromatic Colors of #D54A39
Black with #D54A39
Text Example
Text Example
White with #D54A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A39; }
p { color: rgb(213,74,57); }
H1.HeaderClassName
{
color: #D54A39;
}
.AnyTagClassName
{
color: #D54A39;
}
</style>
background-color css
<style>
a { background-color: #D54A39; }
a { background-color: rgb(213,74,57); }
div.DivClassName
{
background-color: #D54A39;
}
.BgClassName
{
background-color: #D54A39;
}
</style>
border-color css
<style>
span { border-color: #D54A39; }
span { border-color: rgb(213,74,57); }
td.TdClassName
{
border-color: #D54A39;
}
.TagClassName
{
border-color: #D54A39;
}
</style>