Shades of Torch Red #FE0213
Tints of Torch Red #FE0213
RGB
CMYK
RGB Variations
Color information
#FE0213 (or 0xFE0213) is known color: Torch Red. HEX triplet: FE, 02 and 13. RGB value is (254,2,19). Sum of RGB (Red+Green+Blue) = 254+2+19=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0213 is #01FDEC. Grayscale: #4F4F4F. Windows color (decimal): -130541 or 1245950. OLE color: 1245950.
HSL color Cylindrical-coordinate representation of color #FE0213: hue angle of 355.95º 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 #FE0213 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.00 |
| HSL | 355.95º | 0.99% | 0.5% | - |
| HSV(B) | 355.95º | 0.99% | 1% | - |
| XYZ | 41.01 | 21.16 | 2.54 | - |
| YUV | 79.29 | 93.99 | 252.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 19 | 0 | 0.99 | 0.93 | 0.00 | 355.95 | 0.99 | 0.5 |
| Hex | FE | 2 | 13 | 0 | 63 | 5D | 0 | 164 | 63 | 32 |
| Octal | 376 | 2 | 23 | 0 | 143 | 135 | 0 | 544 | 143 | 62 |
| Binary | 11111110 | 10 | 10011 | 0 | 1100011 | 1011101 | 0 | 101100100 | 1100011 | 110010 |
Color Harmonies of #FE0213
Complementary color
Monochromatic Colors of #FE0213
Black with #FE0213
Text Example
Text Example
White with #FE0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0213; }
p { color: rgb(254,2,19); }
H1.HeaderClassName
{
color: #FE0213;
}
.AnyTagClassName
{
color: #FE0213;
}
</style>
background-color css
<style>
a { background-color: #FE0213; }
a { background-color: rgb(254,2,19); }
div.DivClassName
{
background-color: #FE0213;
}
.BgClassName
{
background-color: #FE0213;
}
</style>
border-color css
<style>
span { border-color: #FE0213; }
span { border-color: rgb(254,2,19); }
td.TdClassName
{
border-color: #FE0213;
}
.TagClassName
{
border-color: #FE0213;
}
</style>