Shades of Torch Red #FE0339
Tints of Torch Red #FE0339
RGB
CMYK
RGB Variations
Color information
#FE0339 (or 0xFE0339) is known color: Torch Red. HEX triplet: FE, 03 and 39. RGB value is (254,3,57). Sum of RGB (Red+Green+Blue) = 254+3+57=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0339 is #01FCC6. Grayscale: #545454. Windows color (decimal): -130247 or 3736574. OLE color: 3736574.
HSL color Cylindrical-coordinate representation of color #FE0339: hue angle of 347.09º 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 #FE0339 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.00 |
| HSL | 347.09º | 0.99% | 0.5% | - |
| HSV(B) | 347.09º | 0.99% | 1% | - |
| XYZ | 41.64 | 21.43 | 5.81 | - |
| YUV | 84.21 | 112.66 | 249.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 57 | 0 | 0.99 | 0.78 | 0.00 | 347.09 | 0.99 | 0.5 |
| Hex | FE | 3 | 39 | 0 | 63 | 4E | 0 | 15B | 63 | 32 |
| Octal | 376 | 3 | 71 | 0 | 143 | 116 | 0 | 533 | 143 | 62 |
| Binary | 11111110 | 11 | 111001 | 0 | 1100011 | 1001110 | 0 | 101011011 | 1100011 | 110010 |
Color Harmonies of #FE0339
Complementary color
Monochromatic Colors of #FE0339
Black with #FE0339
Text Example
Text Example
White with #FE0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0339; }
p { color: rgb(254,3,57); }
H1.HeaderClassName
{
color: #FE0339;
}
.AnyTagClassName
{
color: #FE0339;
}
</style>
background-color css
<style>
a { background-color: #FE0339; }
a { background-color: rgb(254,3,57); }
div.DivClassName
{
background-color: #FE0339;
}
.BgClassName
{
background-color: #FE0339;
}
</style>
border-color css
<style>
span { border-color: #FE0339; }
span { border-color: rgb(254,3,57); }
td.TdClassName
{
border-color: #FE0339;
}
.TagClassName
{
border-color: #FE0339;
}
</style>