Shades of Torch Red #EB0D2A
Tints of Torch Red #EB0D2A
RGB
CMYK
RGB Variations
Color information
#EB0D2A (or 0xEB0D2A) is known color: Torch Red. HEX triplet: EB, 0D and 2A. RGB value is (235,13,42). Sum of RGB (Red+Green+Blue) = 235+13+42=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0D2A is #14F2D5. Grayscale: #525252. Windows color (decimal): -1372886 or 2756075. OLE color: 2756075.
HSL color Cylindrical-coordinate representation of color #EB0D2A: hue angle of 352.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0D2A is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 42 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.08 |
| HSL | 352.16º | 0.9% | 0.49% | - |
| HSV(B) | 352.16º | 0.94% | 0.92% | - |
| XYZ | 34.82 | 18.12 | 3.85 | - |
| YUV | 82.68 | 105.05 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 42 | 0 | 0.94 | 0.82 | 0.08 | 352.16 | 0.9 | 0.49 |
| Hex | EB | D | 2A | 0 | 5E | 52 | 8 | 160 | 5A | 31 |
| Octal | 353 | 15 | 52 | 0 | 136 | 122 | 10 | 540 | 132 | 61 |
| Binary | 11101011 | 1101 | 101010 | 0 | 1011110 | 1010010 | 1000 | 101100000 | 1011010 | 110001 |
Color Harmonies of #EB0D2A
Complementary color
Monochromatic Colors of #EB0D2A
Black with #EB0D2A
Text Example
Text Example
White with #EB0D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D2A; }
p { color: rgb(235,13,42); }
H1.HeaderClassName
{
color: #EB0D2A;
}
.AnyTagClassName
{
color: #EB0D2A;
}
</style>
background-color css
<style>
a { background-color: #EB0D2A; }
a { background-color: rgb(235,13,42); }
div.DivClassName
{
background-color: #EB0D2A;
}
.BgClassName
{
background-color: #EB0D2A;
}
</style>
border-color css
<style>
span { border-color: #EB0D2A; }
span { border-color: rgb(235,13,42); }
td.TdClassName
{
border-color: #EB0D2A;
}
.TagClassName
{
border-color: #EB0D2A;
}
</style>