Shades of Torch Red #EE003D
Tints of Torch Red #EE003D
RGB
CMYK
RGB Variations
Color information
#EE003D (or 0xEE003D) is known color: Torch Red. HEX triplet: EE, 00 and 3D. RGB value is (238,0,61). Sum of RGB (Red+Green+Blue) = 238+0+61=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE003D is #11FFC2. Grayscale: #4E4E4E. Windows color (decimal): -1179587 or 3997934. OLE color: 3997934.
HSL color Cylindrical-coordinate representation of color #EE003D: hue angle of 344.62º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE003D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.74 | 0.07 |
| HSL | 344.62º | 1% | 0.47% | - |
| HSV(B) | 344.62º | 1% | 0.93% | - |
| XYZ | 36.1 | 18.51 | 6.09 | - |
| YUV | 78.12 | 118.35 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 61 | 0 | 1 | 0.74 | 0.07 | 344.62 | 1 | 0.47 |
| Hex | EE | 0 | 3D | 0 | 64 | 4A | 7 | 159 | 64 | 2F |
| Octal | 356 | 0 | 75 | 0 | 144 | 112 | 7 | 531 | 144 | 57 |
| Binary | 11101110 | 0 | 111101 | 0 | 1100100 | 1001010 | 111 | 101011001 | 1100100 | 101111 |
Color Harmonies of #EE003D
Complementary color
Monochromatic Colors of #EE003D
Black with #EE003D
Text Example
Text Example
White with #EE003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE003D; }
p { color: rgb(238,0,61); }
H1.HeaderClassName
{
color: #EE003D;
}
.AnyTagClassName
{
color: #EE003D;
}
</style>
background-color css
<style>
a { background-color: #EE003D; }
a { background-color: rgb(238,0,61); }
div.DivClassName
{
background-color: #EE003D;
}
.BgClassName
{
background-color: #EE003D;
}
</style>
border-color css
<style>
span { border-color: #EE003D; }
span { border-color: rgb(238,0,61); }
td.TdClassName
{
border-color: #EE003D;
}
.TagClassName
{
border-color: #EE003D;
}
</style>