Shades of Cinnabar #EB471C
Tints of Cinnabar #EB471C
RGB
CMYK
RGB Variations
Color information
#EB471C (or 0xEB471C) is known color: Cinnabar. HEX triplet: EB, 47 and 1C. RGB value is (235,71,28). Sum of RGB (Red+Green+Blue) = 235+71+28=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB471C is #14B8E3. Grayscale: #737373. Windows color (decimal): -1358052 or 1853419. OLE color: 1853419.
HSL color Cylindrical-coordinate representation of color #EB471C: hue angle of 12.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB471C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 71 | 28 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.08 |
| HSL | 12.46º | 0.84% | 0.52% | - |
| HSV(B) | 12.46º | 0.88% | 0.92% | - |
| XYZ | 36.72 | 22.25 | 3.46 | - |
| YUV | 115.13 | 78.83 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 71 | 28 | 0 | 0.70 | 0.88 | 0.08 | 12.46 | 0.84 | 0.52 |
| Hex | EB | 47 | 1C | 0 | 46 | 58 | 8 | C | 54 | 34 |
| Octal | 353 | 107 | 34 | 0 | 106 | 130 | 10 | 14 | 124 | 64 |
| Binary | 11101011 | 1000111 | 11100 | 0 | 1000110 | 1011000 | 1000 | 1100 | 1010100 | 110100 |
Color Harmonies of #EB471C
Complementary color
Monochromatic Colors of #EB471C
Black with #EB471C
Text Example
Text Example
White with #EB471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB471C; }
p { color: rgb(235,71,28); }
H1.HeaderClassName
{
color: #EB471C;
}
.AnyTagClassName
{
color: #EB471C;
}
</style>
background-color css
<style>
a { background-color: #EB471C; }
a { background-color: rgb(235,71,28); }
div.DivClassName
{
background-color: #EB471C;
}
.BgClassName
{
background-color: #EB471C;
}
</style>
border-color css
<style>
span { border-color: #EB471C; }
span { border-color: rgb(235,71,28); }
td.TdClassName
{
border-color: #EB471C;
}
.TagClassName
{
border-color: #EB471C;
}
</style>