Shades of Torch Red #FE0316
Tints of Torch Red #FE0316
RGB
CMYK
RGB Variations
Color information
#FE0316 (or 0xFE0316) is known color: Torch Red. HEX triplet: FE, 03 and 16. RGB value is (254,3,22). Sum of RGB (Red+Green+Blue) = 254+3+22=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0316 is #01FCE9. Grayscale: #505050. Windows color (decimal): -130282 or 1442814. OLE color: 1442814.
HSL color Cylindrical-coordinate representation of color #FE0316: hue angle of 355.46º 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 #FE0316 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.00 |
| HSL | 355.46º | 0.99% | 0.5% | - |
| HSV(B) | 355.46º | 0.99% | 1% | - |
| XYZ | 41.05 | 21.19 | 2.69 | - |
| YUV | 80.22 | 95.16 | 251.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 22 | 0 | 0.99 | 0.91 | 0.00 | 355.46 | 0.99 | 0.5 |
| Hex | FE | 3 | 16 | 0 | 63 | 5B | 0 | 163 | 63 | 32 |
| Octal | 376 | 3 | 26 | 0 | 143 | 133 | 0 | 543 | 143 | 62 |
| Binary | 11111110 | 11 | 10110 | 0 | 1100011 | 1011011 | 0 | 101100011 | 1100011 | 110010 |
Color Harmonies of #FE0316
Complementary color
Monochromatic Colors of #FE0316
Black with #FE0316
Text Example
Text Example
White with #FE0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0316; }
p { color: rgb(254,3,22); }
H1.HeaderClassName
{
color: #FE0316;
}
.AnyTagClassName
{
color: #FE0316;
}
</style>
background-color css
<style>
a { background-color: #FE0316; }
a { background-color: rgb(254,3,22); }
div.DivClassName
{
background-color: #FE0316;
}
.BgClassName
{
background-color: #FE0316;
}
</style>
border-color css
<style>
span { border-color: #FE0316; }
span { border-color: rgb(254,3,22); }
td.TdClassName
{
border-color: #FE0316;
}
.TagClassName
{
border-color: #FE0316;
}
</style>