Shades of Cinnabar #D5473C
Tints of Cinnabar #D5473C
RGB
CMYK
RGB Variations
Color information
#D5473C (or 0xD5473C) is known color: Cinnabar. HEX triplet: D5, 47 and 3C. RGB value is (213,71,60). Sum of RGB (Red+Green+Blue) = 213+71+60=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5473C is #2AB8C3. Grayscale: #707070. Windows color (decimal): -2799812 or 3950549. OLE color: 3950549.
HSL color Cylindrical-coordinate representation of color #D5473C: hue angle of 4.31º 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 #D5473C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 60 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.16 |
| HSL | 4.31º | 0.65% | 0.54% | - |
| HSV(B) | 4.31º | 0.72% | 0.84% | - |
| XYZ | 30.51 | 18.98 | 6.33 | - |
| YUV | 112.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 60 | 0 | 0.67 | 0.72 | 0.16 | 4.31 | 0.65 | 0.54 |
| Hex | D5 | 47 | 3C | 0 | 43 | 48 | 10 | 4 | 41 | 36 |
| Octal | 325 | 107 | 74 | 0 | 103 | 110 | 20 | 4 | 101 | 66 |
| Binary | 11010101 | 1000111 | 111100 | 0 | 1000011 | 1001000 | 10000 | 100 | 1000001 | 110110 |
Color Harmonies of #D5473C
Complementary color
Monochromatic Colors of #D5473C
Black with #D5473C
Text Example
Text Example
White with #D5473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5473C; }
p { color: rgb(213,71,60); }
H1.HeaderClassName
{
color: #D5473C;
}
.AnyTagClassName
{
color: #D5473C;
}
</style>
background-color css
<style>
a { background-color: #D5473C; }
a { background-color: rgb(213,71,60); }
div.DivClassName
{
background-color: #D5473C;
}
.BgClassName
{
background-color: #D5473C;
}
</style>
border-color css
<style>
span { border-color: #D5473C; }
span { border-color: rgb(213,71,60); }
td.TdClassName
{
border-color: #D5473C;
}
.TagClassName
{
border-color: #D5473C;
}
</style>