Shades of Torch Red #EA102F
Tints of Torch Red #EA102F
RGB
CMYK
RGB Variations
Color information
#EA102F (or 0xEA102F) is known color: Torch Red. HEX triplet: EA, 10 and 2F. RGB value is (234,16,47). Sum of RGB (Red+Green+Blue) = 234+16+47=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA102F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA102F is #15EFD0. Grayscale: #545454. Windows color (decimal): -1437649 or 3084522. OLE color: 3084522.
HSL color Cylindrical-coordinate representation of color #EA102F: hue angle of 351.47º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA102F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 47 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.08 |
| HSL | 351.47º | 0.87% | 0.49% | - |
| HSV(B) | 351.47º | 0.93% | 0.92% | - |
| XYZ | 34.63 | 18.07 | 4.35 | - |
| YUV | 84.72 | 106.72 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 47 | 0 | 0.93 | 0.80 | 0.08 | 351.47 | 0.87 | 0.49 |
| Hex | EA | 10 | 2F | 0 | 5D | 50 | 8 | 15F | 57 | 31 |
| Octal | 352 | 20 | 57 | 0 | 135 | 120 | 10 | 537 | 127 | 61 |
| Binary | 11101010 | 10000 | 101111 | 0 | 1011101 | 1010000 | 1000 | 101011111 | 1010111 | 110001 |
Color Harmonies of #EA102F
Complementary color
Monochromatic Colors of #EA102F
Black with #EA102F
Text Example
Text Example
White with #EA102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA102F; }
p { color: rgb(234,16,47); }
H1.HeaderClassName
{
color: #EA102F;
}
.AnyTagClassName
{
color: #EA102F;
}
</style>
background-color css
<style>
a { background-color: #EA102F; }
a { background-color: rgb(234,16,47); }
div.DivClassName
{
background-color: #EA102F;
}
.BgClassName
{
background-color: #EA102F;
}
</style>
border-color css
<style>
span { border-color: #EA102F; }
span { border-color: rgb(234,16,47); }
td.TdClassName
{
border-color: #EA102F;
}
.TagClassName
{
border-color: #EA102F;
}
</style>