Shades of Torch Red #EE0421
Tints of Torch Red #EE0421
RGB
CMYK
RGB Variations
Color information
#EE0421 (or 0xEE0421) is known color: Torch Red. HEX triplet: EE, 04 and 21. RGB value is (238,4,33). Sum of RGB (Red+Green+Blue) = 238+4+33=275 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.55% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0421 is #11FBDE. Grayscale: #4D4D4D. Windows color (decimal): -1178591 or 2163950. OLE color: 2163950.
HSL color Cylindrical-coordinate representation of color #EE0421: hue angle of 352.56º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0421 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.07 |
| HSL | 352.56º | 0.97% | 0.47% | - |
| HSV(B) | 352.56º | 0.98% | 0.93% | - |
| XYZ | 35.58 | 18.37 | 3.11 | - |
| YUV | 77.27 | 103.02 | 242.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 33 | 0 | 0.98 | 0.86 | 0.07 | 352.56 | 0.97 | 0.47 |
| Hex | EE | 4 | 21 | 0 | 62 | 56 | 7 | 161 | 61 | 2F |
| Octal | 356 | 4 | 41 | 0 | 142 | 126 | 7 | 541 | 141 | 57 |
| Binary | 11101110 | 100 | 100001 | 0 | 1100010 | 1010110 | 111 | 101100001 | 1100001 | 101111 |
Color Harmonies of #EE0421
Complementary color
Monochromatic Colors of #EE0421
Black with #EE0421
Text Example
Text Example
White with #EE0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0421; }
p { color: rgb(238,4,33); }
H1.HeaderClassName
{
color: #EE0421;
}
.AnyTagClassName
{
color: #EE0421;
}
</style>
background-color css
<style>
a { background-color: #EE0421; }
a { background-color: rgb(238,4,33); }
div.DivClassName
{
background-color: #EE0421;
}
.BgClassName
{
background-color: #EE0421;
}
</style>
border-color css
<style>
span { border-color: #EE0421; }
span { border-color: rgb(238,4,33); }
td.TdClassName
{
border-color: #EE0421;
}
.TagClassName
{
border-color: #EE0421;
}
</style>