Shades of Torch Red #EE042D
Tints of Torch Red #EE042D
RGB
CMYK
RGB Variations
Color information
#EE042D (or 0xEE042D) is known color: Torch Red. HEX triplet: EE, 04 and 2D. RGB value is (238,4,45). Sum of RGB (Red+Green+Blue) = 238+4+45=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE042D is #11FBD2. Grayscale: #4E4E4E. Windows color (decimal): -1178579 or 2950382. OLE color: 2950382.
HSL color Cylindrical-coordinate representation of color #EE042D: hue angle of 349.49º 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 #EE042D is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 4 | 45 | - |
CMYK | 0 | 0.98 | 0.81 | 0.07 |
HSL | 349.49º | 0.97% | 0.47% | - |
HSV(B) | 349.49º | 0.98% | 0.93% | - |
XYZ | 35.78 | 18.45 | 4.16 | - |
YUV | 78.64 | 109.02 | 241.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 4 | 45 | 0 | 0.98 | 0.81 | 0.07 | 349.49 | 0.97 | 0.47 |
Hex | EE | 4 | 2D | 0 | 62 | 51 | 7 | 15D | 61 | 2F |
Octal | 356 | 4 | 55 | 0 | 142 | 121 | 7 | 535 | 141 | 57 |
Binary | 11101110 | 100 | 101101 | 0 | 1100010 | 1010001 | 111 | 101011101 | 1100001 | 101111 |
Color Harmonies of #EE042D
Complementary color
Monochromatic Colors of #EE042D
Black with #EE042D
Text Example
Text Example
White with #EE042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE042D; }
p { color: rgb(238,4,45); }
H1.HeaderClassName
{
color: #EE042D;
}
.AnyTagClassName
{
color: #EE042D;
}
</style>
background-color css
<style>
a { background-color: #EE042D; }
a { background-color: rgb(238,4,45); }
div.DivClassName
{
background-color: #EE042D;
}
.BgClassName
{
background-color: #EE042D;
}
</style>
border-color css
<style>
span { border-color: #EE042D; }
span { border-color: rgb(238,4,45); }
td.TdClassName
{
border-color: #EE042D;
}
.TagClassName
{
border-color: #EE042D;
}
</style>