Shades of Torch Red #FE0312
Tints of Torch Red #FE0312
RGB
CMYK
RGB Variations
Color information
#FE0312 (or 0xFE0312) is known color: Torch Red. HEX triplet: FE, 03 and 12. RGB value is (254,3,18). Sum of RGB (Red+Green+Blue) = 254+3+18=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0312 is #01FCED. Grayscale: #4F4F4F. Windows color (decimal): -130286 or 1180670. OLE color: 1180670.
HSL color Cylindrical-coordinate representation of color #FE0312: hue angle of 356.41º 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 #FE0312 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 18 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.00 |
| HSL | 356.41º | 0.99% | 0.5% | - |
| HSV(B) | 356.41º | 0.99% | 1% | - |
| XYZ | 41.01 | 21.18 | 2.5 | - |
| YUV | 79.76 | 93.16 | 252.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 18 | 0 | 0.99 | 0.93 | 0.00 | 356.41 | 0.99 | 0.5 |
| Hex | FE | 3 | 12 | 0 | 63 | 5D | 0 | 164 | 63 | 32 |
| Octal | 376 | 3 | 22 | 0 | 143 | 135 | 0 | 544 | 143 | 62 |
| Binary | 11111110 | 11 | 10010 | 0 | 1100011 | 1011101 | 0 | 101100100 | 1100011 | 110010 |
Color Harmonies of #FE0312
Complementary color
Monochromatic Colors of #FE0312
Black with #FE0312
Text Example
Text Example
White with #FE0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0312; }
p { color: rgb(254,3,18); }
H1.HeaderClassName
{
color: #FE0312;
}
.AnyTagClassName
{
color: #FE0312;
}
</style>
background-color css
<style>
a { background-color: #FE0312; }
a { background-color: rgb(254,3,18); }
div.DivClassName
{
background-color: #FE0312;
}
.BgClassName
{
background-color: #FE0312;
}
</style>
border-color css
<style>
span { border-color: #FE0312; }
span { border-color: rgb(254,3,18); }
td.TdClassName
{
border-color: #FE0312;
}
.TagClassName
{
border-color: #FE0312;
}
</style>