Shades of Torch Red #EB0C2B
Tints of Torch Red #EB0C2B
RGB
CMYK
RGB Variations
Color information
#EB0C2B (or 0xEB0C2B) is known color: Torch Red. HEX triplet: EB, 0C and 2B. RGB value is (235,12,43). Sum of RGB (Red+Green+Blue) = 235+12+43=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0C2B is #14F3D4. Grayscale: #525252. Windows color (decimal): -1373141 or 2821355. OLE color: 2821355.
HSL color Cylindrical-coordinate representation of color #EB0C2B: hue angle of 351.66º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0C2B is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 43 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.08 |
| HSL | 351.66º | 0.9% | 0.48% | - |
| HSV(B) | 351.66º | 0.95% | 0.92% | - |
| XYZ | 34.83 | 18.1 | 3.94 | - |
| YUV | 82.21 | 105.88 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 43 | 0 | 0.95 | 0.82 | 0.08 | 351.66 | 0.9 | 0.48 |
| Hex | EB | C | 2B | 0 | 5F | 52 | 8 | 160 | 5A | 30 |
| Octal | 353 | 14 | 53 | 0 | 137 | 122 | 10 | 540 | 132 | 60 |
| Binary | 11101011 | 1100 | 101011 | 0 | 1011111 | 1010010 | 1000 | 101100000 | 1011010 | 110000 |
Color Harmonies of #EB0C2B
Complementary color
Monochromatic Colors of #EB0C2B
Black with #EB0C2B
Text Example
Text Example
White with #EB0C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0C2B; }
p { color: rgb(235,12,43); }
H1.HeaderClassName
{
color: #EB0C2B;
}
.AnyTagClassName
{
color: #EB0C2B;
}
</style>
background-color css
<style>
a { background-color: #EB0C2B; }
a { background-color: rgb(235,12,43); }
div.DivClassName
{
background-color: #EB0C2B;
}
.BgClassName
{
background-color: #EB0C2B;
}
</style>
border-color css
<style>
span { border-color: #EB0C2B; }
span { border-color: rgb(235,12,43); }
td.TdClassName
{
border-color: #EB0C2B;
}
.TagClassName
{
border-color: #EB0C2B;
}
</style>