Shades of Torch Red #FE030F
Tints of Torch Red #FE030F
RGB
CMYK
RGB Variations
Color information
#FE030F (or 0xFE030F) is known color: Torch Red. HEX triplet: FE, 03 and 0F. RGB value is (254,3,15). Sum of RGB (Red+Green+Blue) = 254+3+15=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE030F is #01FCF0. Grayscale: #4F4F4F. Windows color (decimal): -130289 or 984062. OLE color: 984062.
HSL color Cylindrical-coordinate representation of color #FE030F: hue angle of 357.13º 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 #FE030F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.00 |
| HSL | 357.13º | 0.99% | 0.5% | - |
| HSV(B) | 357.13º | 0.99% | 1% | - |
| XYZ | 40.99 | 21.17 | 2.38 | - |
| YUV | 79.42 | 91.66 | 252.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 15 | 0 | 0.99 | 0.94 | 0.00 | 357.13 | 0.99 | 0.5 |
| Hex | FE | 3 | F | 0 | 63 | 5E | 0 | 165 | 63 | 32 |
| Octal | 376 | 3 | 17 | 0 | 143 | 136 | 0 | 545 | 143 | 62 |
| Binary | 11111110 | 11 | 1111 | 0 | 1100011 | 1011110 | 0 | 101100101 | 1100011 | 110010 |
Color Harmonies of #FE030F
Complementary color
Monochromatic Colors of #FE030F
Black with #FE030F
Text Example
Text Example
White with #FE030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE030F; }
p { color: rgb(254,3,15); }
H1.HeaderClassName
{
color: #FE030F;
}
.AnyTagClassName
{
color: #FE030F;
}
</style>
background-color css
<style>
a { background-color: #FE030F; }
a { background-color: rgb(254,3,15); }
div.DivClassName
{
background-color: #FE030F;
}
.BgClassName
{
background-color: #FE030F;
}
</style>
border-color css
<style>
span { border-color: #FE030F; }
span { border-color: rgb(254,3,15); }
td.TdClassName
{
border-color: #FE030F;
}
.TagClassName
{
border-color: #FE030F;
}
</style>