Shades of Torch Red #EE032A
Tints of Torch Red #EE032A
RGB
CMYK
RGB Variations
Color information
#EE032A (or 0xEE032A) is known color: Torch Red. HEX triplet: EE, 03 and 2A. RGB value is (238,3,42). Sum of RGB (Red+Green+Blue) = 238+3+42=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE032A is #11FCD5. Grayscale: #4D4D4D. Windows color (decimal): -1178838 or 2753518. OLE color: 2753518.
HSL color Cylindrical-coordinate representation of color #EE032A: hue angle of 350.04º 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 #EE032A is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.07 |
| HSL | 350.04º | 0.98% | 0.47% | - |
| HSV(B) | 350.04º | 0.99% | 0.93% | - |
| XYZ | 35.71 | 18.41 | 3.86 | - |
| YUV | 77.71 | 107.86 | 242.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 42 | 0 | 0.99 | 0.82 | 0.07 | 350.04 | 0.98 | 0.47 |
| Hex | EE | 3 | 2A | 0 | 63 | 52 | 7 | 15E | 62 | 2F |
| Octal | 356 | 3 | 52 | 0 | 143 | 122 | 7 | 536 | 142 | 57 |
| Binary | 11101110 | 11 | 101010 | 0 | 1100011 | 1010010 | 111 | 101011110 | 1100010 | 101111 |
Color Harmonies of #EE032A
Complementary color
Monochromatic Colors of #EE032A
Black with #EE032A
Text Example
Text Example
White with #EE032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE032A; }
p { color: rgb(238,3,42); }
H1.HeaderClassName
{
color: #EE032A;
}
.AnyTagClassName
{
color: #EE032A;
}
</style>
background-color css
<style>
a { background-color: #EE032A; }
a { background-color: rgb(238,3,42); }
div.DivClassName
{
background-color: #EE032A;
}
.BgClassName
{
background-color: #EE032A;
}
</style>
border-color css
<style>
span { border-color: #EE032A; }
span { border-color: rgb(238,3,42); }
td.TdClassName
{
border-color: #EE032A;
}
.TagClassName
{
border-color: #EE032A;
}
</style>