Shades of Torch Red #EE131C
Tints of Torch Red #EE131C
RGB
CMYK
RGB Variations
Color information
#EE131C (or 0xEE131C) is known color: Torch Red. HEX triplet: EE, 13 and 1C. RGB value is (238,19,28). Sum of RGB (Red+Green+Blue) = 238+19+28=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE131C is #11ECE3. Grayscale: #555555. Windows color (decimal): -1174756 or 1840110. OLE color: 1840110.
HSL color Cylindrical-coordinate representation of color #EE131C: hue angle of 357.53º 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 #EE131C is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 28 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.07 |
| HSL | 357.53º | 0.87% | 0.5% | - |
| HSV(B) | 357.53º | 0.92% | 0.93% | - |
| XYZ | 35.7 | 18.73 | 2.83 | - |
| YUV | 85.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 28 | 0 | 0.92 | 0.88 | 0.07 | 357.53 | 0.87 | 0.5 |
| Hex | EE | 13 | 1C | 0 | 5C | 58 | 7 | 166 | 57 | 32 |
| Octal | 356 | 23 | 34 | 0 | 134 | 130 | 7 | 546 | 127 | 62 |
| Binary | 11101110 | 10011 | 11100 | 0 | 1011100 | 1011000 | 111 | 101100110 | 1010111 | 110010 |
Color Harmonies of #EE131C
Complementary color
Monochromatic Colors of #EE131C
Black with #EE131C
Text Example
Text Example
White with #EE131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE131C; }
p { color: rgb(238,19,28); }
H1.HeaderClassName
{
color: #EE131C;
}
.AnyTagClassName
{
color: #EE131C;
}
</style>
background-color css
<style>
a { background-color: #EE131C; }
a { background-color: rgb(238,19,28); }
div.DivClassName
{
background-color: #EE131C;
}
.BgClassName
{
background-color: #EE131C;
}
</style>
border-color css
<style>
span { border-color: #EE131C; }
span { border-color: rgb(238,19,28); }
td.TdClassName
{
border-color: #EE131C;
}
.TagClassName
{
border-color: #EE131C;
}
</style>