Shades of Torch Red #EE0432
Tints of Torch Red #EE0432
RGB
CMYK
RGB Variations
Color information
#EE0432 (or 0xEE0432) is known color: Torch Red. HEX triplet: EE, 04 and 32. RGB value is (238,4,50). Sum of RGB (Red+Green+Blue) = 238+4+50=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0432 is #11FBCD. Grayscale: #4F4F4F. Windows color (decimal): -1178574 or 3278062. OLE color: 3278062.
HSL color Cylindrical-coordinate representation of color #EE0432: hue angle of 348.21º 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 #EE0432 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.07 |
| HSL | 348.21º | 0.97% | 0.47% | - |
| HSV(B) | 348.21º | 0.98% | 0.93% | - |
| XYZ | 35.88 | 18.49 | 4.7 | - |
| YUV | 79.21 | 111.52 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 50 | 0 | 0.98 | 0.79 | 0.07 | 348.21 | 0.97 | 0.47 |
| Hex | EE | 4 | 32 | 0 | 62 | 4F | 7 | 15C | 61 | 2F |
| Octal | 356 | 4 | 62 | 0 | 142 | 117 | 7 | 534 | 141 | 57 |
| Binary | 11101110 | 100 | 110010 | 0 | 1100010 | 1001111 | 111 | 101011100 | 1100001 | 101111 |
Color Harmonies of #EE0432
Complementary color
Monochromatic Colors of #EE0432
Black with #EE0432
Text Example
Text Example
White with #EE0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0432; }
p { color: rgb(238,4,50); }
H1.HeaderClassName
{
color: #EE0432;
}
.AnyTagClassName
{
color: #EE0432;
}
</style>
background-color css
<style>
a { background-color: #EE0432; }
a { background-color: rgb(238,4,50); }
div.DivClassName
{
background-color: #EE0432;
}
.BgClassName
{
background-color: #EE0432;
}
</style>
border-color css
<style>
span { border-color: #EE0432; }
span { border-color: rgb(238,4,50); }
td.TdClassName
{
border-color: #EE0432;
}
.TagClassName
{
border-color: #EE0432;
}
</style>