Shades of Cinnabar #D54A3C
Tints of Cinnabar #D54A3C
RGB
CMYK
RGB Variations
Color information
#D54A3C (or 0xD54A3C) is known color: Cinnabar. HEX triplet: D5, 4A and 3C. RGB value is (213,74,60). Sum of RGB (Red+Green+Blue) = 213+74+60=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A3C is #2AB5C3. Grayscale: #727272. Windows color (decimal): -2799044 or 3951317. OLE color: 3951317.
HSL color Cylindrical-coordinate representation of color #D54A3C: hue angle of 5.49º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D54A3C is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 60 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.16 |
| HSL | 5.49º | 0.65% | 0.54% | - |
| HSV(B) | 5.49º | 0.72% | 0.84% | - |
| XYZ | 30.7 | 19.37 | 6.4 | - |
| YUV | 113.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 60 | 0 | 0.65 | 0.72 | 0.16 | 5.49 | 0.65 | 0.54 |
| Hex | D5 | 4A | 3C | 0 | 41 | 48 | 10 | 5 | 41 | 36 |
| Octal | 325 | 112 | 74 | 0 | 101 | 110 | 20 | 5 | 101 | 66 |
| Binary | 11010101 | 1001010 | 111100 | 0 | 1000001 | 1001000 | 10000 | 101 | 1000001 | 110110 |
Color Harmonies of #D54A3C
Complementary color
Monochromatic Colors of #D54A3C
Black with #D54A3C
Text Example
Text Example
White with #D54A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A3C; }
p { color: rgb(213,74,60); }
H1.HeaderClassName
{
color: #D54A3C;
}
.AnyTagClassName
{
color: #D54A3C;
}
</style>
background-color css
<style>
a { background-color: #D54A3C; }
a { background-color: rgb(213,74,60); }
div.DivClassName
{
background-color: #D54A3C;
}
.BgClassName
{
background-color: #D54A3C;
}
</style>
border-color css
<style>
span { border-color: #D54A3C; }
span { border-color: rgb(213,74,60); }
td.TdClassName
{
border-color: #D54A3C;
}
.TagClassName
{
border-color: #D54A3C;
}
</style>