Shades of Torch Red #EE0328
Tints of Torch Red #EE0328
RGB
CMYK
RGB Variations
Color information
#EE0328 (or 0xEE0328) is known color: Torch Red. HEX triplet: EE, 03 and 28. RGB value is (238,3,40). Sum of RGB (Red+Green+Blue) = 238+3+40=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0328 is #11FCD7. Grayscale: #4D4D4D. Windows color (decimal): -1178840 or 2622446. OLE color: 2622446.
HSL color Cylindrical-coordinate representation of color #EE0328: hue angle of 350.55º 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 #EE0328 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.07 |
| HSL | 350.55º | 0.98% | 0.47% | - |
| HSV(B) | 350.55º | 0.99% | 0.93% | - |
| XYZ | 35.68 | 18.4 | 3.68 | - |
| YUV | 77.48 | 106.86 | 242.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 40 | 0 | 0.99 | 0.83 | 0.07 | 350.55 | 0.98 | 0.47 |
| Hex | EE | 3 | 28 | 0 | 63 | 53 | 7 | 15F | 62 | 2F |
| Octal | 356 | 3 | 50 | 0 | 143 | 123 | 7 | 537 | 142 | 57 |
| Binary | 11101110 | 11 | 101000 | 0 | 1100011 | 1010011 | 111 | 101011111 | 1100010 | 101111 |
Color Harmonies of #EE0328
Complementary color
Monochromatic Colors of #EE0328
Black with #EE0328
Text Example
Text Example
White with #EE0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0328; }
p { color: rgb(238,3,40); }
H1.HeaderClassName
{
color: #EE0328;
}
.AnyTagClassName
{
color: #EE0328;
}
</style>
background-color css
<style>
a { background-color: #EE0328; }
a { background-color: rgb(238,3,40); }
div.DivClassName
{
background-color: #EE0328;
}
.BgClassName
{
background-color: #EE0328;
}
</style>
border-color css
<style>
span { border-color: #EE0328; }
span { border-color: rgb(238,3,40); }
td.TdClassName
{
border-color: #EE0328;
}
.TagClassName
{
border-color: #EE0328;
}
</style>