Shades of Torch Red #EE0D27
Tints of Torch Red #EE0D27
RGB
CMYK
RGB Variations
Color information
#EE0D27 (or 0xEE0D27) is known color: Torch Red. HEX triplet: EE, 0D and 27. RGB value is (238,13,39). Sum of RGB (Red+Green+Blue) = 238+13+39=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0D27 is #11F2D8. Grayscale: #535353. Windows color (decimal): -1176281 or 2559470. OLE color: 2559470.
HSL color Cylindrical-coordinate representation of color #EE0D27: hue angle of 353.07º 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 #EE0D27 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 39 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.07 |
| HSL | 353.07º | 0.9% | 0.49% | - |
| HSV(B) | 353.07º | 0.95% | 0.93% | - |
| XYZ | 35.77 | 18.61 | 3.63 | - |
| YUV | 83.24 | 103.04 | 238.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 39 | 0 | 0.95 | 0.84 | 0.07 | 353.07 | 0.9 | 0.49 |
| Hex | EE | D | 27 | 0 | 5F | 54 | 7 | 161 | 5A | 31 |
| Octal | 356 | 15 | 47 | 0 | 137 | 124 | 7 | 541 | 132 | 61 |
| Binary | 11101110 | 1101 | 100111 | 0 | 1011111 | 1010100 | 111 | 101100001 | 1011010 | 110001 |
Color Harmonies of #EE0D27
Complementary color
Monochromatic Colors of #EE0D27
Black with #EE0D27
Text Example
Text Example
White with #EE0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D27; }
p { color: rgb(238,13,39); }
H1.HeaderClassName
{
color: #EE0D27;
}
.AnyTagClassName
{
color: #EE0D27;
}
</style>
background-color css
<style>
a { background-color: #EE0D27; }
a { background-color: rgb(238,13,39); }
div.DivClassName
{
background-color: #EE0D27;
}
.BgClassName
{
background-color: #EE0D27;
}
</style>
border-color css
<style>
span { border-color: #EE0D27; }
span { border-color: rgb(238,13,39); }
td.TdClassName
{
border-color: #EE0D27;
}
.TagClassName
{
border-color: #EE0D27;
}
</style>