Shades of Torch Red #EB0223
Tints of Torch Red #EB0223
RGB
CMYK
RGB Variations
Color information
#EB0223 (or 0xEB0223) is known color: Torch Red. HEX triplet: EB, 02 and 23. RGB value is (235,2,35). Sum of RGB (Red+Green+Blue) = 235+2+35=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0223 is #14FDDC. Grayscale: #4B4B4B. Windows color (decimal): -1375709 or 2294507. OLE color: 2294507.
HSL color Cylindrical-coordinate representation of color #EB0223: hue angle of 351.5º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0223 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.08 |
| HSL | 351.5º | 0.98% | 0.46% | - |
| HSV(B) | 351.5º | 0.99% | 0.92% | - |
| XYZ | 34.59 | 17.83 | 3.21 | - |
| YUV | 75.43 | 105.19 | 241.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 35 | 0 | 0.99 | 0.85 | 0.08 | 351.5 | 0.98 | 0.46 |
| Hex | EB | 2 | 23 | 0 | 63 | 55 | 8 | 160 | 62 | 2E |
| Octal | 353 | 2 | 43 | 0 | 143 | 125 | 10 | 540 | 142 | 56 |
| Binary | 11101011 | 10 | 100011 | 0 | 1100011 | 1010101 | 1000 | 101100000 | 1100010 | 101110 |
Color Harmonies of #EB0223
Complementary color
Monochromatic Colors of #EB0223
Black with #EB0223
Text Example
Text Example
White with #EB0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0223; }
p { color: rgb(235,2,35); }
H1.HeaderClassName
{
color: #EB0223;
}
.AnyTagClassName
{
color: #EB0223;
}
</style>
background-color css
<style>
a { background-color: #EB0223; }
a { background-color: rgb(235,2,35); }
div.DivClassName
{
background-color: #EB0223;
}
.BgClassName
{
background-color: #EB0223;
}
</style>
border-color css
<style>
span { border-color: #EB0223; }
span { border-color: rgb(235,2,35); }
td.TdClassName
{
border-color: #EB0223;
}
.TagClassName
{
border-color: #EB0223;
}
</style>