Shades of Torch Red #FE0307
Tints of Torch Red #FE0307
RGB
CMYK
RGB Variations
Color information
#FE0307 (or 0xFE0307) is known color: Torch Red. HEX triplet: FE, 03 and 07. RGB value is (254,3,7). Sum of RGB (Red+Green+Blue) = 254+3+7=264 (34% of max value = 765). Red value is 254 (99.61% from 255 or 96.21% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0307 is #01FCF8. Grayscale: #4E4E4E. Windows color (decimal): -130297 or 459774. OLE color: 459774.
HSL color Cylindrical-coordinate representation of color #FE0307: hue angle of 359.04º 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 #FE0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.00 |
| HSL | 359.04º | 0.99% | 0.5% | - |
| HSV(B) | 359.04º | 0.99% | 1% | - |
| XYZ | 40.94 | 21.15 | 2.13 | - |
| YUV | 78.51 | 87.66 | 253.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 7 | 0 | 0.99 | 0.97 | 0.00 | 359.04 | 0.99 | 0.5 |
| Hex | FE | 3 | 7 | 0 | 63 | 61 | 0 | 167 | 63 | 32 |
| Octal | 376 | 3 | 7 | 0 | 143 | 141 | 0 | 547 | 143 | 62 |
| Binary | 11111110 | 11 | 111 | 0 | 1100011 | 1100001 | 0 | 101100111 | 1100011 | 110010 |
Color Harmonies of #FE0307
Complementary color
Monochromatic Colors of #FE0307
Black with #FE0307
Text Example
Text Example
White with #FE0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0307; }
p { color: rgb(254,3,7); }
H1.HeaderClassName
{
color: #FE0307;
}
.AnyTagClassName
{
color: #FE0307;
}
</style>
background-color css
<style>
a { background-color: #FE0307; }
a { background-color: rgb(254,3,7); }
div.DivClassName
{
background-color: #FE0307;
}
.BgClassName
{
background-color: #FE0307;
}
</style>
border-color css
<style>
span { border-color: #FE0307; }
span { border-color: rgb(254,3,7); }
td.TdClassName
{
border-color: #FE0307;
}
.TagClassName
{
border-color: #FE0307;
}
</style>