Shades of Torch Red #EE0321
Tints of Torch Red #EE0321
RGB
CMYK
RGB Variations
Color information
#EE0321 (or 0xEE0321) is known color: Torch Red. HEX triplet: EE, 03 and 21. RGB value is (238,3,33). Sum of RGB (Red+Green+Blue) = 238+3+33=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0321 is #11FCDE. Grayscale: #4C4C4C. Windows color (decimal): -1178847 or 2163694. OLE color: 2163694.
HSL color Cylindrical-coordinate representation of color #EE0321: hue angle of 352.34º 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 #EE0321 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.07 |
| HSL | 352.34º | 0.98% | 0.47% | - |
| HSV(B) | 352.34º | 0.99% | 0.93% | - |
| XYZ | 35.57 | 18.35 | 3.11 | - |
| YUV | 76.69 | 103.36 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 33 | 0 | 0.99 | 0.86 | 0.07 | 352.34 | 0.98 | 0.47 |
| Hex | EE | 3 | 21 | 0 | 63 | 56 | 7 | 160 | 62 | 2F |
| Octal | 356 | 3 | 41 | 0 | 143 | 126 | 7 | 540 | 142 | 57 |
| Binary | 11101110 | 11 | 100001 | 0 | 1100011 | 1010110 | 111 | 101100000 | 1100010 | 101111 |
Color Harmonies of #EE0321
Complementary color
Monochromatic Colors of #EE0321
Black with #EE0321
Text Example
Text Example
White with #EE0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0321; }
p { color: rgb(238,3,33); }
H1.HeaderClassName
{
color: #EE0321;
}
.AnyTagClassName
{
color: #EE0321;
}
</style>
background-color css
<style>
a { background-color: #EE0321; }
a { background-color: rgb(238,3,33); }
div.DivClassName
{
background-color: #EE0321;
}
.BgClassName
{
background-color: #EE0321;
}
</style>
border-color css
<style>
span { border-color: #EE0321; }
span { border-color: rgb(238,3,33); }
td.TdClassName
{
border-color: #EE0321;
}
.TagClassName
{
border-color: #EE0321;
}
</style>