Shades of Torch Red #EE133D
Tints of Torch Red #EE133D
RGB
CMYK
RGB Variations
Color information
#EE133D (or 0xEE133D) is known color: Torch Red. HEX triplet: EE, 13 and 3D. RGB value is (238,19,61). Sum of RGB (Red+Green+Blue) = 238+19+61=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE133D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE133D is #11ECC2. Grayscale: #595959. Windows color (decimal): -1174723 or 4002798. OLE color: 4002798.
HSL color Cylindrical-coordinate representation of color #EE133D: hue angle of 348.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE133D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 61 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.07 |
| HSL | 348.49º | 0.87% | 0.5% | - |
| HSV(B) | 348.49º | 0.92% | 0.93% | - |
| XYZ | 36.34 | 18.98 | 6.16 | - |
| YUV | 89.27 | 112.05 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 61 | 0 | 0.92 | 0.74 | 0.07 | 348.49 | 0.87 | 0.5 |
| Hex | EE | 13 | 3D | 0 | 5C | 4A | 7 | 15C | 57 | 32 |
| Octal | 356 | 23 | 75 | 0 | 134 | 112 | 7 | 534 | 127 | 62 |
| Binary | 11101110 | 10011 | 111101 | 0 | 1011100 | 1001010 | 111 | 101011100 | 1010111 | 110010 |
Color Harmonies of #EE133D
Complementary color
Monochromatic Colors of #EE133D
Black with #EE133D
Text Example
Text Example
White with #EE133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE133D; }
p { color: rgb(238,19,61); }
H1.HeaderClassName
{
color: #EE133D;
}
.AnyTagClassName
{
color: #EE133D;
}
</style>
background-color css
<style>
a { background-color: #EE133D; }
a { background-color: rgb(238,19,61); }
div.DivClassName
{
background-color: #EE133D;
}
.BgClassName
{
background-color: #EE133D;
}
</style>
border-color css
<style>
span { border-color: #EE133D; }
span { border-color: rgb(238,19,61); }
td.TdClassName
{
border-color: #EE133D;
}
.TagClassName
{
border-color: #EE133D;
}
</style>