Shades of Torch Red #EB0D25
Tints of Torch Red #EB0D25
RGB
CMYK
RGB Variations
Color information
#EB0D25 (or 0xEB0D25) is known color: Torch Red. HEX triplet: EB, 0D and 25. RGB value is (235,13,37). Sum of RGB (Red+Green+Blue) = 235+13+37=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0D25 is #14F2DA. Grayscale: #525252. Windows color (decimal): -1372891 or 2428395. OLE color: 2428395.
HSL color Cylindrical-coordinate representation of color #EB0D25: hue angle of 353.51º 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 #EB0D25 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 37 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.08 |
| HSL | 353.51º | 0.9% | 0.49% | - |
| HSV(B) | 353.51º | 0.94% | 0.92% | - |
| XYZ | 34.74 | 18.08 | 3.41 | - |
| YUV | 82.11 | 102.55 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 37 | 0 | 0.94 | 0.84 | 0.08 | 353.51 | 0.9 | 0.49 |
| Hex | EB | D | 25 | 0 | 5E | 54 | 8 | 162 | 5A | 31 |
| Octal | 353 | 15 | 45 | 0 | 136 | 124 | 10 | 542 | 132 | 61 |
| Binary | 11101011 | 1101 | 100101 | 0 | 1011110 | 1010100 | 1000 | 101100010 | 1011010 | 110001 |
Color Harmonies of #EB0D25
Complementary color
Monochromatic Colors of #EB0D25
Black with #EB0D25
Text Example
Text Example
White with #EB0D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D25; }
p { color: rgb(235,13,37); }
H1.HeaderClassName
{
color: #EB0D25;
}
.AnyTagClassName
{
color: #EB0D25;
}
</style>
background-color css
<style>
a { background-color: #EB0D25; }
a { background-color: rgb(235,13,37); }
div.DivClassName
{
background-color: #EB0D25;
}
.BgClassName
{
background-color: #EB0D25;
}
</style>
border-color css
<style>
span { border-color: #EB0D25; }
span { border-color: rgb(235,13,37); }
td.TdClassName
{
border-color: #EB0D25;
}
.TagClassName
{
border-color: #EB0D25;
}
</style>