Shades of Torch Red #FE034A
Tints of Torch Red #FE034A
RGB
CMYK
RGB Variations
Color information
#FE034A (or 0xFE034A) is known color: Torch Red. HEX triplet: FE, 03 and 4A. RGB value is (254,3,74). Sum of RGB (Red+Green+Blue) = 254+3+74=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE034A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE034A is #01FCB5. Grayscale: #565656. Windows color (decimal): -130230 or 4850686. OLE color: 4850686.
HSL color Cylindrical-coordinate representation of color #FE034A: hue angle of 343.03º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE034A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.00 |
| HSL | 343.03º | 0.99% | 0.5% | - |
| HSV(B) | 343.03º | 0.99% | 1% | - |
| XYZ | 42.14 | 21.63 | 8.43 | - |
| YUV | 86.14 | 121.16 | 247.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 74 | 0 | 0.99 | 0.71 | 0.00 | 343.03 | 0.99 | 0.5 |
| Hex | FE | 3 | 4A | 0 | 63 | 47 | 0 | 157 | 63 | 32 |
| Octal | 376 | 3 | 112 | 0 | 143 | 107 | 0 | 527 | 143 | 62 |
| Binary | 11111110 | 11 | 1001010 | 0 | 1100011 | 1000111 | 0 | 101010111 | 1100011 | 110010 |
Color Harmonies of #FE034A
Complementary color
Monochromatic Colors of #FE034A
Black with #FE034A
Text Example
Text Example
White with #FE034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE034A; }
p { color: rgb(254,3,74); }
H1.HeaderClassName
{
color: #FE034A;
}
.AnyTagClassName
{
color: #FE034A;
}
</style>
background-color css
<style>
a { background-color: #FE034A; }
a { background-color: rgb(254,3,74); }
div.DivClassName
{
background-color: #FE034A;
}
.BgClassName
{
background-color: #FE034A;
}
</style>
border-color css
<style>
span { border-color: #FE034A; }
span { border-color: rgb(254,3,74); }
td.TdClassName
{
border-color: #FE034A;
}
.TagClassName
{
border-color: #FE034A;
}
</style>