Shades of Torch Red #EA0331
Tints of Torch Red #EA0331
RGB
CMYK
RGB Variations
Color information
#EA0331 (or 0xEA0331) is known color: Torch Red. HEX triplet: EA, 03 and 31. RGB value is (234,3,49). Sum of RGB (Red+Green+Blue) = 234+3+49=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0331 is #15FCCE. Grayscale: #4D4D4D. Windows color (decimal): -1440975 or 3212266. OLE color: 3212266.
HSL color Cylindrical-coordinate representation of color #EA0331: hue angle of 348.05º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0331 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.08 |
| HSL | 348.05º | 0.97% | 0.46% | - |
| HSV(B) | 348.05º | 0.99% | 0.92% | - |
| XYZ | 34.52 | 17.78 | 4.52 | - |
| YUV | 77.31 | 112.03 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 49 | 0 | 0.99 | 0.79 | 0.08 | 348.05 | 0.97 | 0.46 |
| Hex | EA | 3 | 31 | 0 | 63 | 4F | 8 | 15C | 61 | 2E |
| Octal | 352 | 3 | 61 | 0 | 143 | 117 | 10 | 534 | 141 | 56 |
| Binary | 11101010 | 11 | 110001 | 0 | 1100011 | 1001111 | 1000 | 101011100 | 1100001 | 101110 |
Color Harmonies of #EA0331
Complementary color
Monochromatic Colors of #EA0331
Black with #EA0331
Text Example
Text Example
White with #EA0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0331; }
p { color: rgb(234,3,49); }
H1.HeaderClassName
{
color: #EA0331;
}
.AnyTagClassName
{
color: #EA0331;
}
</style>
background-color css
<style>
a { background-color: #EA0331; }
a { background-color: rgb(234,3,49); }
div.DivClassName
{
background-color: #EA0331;
}
.BgClassName
{
background-color: #EA0331;
}
</style>
border-color css
<style>
span { border-color: #EA0331; }
span { border-color: rgb(234,3,49); }
td.TdClassName
{
border-color: #EA0331;
}
.TagClassName
{
border-color: #EA0331;
}
</style>