Shades of Torch Red #FE0315
Tints of Torch Red #FE0315
RGB
CMYK
RGB Variations
Color information
#FE0315 (or 0xFE0315) is known color: Torch Red. HEX triplet: FE, 03 and 15. RGB value is (254,3,21). Sum of RGB (Red+Green+Blue) = 254+3+21=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0315 is #01FCEA. Grayscale: #505050. Windows color (decimal): -130283 or 1377278. OLE color: 1377278.
HSL color Cylindrical-coordinate representation of color #FE0315: hue angle of 355.7º 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 #FE0315 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 21 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.00 |
| HSL | 355.7º | 0.99% | 0.5% | - |
| HSV(B) | 355.7º | 0.99% | 1% | - |
| XYZ | 41.04 | 21.19 | 2.64 | - |
| YUV | 80.1 | 94.66 | 252.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 21 | 0 | 0.99 | 0.92 | 0.00 | 355.7 | 0.99 | 0.5 |
| Hex | FE | 3 | 15 | 0 | 63 | 5C | 0 | 164 | 63 | 32 |
| Octal | 376 | 3 | 25 | 0 | 143 | 134 | 0 | 544 | 143 | 62 |
| Binary | 11111110 | 11 | 10101 | 0 | 1100011 | 1011100 | 0 | 101100100 | 1100011 | 110010 |
Color Harmonies of #FE0315
Complementary color
Monochromatic Colors of #FE0315
Black with #FE0315
Text Example
Text Example
White with #FE0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0315; }
p { color: rgb(254,3,21); }
H1.HeaderClassName
{
color: #FE0315;
}
.AnyTagClassName
{
color: #FE0315;
}
</style>
background-color css
<style>
a { background-color: #FE0315; }
a { background-color: rgb(254,3,21); }
div.DivClassName
{
background-color: #FE0315;
}
.BgClassName
{
background-color: #FE0315;
}
</style>
border-color css
<style>
span { border-color: #FE0315; }
span { border-color: rgb(254,3,21); }
td.TdClassName
{
border-color: #FE0315;
}
.TagClassName
{
border-color: #FE0315;
}
</style>