Shades of Cinnabar #EB502B
Tints of Cinnabar #EB502B
RGB
CMYK
RGB Variations
Color information
#EB502B (or 0xEB502B) is known color: Cinnabar. HEX triplet: EB, 50 and 2B. RGB value is (235,80,43). Sum of RGB (Red+Green+Blue) = 235+80+43=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB502B is #14AFD4. Grayscale: #7A7A7A. Windows color (decimal): -1355733 or 2838763. OLE color: 2838763.
HSL color Cylindrical-coordinate representation of color #EB502B: hue angle of 11.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB502B is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 80 | 43 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.08 |
| HSL | 11.56º | 0.83% | 0.55% | - |
| HSV(B) | 11.56º | 0.82% | 0.92% | - |
| XYZ | 37.57 | 23.57 | 4.86 | - |
| YUV | 122.13 | 83.35 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 80 | 43 | 0 | 0.66 | 0.82 | 0.08 | 11.56 | 0.83 | 0.55 |
| Hex | EB | 50 | 2B | 0 | 42 | 52 | 8 | C | 53 | 37 |
| Octal | 353 | 120 | 53 | 0 | 102 | 122 | 10 | 14 | 123 | 67 |
| Binary | 11101011 | 1010000 | 101011 | 0 | 1000010 | 1010010 | 1000 | 1100 | 1010011 | 110111 |
Color Harmonies of #EB502B
Complementary color
Monochromatic Colors of #EB502B
Black with #EB502B
Text Example
Text Example
White with #EB502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB502B; }
p { color: rgb(235,80,43); }
H1.HeaderClassName
{
color: #EB502B;
}
.AnyTagClassName
{
color: #EB502B;
}
</style>
background-color css
<style>
a { background-color: #EB502B; }
a { background-color: rgb(235,80,43); }
div.DivClassName
{
background-color: #EB502B;
}
.BgClassName
{
background-color: #EB502B;
}
</style>
border-color css
<style>
span { border-color: #EB502B; }
span { border-color: rgb(235,80,43); }
td.TdClassName
{
border-color: #EB502B;
}
.TagClassName
{
border-color: #EB502B;
}
</style>