Shades of Cinnabar #EB471D
Tints of Cinnabar #EB471D
RGB
CMYK
RGB Variations
Color information
#EB471D (or 0xEB471D) is known color: Cinnabar. HEX triplet: EB, 47 and 1D. RGB value is (235,71,29). Sum of RGB (Red+Green+Blue) = 235+71+29=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB471D is #14B8E2. Grayscale: #737373. Windows color (decimal): -1358051 or 1918955. OLE color: 1918955.
HSL color Cylindrical-coordinate representation of color #EB471D: hue angle of 12.23º 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 #EB471D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 71 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.08 |
| HSL | 12.23º | 0.84% | 0.52% | - |
| HSV(B) | 12.23º | 0.88% | 0.92% | - |
| XYZ | 36.74 | 22.26 | 3.52 | - |
| YUV | 115.25 | 79.33 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 71 | 29 | 0 | 0.70 | 0.88 | 0.08 | 12.23 | 0.84 | 0.52 |
| Hex | EB | 47 | 1D | 0 | 46 | 58 | 8 | C | 54 | 34 |
| Octal | 353 | 107 | 35 | 0 | 106 | 130 | 10 | 14 | 124 | 64 |
| Binary | 11101011 | 1000111 | 11101 | 0 | 1000110 | 1011000 | 1000 | 1100 | 1010100 | 110100 |
Color Harmonies of #EB471D
Complementary color
Monochromatic Colors of #EB471D
Black with #EB471D
Text Example
Text Example
White with #EB471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB471D; }
p { color: rgb(235,71,29); }
H1.HeaderClassName
{
color: #EB471D;
}
.AnyTagClassName
{
color: #EB471D;
}
</style>
background-color css
<style>
a { background-color: #EB471D; }
a { background-color: rgb(235,71,29); }
div.DivClassName
{
background-color: #EB471D;
}
.BgClassName
{
background-color: #EB471D;
}
</style>
border-color css
<style>
span { border-color: #EB471D; }
span { border-color: rgb(235,71,29); }
td.TdClassName
{
border-color: #EB471D;
}
.TagClassName
{
border-color: #EB471D;
}
</style>