Shades of Torch Red #EE0B2B
Tints of Torch Red #EE0B2B
RGB
CMYK
RGB Variations
Color information
#EE0B2B (or 0xEE0B2B) is known color: Torch Red. HEX triplet: EE, 0B and 2B. RGB value is (238,11,43). Sum of RGB (Red+Green+Blue) = 238+11+43=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0B2B is #11F4D4. Grayscale: #525252. Windows color (decimal): -1176789 or 2821102. OLE color: 2821102.
HSL color Cylindrical-coordinate representation of color #EE0B2B: hue angle of 351.54º degrees, saturation: 0.91, 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 #EE0B2B is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 43 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.07 |
| HSL | 351.54º | 0.91% | 0.49% | - |
| HSV(B) | 351.54º | 0.95% | 0.93% | - |
| XYZ | 35.82 | 18.59 | 3.99 | - |
| YUV | 82.52 | 105.71 | 238.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 43 | 0 | 0.95 | 0.82 | 0.07 | 351.54 | 0.91 | 0.49 |
| Hex | EE | B | 2B | 0 | 5F | 52 | 7 | 160 | 5B | 31 |
| Octal | 356 | 13 | 53 | 0 | 137 | 122 | 7 | 540 | 133 | 61 |
| Binary | 11101110 | 1011 | 101011 | 0 | 1011111 | 1010010 | 111 | 101100000 | 1011011 | 110001 |
Color Harmonies of #EE0B2B
Complementary color
Monochromatic Colors of #EE0B2B
Black with #EE0B2B
Text Example
Text Example
White with #EE0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0B2B; }
p { color: rgb(238,11,43); }
H1.HeaderClassName
{
color: #EE0B2B;
}
.AnyTagClassName
{
color: #EE0B2B;
}
</style>
background-color css
<style>
a { background-color: #EE0B2B; }
a { background-color: rgb(238,11,43); }
div.DivClassName
{
background-color: #EE0B2B;
}
.BgClassName
{
background-color: #EE0B2B;
}
</style>
border-color css
<style>
span { border-color: #EE0B2B; }
span { border-color: rgb(238,11,43); }
td.TdClassName
{
border-color: #EE0B2B;
}
.TagClassName
{
border-color: #EE0B2B;
}
</style>