Shades of Torch Red #EE0334
Tints of Torch Red #EE0334
RGB
CMYK
RGB Variations
Color information
#EE0334 (or 0xEE0334) is known color: Torch Red. HEX triplet: EE, 03 and 34. RGB value is (238,3,52). Sum of RGB (Red+Green+Blue) = 238+3+52=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0334 is #11FCCB. Grayscale: #4E4E4E. Windows color (decimal): -1178828 or 3408878. OLE color: 3408878.
HSL color Cylindrical-coordinate representation of color #EE0334: hue angle of 347.49º 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 #EE0334 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.07 |
| HSL | 347.49º | 0.98% | 0.47% | - |
| HSV(B) | 347.49º | 0.99% | 0.93% | - |
| XYZ | 35.91 | 18.49 | 4.92 | - |
| YUV | 78.85 | 112.86 | 241.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 52 | 0 | 0.99 | 0.78 | 0.07 | 347.49 | 0.98 | 0.47 |
| Hex | EE | 3 | 34 | 0 | 63 | 4E | 7 | 15B | 62 | 2F |
| Octal | 356 | 3 | 64 | 0 | 143 | 116 | 7 | 533 | 142 | 57 |
| Binary | 11101110 | 11 | 110100 | 0 | 1100011 | 1001110 | 111 | 101011011 | 1100010 | 101111 |
Color Harmonies of #EE0334
Complementary color
Monochromatic Colors of #EE0334
Black with #EE0334
Text Example
Text Example
White with #EE0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0334; }
p { color: rgb(238,3,52); }
H1.HeaderClassName
{
color: #EE0334;
}
.AnyTagClassName
{
color: #EE0334;
}
</style>
background-color css
<style>
a { background-color: #EE0334; }
a { background-color: rgb(238,3,52); }
div.DivClassName
{
background-color: #EE0334;
}
.BgClassName
{
background-color: #EE0334;
}
</style>
border-color css
<style>
span { border-color: #EE0334; }
span { border-color: rgb(238,3,52); }
td.TdClassName
{
border-color: #EE0334;
}
.TagClassName
{
border-color: #EE0334;
}
</style>