Shades of Torch Red #EE0327
Tints of Torch Red #EE0327
RGB
CMYK
RGB Variations
Color information
#EE0327 (or 0xEE0327) is known color: Torch Red. HEX triplet: EE, 03 and 27. RGB value is (238,3,39). Sum of RGB (Red+Green+Blue) = 238+3+39=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0327 is #11FCD8. Grayscale: #4D4D4D. Windows color (decimal): -1178841 or 2556910. OLE color: 2556910.
HSL color Cylindrical-coordinate representation of color #EE0327: hue angle of 350.81º 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 #EE0327 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.07 |
| HSL | 350.81º | 0.98% | 0.47% | - |
| HSV(B) | 350.81º | 0.99% | 0.93% | - |
| XYZ | 35.66 | 18.39 | 3.59 | - |
| YUV | 77.37 | 106.36 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 39 | 0 | 0.99 | 0.84 | 0.07 | 350.81 | 0.98 | 0.47 |
| Hex | EE | 3 | 27 | 0 | 63 | 54 | 7 | 15F | 62 | 2F |
| Octal | 356 | 3 | 47 | 0 | 143 | 124 | 7 | 537 | 142 | 57 |
| Binary | 11101110 | 11 | 100111 | 0 | 1100011 | 1010100 | 111 | 101011111 | 1100010 | 101111 |
Color Harmonies of #EE0327
Complementary color
Monochromatic Colors of #EE0327
Black with #EE0327
Text Example
Text Example
White with #EE0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0327; }
p { color: rgb(238,3,39); }
H1.HeaderClassName
{
color: #EE0327;
}
.AnyTagClassName
{
color: #EE0327;
}
</style>
background-color css
<style>
a { background-color: #EE0327; }
a { background-color: rgb(238,3,39); }
div.DivClassName
{
background-color: #EE0327;
}
.BgClassName
{
background-color: #EE0327;
}
</style>
border-color css
<style>
span { border-color: #EE0327; }
span { border-color: rgb(238,3,39); }
td.TdClassName
{
border-color: #EE0327;
}
.TagClassName
{
border-color: #EE0327;
}
</style>