Shades of Cinnabar #D5473E
Tints of Cinnabar #D5473E
RGB
CMYK
RGB Variations
Color information
#D5473E (or 0xD5473E) is known color: Cinnabar. HEX triplet: D5, 47 and 3E. RGB value is (213,71,62). Sum of RGB (Red+Green+Blue) = 213+71+62=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5473E is #2AB8C1. Grayscale: #707070. Windows color (decimal): -2799810 or 4081621. OLE color: 4081621.
HSL color Cylindrical-coordinate representation of color #D5473E: hue angle of 3.58º 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 #D5473E is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 62 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.16 |
| HSL | 3.58º | 0.64% | 0.54% | - |
| HSV(B) | 3.58º | 0.71% | 0.84% | - |
| XYZ | 30.56 | 19 | 6.61 | - |
| YUV | 112.43 | 99.54 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 62 | 0 | 0.67 | 0.71 | 0.16 | 3.58 | 0.64 | 0.54 |
| Hex | D5 | 47 | 3E | 0 | 43 | 47 | 10 | 4 | 40 | 36 |
| Octal | 325 | 107 | 76 | 0 | 103 | 107 | 20 | 4 | 100 | 66 |
| Binary | 11010101 | 1000111 | 111110 | 0 | 1000011 | 1000111 | 10000 | 100 | 1000000 | 110110 |
Color Harmonies of #D5473E
Complementary color
Monochromatic Colors of #D5473E
Black with #D5473E
Text Example
Text Example
White with #D5473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5473E; }
p { color: rgb(213,71,62); }
H1.HeaderClassName
{
color: #D5473E;
}
.AnyTagClassName
{
color: #D5473E;
}
</style>
background-color css
<style>
a { background-color: #D5473E; }
a { background-color: rgb(213,71,62); }
div.DivClassName
{
background-color: #D5473E;
}
.BgClassName
{
background-color: #D5473E;
}
</style>
border-color css
<style>
span { border-color: #D5473E; }
span { border-color: rgb(213,71,62); }
td.TdClassName
{
border-color: #D5473E;
}
.TagClassName
{
border-color: #D5473E;
}
</style>