Shades of Torch Red #EE0317
Tints of Torch Red #EE0317
RGB
CMYK
RGB Variations
Color information
#EE0317 (or 0xEE0317) is known color: Torch Red. HEX triplet: EE, 03 and 17. RGB value is (238,3,23). Sum of RGB (Red+Green+Blue) = 238+3+23=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0317 is #11FCE8. Grayscale: #4B4B4B. Windows color (decimal): -1178857 or 1508334. OLE color: 1508334.
HSL color Cylindrical-coordinate representation of color #EE0317: hue angle of 354.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0317 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 23 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.07 |
| HSL | 354.89º | 0.98% | 0.47% | - |
| HSV(B) | 354.89º | 0.99% | 0.93% | - |
| XYZ | 35.45 | 18.3 | 2.48 | - |
| YUV | 75.55 | 98.36 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 23 | 0 | 0.99 | 0.90 | 0.07 | 354.89 | 0.98 | 0.47 |
| Hex | EE | 3 | 17 | 0 | 63 | 5A | 7 | 163 | 62 | 2F |
| Octal | 356 | 3 | 27 | 0 | 143 | 132 | 7 | 543 | 142 | 57 |
| Binary | 11101110 | 11 | 10111 | 0 | 1100011 | 1011010 | 111 | 101100011 | 1100010 | 101111 |
Color Harmonies of #EE0317
Complementary color
Monochromatic Colors of #EE0317
Black with #EE0317
Text Example
Text Example
White with #EE0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0317; }
p { color: rgb(238,3,23); }
H1.HeaderClassName
{
color: #EE0317;
}
.AnyTagClassName
{
color: #EE0317;
}
</style>
background-color css
<style>
a { background-color: #EE0317; }
a { background-color: rgb(238,3,23); }
div.DivClassName
{
background-color: #EE0317;
}
.BgClassName
{
background-color: #EE0317;
}
</style>
border-color css
<style>
span { border-color: #EE0317; }
span { border-color: rgb(238,3,23); }
td.TdClassName
{
border-color: #EE0317;
}
.TagClassName
{
border-color: #EE0317;
}
</style>