Shades of Cinnabar #EB471B
Tints of Cinnabar #EB471B
RGB
CMYK
RGB Variations
Color information
#EB471B (or 0xEB471B) is known color: Cinnabar. HEX triplet: EB, 47 and 1B. RGB value is (235,71,27). Sum of RGB (Red+Green+Blue) = 235+71+27=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB471B is #14B8E4. Grayscale: #737373. Windows color (decimal): -1358053 or 1787883. OLE color: 1787883.
HSL color Cylindrical-coordinate representation of color #EB471B: hue angle of 12.69º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB471B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 71 | 27 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.08 |
| HSL | 12.69º | 0.84% | 0.51% | - |
| HSV(B) | 12.69º | 0.89% | 0.92% | - |
| XYZ | 36.71 | 22.25 | 3.4 | - |
| YUV | 115.02 | 78.33 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 71 | 27 | 0 | 0.70 | 0.89 | 0.08 | 12.69 | 0.84 | 0.51 |
| Hex | EB | 47 | 1B | 0 | 46 | 59 | 8 | D | 54 | 33 |
| Octal | 353 | 107 | 33 | 0 | 106 | 131 | 10 | 15 | 124 | 63 |
| Binary | 11101011 | 1000111 | 11011 | 0 | 1000110 | 1011001 | 1000 | 1101 | 1010100 | 110011 |
Color Harmonies of #EB471B
Complementary color
Monochromatic Colors of #EB471B
Black with #EB471B
Text Example
Text Example
White with #EB471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB471B; }
p { color: rgb(235,71,27); }
H1.HeaderClassName
{
color: #EB471B;
}
.AnyTagClassName
{
color: #EB471B;
}
</style>
background-color css
<style>
a { background-color: #EB471B; }
a { background-color: rgb(235,71,27); }
div.DivClassName
{
background-color: #EB471B;
}
.BgClassName
{
background-color: #EB471B;
}
</style>
border-color css
<style>
span { border-color: #EB471B; }
span { border-color: rgb(235,71,27); }
td.TdClassName
{
border-color: #EB471B;
}
.TagClassName
{
border-color: #EB471B;
}
</style>