Shades of Torch Red #FE0309
Tints of Torch Red #FE0309
RGB
CMYK
RGB Variations
Color information
#FE0309 (or 0xFE0309) is known color: Torch Red. HEX triplet: FE, 03 and 09. RGB value is (254,3,9). Sum of RGB (Red+Green+Blue) = 254+3+9=266 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.49% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0309 is #01FCF6. Grayscale: #4E4E4E. Windows color (decimal): -130295 or 590846. OLE color: 590846.
HSL color Cylindrical-coordinate representation of color #FE0309: hue angle of 358.57º 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 #FE0309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.00 |
| HSL | 358.57º | 0.99% | 0.5% | - |
| HSV(B) | 358.57º | 0.99% | 1% | - |
| XYZ | 40.95 | 21.16 | 2.18 | - |
| YUV | 78.73 | 88.66 | 253.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 9 | 0 | 0.99 | 0.96 | 0.00 | 358.57 | 0.99 | 0.5 |
| Hex | FE | 3 | 9 | 0 | 63 | 60 | 0 | 167 | 63 | 32 |
| Octal | 376 | 3 | 11 | 0 | 143 | 140 | 0 | 547 | 143 | 62 |
| Binary | 11111110 | 11 | 1001 | 0 | 1100011 | 1100000 | 0 | 101100111 | 1100011 | 110010 |
Color Harmonies of #FE0309
Complementary color
Monochromatic Colors of #FE0309
Black with #FE0309
Text Example
Text Example
White with #FE0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0309; }
p { color: rgb(254,3,9); }
H1.HeaderClassName
{
color: #FE0309;
}
.AnyTagClassName
{
color: #FE0309;
}
</style>
background-color css
<style>
a { background-color: #FE0309; }
a { background-color: rgb(254,3,9); }
div.DivClassName
{
background-color: #FE0309;
}
.BgClassName
{
background-color: #FE0309;
}
</style>
border-color css
<style>
span { border-color: #FE0309; }
span { border-color: rgb(254,3,9); }
td.TdClassName
{
border-color: #FE0309;
}
.TagClassName
{
border-color: #FE0309;
}
</style>