Shades of Cinnabar #D54A3A
Tints of Cinnabar #D54A3A
RGB
CMYK
RGB Variations
Color information
#D54A3A (or 0xD54A3A) is known color: Cinnabar. HEX triplet: D5, 4A and 3A. RGB value is (213,74,58). Sum of RGB (Red+Green+Blue) = 213+74+58=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A3A is #2AB5C5. Grayscale: #717171. Windows color (decimal): -2799046 or 3820245. OLE color: 3820245.
HSL color Cylindrical-coordinate representation of color #D54A3A: hue angle of 6.19º 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 #D54A3A is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 58 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.16 |
| HSL | 6.19º | 0.65% | 0.53% | - |
| HSV(B) | 6.19º | 0.73% | 0.84% | - |
| XYZ | 30.65 | 19.35 | 6.12 | - |
| YUV | 113.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 58 | 0 | 0.65 | 0.73 | 0.16 | 6.19 | 0.65 | 0.53 |
| Hex | D5 | 4A | 3A | 0 | 41 | 49 | 10 | 6 | 41 | 35 |
| Octal | 325 | 112 | 72 | 0 | 101 | 111 | 20 | 6 | 101 | 65 |
| Binary | 11010101 | 1001010 | 111010 | 0 | 1000001 | 1001001 | 10000 | 110 | 1000001 | 110101 |
Color Harmonies of #D54A3A
Complementary color
Monochromatic Colors of #D54A3A
Black with #D54A3A
Text Example
Text Example
White with #D54A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A3A; }
p { color: rgb(213,74,58); }
H1.HeaderClassName
{
color: #D54A3A;
}
.AnyTagClassName
{
color: #D54A3A;
}
</style>
background-color css
<style>
a { background-color: #D54A3A; }
a { background-color: rgb(213,74,58); }
div.DivClassName
{
background-color: #D54A3A;
}
.BgClassName
{
background-color: #D54A3A;
}
</style>
border-color css
<style>
span { border-color: #D54A3A; }
span { border-color: rgb(213,74,58); }
td.TdClassName
{
border-color: #D54A3A;
}
.TagClassName
{
border-color: #D54A3A;
}
</style>