Shades of Torch Red #EB003C
Tints of Torch Red #EB003C
RGB
CMYK
RGB Variations
Color information
#EB003C (or 0xEB003C) is known color: Torch Red. HEX triplet: EB, 00 and 3C. RGB value is (235,0,60). Sum of RGB (Red+Green+Blue) = 235+0+60=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB003C is #14FFC3. Grayscale: #4D4D4D. Windows color (decimal): -1376196 or 3932395. OLE color: 3932395.
HSL color Cylindrical-coordinate representation of color #EB003C: hue angle of 344.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB003C is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.74 | 0.08 |
| HSL | 344.68º | 1% | 0.46% | - |
| HSV(B) | 344.68º | 1% | 0.92% | - |
| XYZ | 35.08 | 17.99 | 5.9 | - |
| YUV | 77.11 | 118.36 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 60 | 0 | 1 | 0.74 | 0.08 | 344.68 | 1 | 0.46 |
| Hex | EB | 0 | 3C | 0 | 64 | 4A | 8 | 159 | 64 | 2E |
| Octal | 353 | 0 | 74 | 0 | 144 | 112 | 10 | 531 | 144 | 56 |
| Binary | 11101011 | 0 | 111100 | 0 | 1100100 | 1001010 | 1000 | 101011001 | 1100100 | 101110 |
Color Harmonies of #EB003C
Complementary color
Monochromatic Colors of #EB003C
Black with #EB003C
Text Example
Text Example
White with #EB003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB003C; }
p { color: rgb(235,0,60); }
H1.HeaderClassName
{
color: #EB003C;
}
.AnyTagClassName
{
color: #EB003C;
}
</style>
background-color css
<style>
a { background-color: #EB003C; }
a { background-color: rgb(235,0,60); }
div.DivClassName
{
background-color: #EB003C;
}
.BgClassName
{
background-color: #EB003C;
}
</style>
border-color css
<style>
span { border-color: #EB003C; }
span { border-color: rgb(235,0,60); }
td.TdClassName
{
border-color: #EB003C;
}
.TagClassName
{
border-color: #EB003C;
}
</style>