Shades of Torch Red #EE0426
Tints of Torch Red #EE0426
RGB
CMYK
RGB Variations
Color information
#EE0426 (or 0xEE0426) is known color: Torch Red. HEX triplet: EE, 04 and 26. RGB value is (238,4,38). Sum of RGB (Red+Green+Blue) = 238+4+38=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0426 is #11FBD9. Grayscale: #4D4D4D. Windows color (decimal): -1178586 or 2491630. OLE color: 2491630.
HSL color Cylindrical-coordinate representation of color #EE0426: hue angle of 351.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0426 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 38 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.07 |
| HSL | 351.28º | 0.97% | 0.47% | - |
| HSV(B) | 351.28º | 0.98% | 0.93% | - |
| XYZ | 35.65 | 18.4 | 3.51 | - |
| YUV | 77.84 | 105.52 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 38 | 0 | 0.98 | 0.84 | 0.07 | 351.28 | 0.97 | 0.47 |
| Hex | EE | 4 | 26 | 0 | 62 | 54 | 7 | 15F | 61 | 2F |
| Octal | 356 | 4 | 46 | 0 | 142 | 124 | 7 | 537 | 141 | 57 |
| Binary | 11101110 | 100 | 100110 | 0 | 1100010 | 1010100 | 111 | 101011111 | 1100001 | 101111 |
Color Harmonies of #EE0426
Complementary color
Monochromatic Colors of #EE0426
Black with #EE0426
Text Example
Text Example
White with #EE0426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0426; }
p { color: rgb(238,4,38); }
H1.HeaderClassName
{
color: #EE0426;
}
.AnyTagClassName
{
color: #EE0426;
}
</style>
background-color css
<style>
a { background-color: #EE0426; }
a { background-color: rgb(238,4,38); }
div.DivClassName
{
background-color: #EE0426;
}
.BgClassName
{
background-color: #EE0426;
}
</style>
border-color css
<style>
span { border-color: #EE0426; }
span { border-color: rgb(238,4,38); }
td.TdClassName
{
border-color: #EE0426;
}
.TagClassName
{
border-color: #EE0426;
}
</style>