Shades of Cinnabar #D5473B
Tints of Cinnabar #D5473B
RGB
CMYK
RGB Variations
Color information
#D5473B (or 0xD5473B) is known color: Cinnabar. HEX triplet: D5, 47 and 3B. RGB value is (213,71,59). Sum of RGB (Red+Green+Blue) = 213+71+59=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5473B is #2AB8C4. Grayscale: #707070. Windows color (decimal): -2799813 or 3885013. OLE color: 3885013.
HSL color Cylindrical-coordinate representation of color #D5473B: hue angle of 4.68º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5473B is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 59 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.16 |
| HSL | 4.68º | 0.65% | 0.53% | - |
| HSV(B) | 4.68º | 0.72% | 0.84% | - |
| XYZ | 30.48 | 18.97 | 6.19 | - |
| YUV | 112.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 59 | 0 | 0.67 | 0.72 | 0.16 | 4.68 | 0.65 | 0.53 |
| Hex | D5 | 47 | 3B | 0 | 43 | 48 | 10 | 5 | 41 | 35 |
| Octal | 325 | 107 | 73 | 0 | 103 | 110 | 20 | 5 | 101 | 65 |
| Binary | 11010101 | 1000111 | 111011 | 0 | 1000011 | 1001000 | 10000 | 101 | 1000001 | 110101 |
Color Harmonies of #D5473B
Complementary color
Monochromatic Colors of #D5473B
Black with #D5473B
Text Example
Text Example
White with #D5473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5473B; }
p { color: rgb(213,71,59); }
H1.HeaderClassName
{
color: #D5473B;
}
.AnyTagClassName
{
color: #D5473B;
}
</style>
background-color css
<style>
a { background-color: #D5473B; }
a { background-color: rgb(213,71,59); }
div.DivClassName
{
background-color: #D5473B;
}
.BgClassName
{
background-color: #D5473B;
}
</style>
border-color css
<style>
span { border-color: #D5473B; }
span { border-color: rgb(213,71,59); }
td.TdClassName
{
border-color: #D5473B;
}
.TagClassName
{
border-color: #D5473B;
}
</style>