Shades of Torch Red #EA0429
Tints of Torch Red #EA0429
RGB
CMYK
RGB Variations
Color information
#EA0429 (or 0xEA0429) is known color: Torch Red. HEX triplet: EA, 04 and 29. RGB value is (234,4,41). Sum of RGB (Red+Green+Blue) = 234+4+41=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0429 is #15FBD6. Grayscale: #4D4D4D. Windows color (decimal): -1440727 or 2688234. OLE color: 2688234.
HSL color Cylindrical-coordinate representation of color #EA0429: hue angle of 350.35º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0429 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.08 |
| HSL | 350.35º | 0.97% | 0.47% | - |
| HSV(B) | 350.35º | 0.98% | 0.92% | - |
| XYZ | 34.38 | 17.74 | 3.71 | - |
| YUV | 76.99 | 107.7 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 41 | 0 | 0.98 | 0.82 | 0.08 | 350.35 | 0.97 | 0.47 |
| Hex | EA | 4 | 29 | 0 | 62 | 52 | 8 | 15E | 61 | 2F |
| Octal | 352 | 4 | 51 | 0 | 142 | 122 | 10 | 536 | 141 | 57 |
| Binary | 11101010 | 100 | 101001 | 0 | 1100010 | 1010010 | 1000 | 101011110 | 1100001 | 101111 |
Color Harmonies of #EA0429
Complementary color
Monochromatic Colors of #EA0429
Black with #EA0429
Text Example
Text Example
White with #EA0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0429; }
p { color: rgb(234,4,41); }
H1.HeaderClassName
{
color: #EA0429;
}
.AnyTagClassName
{
color: #EA0429;
}
</style>
background-color css
<style>
a { background-color: #EA0429; }
a { background-color: rgb(234,4,41); }
div.DivClassName
{
background-color: #EA0429;
}
.BgClassName
{
background-color: #EA0429;
}
</style>
border-color css
<style>
span { border-color: #EA0429; }
span { border-color: rgb(234,4,41); }
td.TdClassName
{
border-color: #EA0429;
}
.TagClassName
{
border-color: #EA0429;
}
</style>