Shades of Torch Red #FE033A
Tints of Torch Red #FE033A
RGB
CMYK
RGB Variations
Color information
#FE033A (or 0xFE033A) is known color: Torch Red. HEX triplet: FE, 03 and 3A. RGB value is (254,3,58). Sum of RGB (Red+Green+Blue) = 254+3+58=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE033A is #01FCC5. Grayscale: #545454. Windows color (decimal): -130246 or 3802110. OLE color: 3802110.
HSL color Cylindrical-coordinate representation of color #FE033A: hue angle of 346.85º 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 #FE033A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.00 |
| HSL | 346.85º | 0.99% | 0.5% | - |
| HSV(B) | 346.85º | 0.99% | 1% | - |
| XYZ | 41.67 | 21.44 | 5.95 | - |
| YUV | 84.32 | 113.16 | 249.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 58 | 0 | 0.99 | 0.77 | 0.00 | 346.85 | 0.99 | 0.5 |
| Hex | FE | 3 | 3A | 0 | 63 | 4D | 0 | 15B | 63 | 32 |
| Octal | 376 | 3 | 72 | 0 | 143 | 115 | 0 | 533 | 143 | 62 |
| Binary | 11111110 | 11 | 111010 | 0 | 1100011 | 1001101 | 0 | 101011011 | 1100011 | 110010 |
Color Harmonies of #FE033A
Complementary color
Monochromatic Colors of #FE033A
Black with #FE033A
Text Example
Text Example
White with #FE033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE033A; }
p { color: rgb(254,3,58); }
H1.HeaderClassName
{
color: #FE033A;
}
.AnyTagClassName
{
color: #FE033A;
}
</style>
background-color css
<style>
a { background-color: #FE033A; }
a { background-color: rgb(254,3,58); }
div.DivClassName
{
background-color: #FE033A;
}
.BgClassName
{
background-color: #FE033A;
}
</style>
border-color css
<style>
span { border-color: #FE033A; }
span { border-color: rgb(254,3,58); }
td.TdClassName
{
border-color: #FE033A;
}
.TagClassName
{
border-color: #FE033A;
}
</style>