Shades of Cinnabar #EB473C
Tints of Cinnabar #EB473C
RGB
CMYK
RGB Variations
Color information
#EB473C (or 0xEB473C) is known color: Cinnabar. HEX triplet: EB, 47 and 3C. RGB value is (235,71,60). Sum of RGB (Red+Green+Blue) = 235+71+60=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB473C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB473C is #14B8C3. Grayscale: #767676. Windows color (decimal): -1358020 or 3950571. OLE color: 3950571.
HSL color Cylindrical-coordinate representation of color #EB473C: hue angle of 3.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB473C is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 71 | 60 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.08 |
| HSL | 3.77º | 0.81% | 0.58% | - |
| HSV(B) | 3.77º | 0.74% | 0.92% | - |
| XYZ | 37.33 | 22.49 | 6.65 | - |
| YUV | 118.78 | 94.83 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 71 | 60 | 0 | 0.70 | 0.74 | 0.08 | 3.77 | 0.81 | 0.58 |
| Hex | EB | 47 | 3C | 0 | 46 | 4A | 8 | 4 | 51 | 3A |
| Octal | 353 | 107 | 74 | 0 | 106 | 112 | 10 | 4 | 121 | 72 |
| Binary | 11101011 | 1000111 | 111100 | 0 | 1000110 | 1001010 | 1000 | 100 | 1010001 | 111010 |
Color Harmonies of #EB473C
Complementary color
Monochromatic Colors of #EB473C
Black with #EB473C
Text Example
Text Example
White with #EB473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB473C; }
p { color: rgb(235,71,60); }
H1.HeaderClassName
{
color: #EB473C;
}
.AnyTagClassName
{
color: #EB473C;
}
</style>
background-color css
<style>
a { background-color: #EB473C; }
a { background-color: rgb(235,71,60); }
div.DivClassName
{
background-color: #EB473C;
}
.BgClassName
{
background-color: #EB473C;
}
</style>
border-color css
<style>
span { border-color: #EB473C; }
span { border-color: rgb(235,71,60); }
td.TdClassName
{
border-color: #EB473C;
}
.TagClassName
{
border-color: #EB473C;
}
</style>