Shades of Torch Red #EE003A
Tints of Torch Red #EE003A
RGB
CMYK
RGB Variations
Color information
#EE003A (or 0xEE003A) is known color: Torch Red. HEX triplet: EE, 00 and 3A. RGB value is (238,0,58). Sum of RGB (Red+Green+Blue) = 238+0+58=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE003A is #11FFC5. Grayscale: #4D4D4D. Windows color (decimal): -1179590 or 3801326. OLE color: 3801326.
HSL color Cylindrical-coordinate representation of color #EE003A: hue angle of 345.38º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE003A is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.76 | 0.07 |
| HSL | 345.38º | 1% | 0.47% | - |
| HSV(B) | 345.38º | 1% | 0.93% | - |
| XYZ | 36.02 | 18.48 | 5.67 | - |
| YUV | 77.77 | 116.85 | 242.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 58 | 0 | 1 | 0.76 | 0.07 | 345.38 | 1 | 0.47 |
| Hex | EE | 0 | 3A | 0 | 64 | 4C | 7 | 159 | 64 | 2F |
| Octal | 356 | 0 | 72 | 0 | 144 | 114 | 7 | 531 | 144 | 57 |
| Binary | 11101110 | 0 | 111010 | 0 | 1100100 | 1001100 | 111 | 101011001 | 1100100 | 101111 |
Color Harmonies of #EE003A
Complementary color
Monochromatic Colors of #EE003A
Black with #EE003A
Text Example
Text Example
White with #EE003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE003A; }
p { color: rgb(238,0,58); }
H1.HeaderClassName
{
color: #EE003A;
}
.AnyTagClassName
{
color: #EE003A;
}
</style>
background-color css
<style>
a { background-color: #EE003A; }
a { background-color: rgb(238,0,58); }
div.DivClassName
{
background-color: #EE003A;
}
.BgClassName
{
background-color: #EE003A;
}
</style>
border-color css
<style>
span { border-color: #EE003A; }
span { border-color: rgb(238,0,58); }
td.TdClassName
{
border-color: #EE003A;
}
.TagClassName
{
border-color: #EE003A;
}
</style>