Shades of Torch Red #EE0C41
Tints of Torch Red #EE0C41
RGB
CMYK
RGB Variations
Color information
#EE0C41 (or 0xEE0C41) is known color: Torch Red. HEX triplet: EE, 0C and 41. RGB value is (238,12,65). Sum of RGB (Red+Green+Blue) = 238+12+65=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0C41 is #11F3BE. Grayscale: #555555. Windows color (decimal): -1176511 or 4263150. OLE color: 4263150.
HSL color Cylindrical-coordinate representation of color #EE0C41: hue angle of 345.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C41 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 65 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.07 |
| HSL | 345.93º | 0.9% | 0.49% | - |
| HSV(B) | 345.93º | 0.95% | 0.93% | - |
| XYZ | 36.35 | 18.82 | 6.72 | - |
| YUV | 85.62 | 116.37 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 65 | 0 | 0.95 | 0.73 | 0.07 | 345.93 | 0.9 | 0.49 |
| Hex | EE | C | 41 | 0 | 5F | 49 | 7 | 15A | 5A | 31 |
| Octal | 356 | 14 | 101 | 0 | 137 | 111 | 7 | 532 | 132 | 61 |
| Binary | 11101110 | 1100 | 1000001 | 0 | 1011111 | 1001001 | 111 | 101011010 | 1011010 | 110001 |
Color Harmonies of #EE0C41
Complementary color
Monochromatic Colors of #EE0C41
Black with #EE0C41
Text Example
Text Example
White with #EE0C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0C41; }
p { color: rgb(238,12,65); }
H1.HeaderClassName
{
color: #EE0C41;
}
.AnyTagClassName
{
color: #EE0C41;
}
</style>
background-color css
<style>
a { background-color: #EE0C41; }
a { background-color: rgb(238,12,65); }
div.DivClassName
{
background-color: #EE0C41;
}
.BgClassName
{
background-color: #EE0C41;
}
</style>
border-color css
<style>
span { border-color: #EE0C41; }
span { border-color: rgb(238,12,65); }
td.TdClassName
{
border-color: #EE0C41;
}
.TagClassName
{
border-color: #EE0C41;
}
</style>