Shades of Torch Red #EE033F
Tints of Torch Red #EE033F
RGB
CMYK
RGB Variations
Color information
#EE033F (or 0xEE033F) is known color: Torch Red. HEX triplet: EE, 03 and 3F. RGB value is (238,3,63). Sum of RGB (Red+Green+Blue) = 238+3+63=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE033F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE033F is #11FCC0. Grayscale: #505050. Windows color (decimal): -1178817 or 4129774. OLE color: 4129774.
HSL color Cylindrical-coordinate representation of color #EE033F: hue angle of 344.68º 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 #EE033F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.07 |
| HSL | 344.68º | 0.98% | 0.47% | - |
| HSV(B) | 344.68º | 0.99% | 0.93% | - |
| XYZ | 36.19 | 18.6 | 6.39 | - |
| YUV | 80.11 | 118.36 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 63 | 0 | 0.99 | 0.74 | 0.07 | 344.68 | 0.98 | 0.47 |
| Hex | EE | 3 | 3F | 0 | 63 | 4A | 7 | 159 | 62 | 2F |
| Octal | 356 | 3 | 77 | 0 | 143 | 112 | 7 | 531 | 142 | 57 |
| Binary | 11101110 | 11 | 111111 | 0 | 1100011 | 1001010 | 111 | 101011001 | 1100010 | 101111 |
Color Harmonies of #EE033F
Complementary color
Monochromatic Colors of #EE033F
Black with #EE033F
Text Example
Text Example
White with #EE033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE033F; }
p { color: rgb(238,3,63); }
H1.HeaderClassName
{
color: #EE033F;
}
.AnyTagClassName
{
color: #EE033F;
}
</style>
background-color css
<style>
a { background-color: #EE033F; }
a { background-color: rgb(238,3,63); }
div.DivClassName
{
background-color: #EE033F;
}
.BgClassName
{
background-color: #EE033F;
}
</style>
border-color css
<style>
span { border-color: #EE033F; }
span { border-color: rgb(238,3,63); }
td.TdClassName
{
border-color: #EE033F;
}
.TagClassName
{
border-color: #EE033F;
}
</style>