Shades of Torch Red #FE242A
Tints of Torch Red #FE242A
RGB
CMYK
RGB Variations
Color information
#FE242A (or 0xFE242A) is known color: Torch Red. HEX triplet: FE, 24 and 2A. RGB value is (254,36,42). Sum of RGB (Red+Green+Blue) = 254+36+42=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE242A is #01DBD5. Grayscale: #666666. Windows color (decimal): -121814 or 2761982. OLE color: 2761982.
HSL color Cylindrical-coordinate representation of color #FE242A: hue angle of 358.35º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE242A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 42 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.00 |
| HSL | 358.35º | 0.99% | 0.57% | - |
| HSV(B) | 358.35º | 0.86% | 1% | - |
| XYZ | 41.92 | 22.5 | 4.32 | - |
| YUV | 101.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 42 | 0 | 0.86 | 0.83 | 0.00 | 358.35 | 0.99 | 0.57 |
| Hex | FE | 24 | 2A | 0 | 56 | 53 | 0 | 166 | 63 | 39 |
| Octal | 376 | 44 | 52 | 0 | 126 | 123 | 0 | 546 | 143 | 71 |
| Binary | 11111110 | 100100 | 101010 | 0 | 1010110 | 1010011 | 0 | 101100110 | 1100011 | 111001 |
Color Harmonies of #FE242A
Complementary color
Monochromatic Colors of #FE242A
Black with #FE242A
Text Example
Text Example
White with #FE242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE242A; }
p { color: rgb(254,36,42); }
H1.HeaderClassName
{
color: #FE242A;
}
.AnyTagClassName
{
color: #FE242A;
}
</style>
background-color css
<style>
a { background-color: #FE242A; }
a { background-color: rgb(254,36,42); }
div.DivClassName
{
background-color: #FE242A;
}
.BgClassName
{
background-color: #FE242A;
}
</style>
border-color css
<style>
span { border-color: #FE242A; }
span { border-color: rgb(254,36,42); }
td.TdClassName
{
border-color: #FE242A;
}
.TagClassName
{
border-color: #FE242A;
}
</style>