Shades of Cinnabar #EB461C
Tints of Cinnabar #EB461C
RGB
CMYK
RGB Variations
Color information
#EB461C (or 0xEB461C) is known color: Cinnabar. HEX triplet: EB, 46 and 1C. RGB value is (235,70,28). Sum of RGB (Red+Green+Blue) = 235+70+28=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB461C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB461C is #14B9E3. Grayscale: #727272. Windows color (decimal): -1358308 or 1853163. OLE color: 1853163.
HSL color Cylindrical-coordinate representation of color #EB461C: hue angle of 12.17º 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 #EB461C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 28 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.08 |
| HSL | 12.17º | 0.84% | 0.52% | - |
| HSV(B) | 12.17º | 0.88% | 0.92% | - |
| XYZ | 36.66 | 22.13 | 3.44 | - |
| YUV | 114.55 | 79.16 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 28 | 0 | 0.70 | 0.88 | 0.08 | 12.17 | 0.84 | 0.52 |
| Hex | EB | 46 | 1C | 0 | 46 | 58 | 8 | C | 54 | 34 |
| Octal | 353 | 106 | 34 | 0 | 106 | 130 | 10 | 14 | 124 | 64 |
| Binary | 11101011 | 1000110 | 11100 | 0 | 1000110 | 1011000 | 1000 | 1100 | 1010100 | 110100 |
Color Harmonies of #EB461C
Complementary color
Monochromatic Colors of #EB461C
Black with #EB461C
Text Example
Text Example
White with #EB461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB461C; }
p { color: rgb(235,70,28); }
H1.HeaderClassName
{
color: #EB461C;
}
.AnyTagClassName
{
color: #EB461C;
}
</style>
background-color css
<style>
a { background-color: #EB461C; }
a { background-color: rgb(235,70,28); }
div.DivClassName
{
background-color: #EB461C;
}
.BgClassName
{
background-color: #EB461C;
}
</style>
border-color css
<style>
span { border-color: #EB461C; }
span { border-color: rgb(235,70,28); }
td.TdClassName
{
border-color: #EB461C;
}
.TagClassName
{
border-color: #EB461C;
}
</style>