Shades of Torch Red #FE020D
Tints of Torch Red #FE020D
RGB
CMYK
RGB Variations
Color information
#FE020D (or 0xFE020D) is known color: Torch Red. HEX triplet: FE, 02 and 0D. RGB value is (254,2,13). Sum of RGB (Red+Green+Blue) = 254+2+13=269 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.42% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 254 - color contains mainly: red. Hex color #FE020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE020D is #01FDF2. Grayscale: #4E4E4E. Windows color (decimal): -130547 or 852734. OLE color: 852734.
HSL color Cylindrical-coordinate representation of color #FE020D: hue angle of 357.38º 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 #FE020D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.00 |
| HSL | 357.38º | 0.99% | 0.5% | - |
| HSV(B) | 357.38º | 0.99% | 1% | - |
| XYZ | 40.97 | 21.14 | 2.3 | - |
| YUV | 78.6 | 90.99 | 253.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 13 | 0 | 0.99 | 0.95 | 0.00 | 357.38 | 0.99 | 0.5 |
| Hex | FE | 2 | D | 0 | 63 | 5F | 0 | 165 | 63 | 32 |
| Octal | 376 | 2 | 15 | 0 | 143 | 137 | 0 | 545 | 143 | 62 |
| Binary | 11111110 | 10 | 1101 | 0 | 1100011 | 1011111 | 0 | 101100101 | 1100011 | 110010 |
Color Harmonies of #FE020D
Complementary color
Monochromatic Colors of #FE020D
Black with #FE020D
Text Example
Text Example
White with #FE020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE020D; }
p { color: rgb(254,2,13); }
H1.HeaderClassName
{
color: #FE020D;
}
.AnyTagClassName
{
color: #FE020D;
}
</style>
background-color css
<style>
a { background-color: #FE020D; }
a { background-color: rgb(254,2,13); }
div.DivClassName
{
background-color: #FE020D;
}
.BgClassName
{
background-color: #FE020D;
}
</style>
border-color css
<style>
span { border-color: #FE020D; }
span { border-color: rgb(254,2,13); }
td.TdClassName
{
border-color: #FE020D;
}
.TagClassName
{
border-color: #FE020D;
}
</style>