Shades of Torch Red #EE0323
Tints of Torch Red #EE0323
RGB
CMYK
RGB Variations
Color information
#EE0323 (or 0xEE0323) is known color: Torch Red. HEX triplet: EE, 03 and 23. RGB value is (238,3,35). Sum of RGB (Red+Green+Blue) = 238+3+35=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0323 is #11FCDC. Grayscale: #4D4D4D. Windows color (decimal): -1178845 or 2294766. OLE color: 2294766.
HSL color Cylindrical-coordinate representation of color #EE0323: hue angle of 351.83º 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 #EE0323 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.07 |
| HSL | 351.83º | 0.98% | 0.47% | - |
| HSV(B) | 351.83º | 0.99% | 0.93% | - |
| XYZ | 35.6 | 18.36 | 3.26 | - |
| YUV | 76.91 | 104.36 | 242.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 35 | 0 | 0.99 | 0.85 | 0.07 | 351.83 | 0.98 | 0.47 |
| Hex | EE | 3 | 23 | 0 | 63 | 55 | 7 | 160 | 62 | 2F |
| Octal | 356 | 3 | 43 | 0 | 143 | 125 | 7 | 540 | 142 | 57 |
| Binary | 11101110 | 11 | 100011 | 0 | 1100011 | 1010101 | 111 | 101100000 | 1100010 | 101111 |
Color Harmonies of #EE0323
Complementary color
Monochromatic Colors of #EE0323
Black with #EE0323
Text Example
Text Example
White with #EE0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0323; }
p { color: rgb(238,3,35); }
H1.HeaderClassName
{
color: #EE0323;
}
.AnyTagClassName
{
color: #EE0323;
}
</style>
background-color css
<style>
a { background-color: #EE0323; }
a { background-color: rgb(238,3,35); }
div.DivClassName
{
background-color: #EE0323;
}
.BgClassName
{
background-color: #EE0323;
}
</style>
border-color css
<style>
span { border-color: #EE0323; }
span { border-color: rgb(238,3,35); }
td.TdClassName
{
border-color: #EE0323;
}
.TagClassName
{
border-color: #EE0323;
}
</style>