Shades of Torch Red #EE0C33
Tints of Torch Red #EE0C33
RGB
CMYK
RGB Variations
Color information
#EE0C33 (or 0xEE0C33) is known color: Torch Red. HEX triplet: EE, 0C and 33. RGB value is (238,12,51). Sum of RGB (Red+Green+Blue) = 238+12+51=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0C33 is #11F3CC. Grayscale: #545454. Windows color (decimal): -1176525 or 3345646. OLE color: 3345646.
HSL color Cylindrical-coordinate representation of color #EE0C33: hue angle of 349.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C33 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 51 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.07 |
| HSL | 349.65º | 0.9% | 0.49% | - |
| HSV(B) | 349.65º | 0.95% | 0.93% | - |
| XYZ | 35.99 | 18.68 | 4.84 | - |
| YUV | 84.02 | 109.37 | 237.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 51 | 0 | 0.95 | 0.79 | 0.07 | 349.65 | 0.9 | 0.49 |
| Hex | EE | C | 33 | 0 | 5F | 4F | 7 | 15E | 5A | 31 |
| Octal | 356 | 14 | 63 | 0 | 137 | 117 | 7 | 536 | 132 | 61 |
| Binary | 11101110 | 1100 | 110011 | 0 | 1011111 | 1001111 | 111 | 101011110 | 1011010 | 110001 |
Color Harmonies of #EE0C33
Complementary color
Monochromatic Colors of #EE0C33
Black with #EE0C33
Text Example
Text Example
White with #EE0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0C33; }
p { color: rgb(238,12,51); }
H1.HeaderClassName
{
color: #EE0C33;
}
.AnyTagClassName
{
color: #EE0C33;
}
</style>
background-color css
<style>
a { background-color: #EE0C33; }
a { background-color: rgb(238,12,51); }
div.DivClassName
{
background-color: #EE0C33;
}
.BgClassName
{
background-color: #EE0C33;
}
</style>
border-color css
<style>
span { border-color: #EE0C33; }
span { border-color: rgb(238,12,51); }
td.TdClassName
{
border-color: #EE0C33;
}
.TagClassName
{
border-color: #EE0C33;
}
</style>