Shades of Torch Red #FE202D
Tints of Torch Red #FE202D
RGB
CMYK
RGB Variations
Color information
#FE202D (or 0xFE202D) is known color: Torch Red. HEX triplet: FE, 20 and 2D. RGB value is (254,32,45). Sum of RGB (Red+Green+Blue) = 254+32+45=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE202D is #01DFD2. Grayscale: #646464. Windows color (decimal): -122835 or 2957566. OLE color: 2957566.
HSL color Cylindrical-coordinate representation of color #FE202D: hue angle of 356.49º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE202D is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 45 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.00 |
| HSL | 356.49º | 0.99% | 0.56% | - |
| HSV(B) | 356.49º | 0.87% | 1% | - |
| XYZ | 41.86 | 22.29 | 4.58 | - |
| YUV | 99.86 | 97.05 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 45 | 0 | 0.87 | 0.82 | 0.00 | 356.49 | 0.99 | 0.56 |
| Hex | FE | 20 | 2D | 0 | 57 | 52 | 0 | 164 | 63 | 38 |
| Octal | 376 | 40 | 55 | 0 | 127 | 122 | 0 | 544 | 143 | 70 |
| Binary | 11111110 | 100000 | 101101 | 0 | 1010111 | 1010010 | 0 | 101100100 | 1100011 | 111000 |
Color Harmonies of #FE202D
Complementary color
Monochromatic Colors of #FE202D
Black with #FE202D
Text Example
Text Example
White with #FE202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE202D; }
p { color: rgb(254,32,45); }
H1.HeaderClassName
{
color: #FE202D;
}
.AnyTagClassName
{
color: #FE202D;
}
</style>
background-color css
<style>
a { background-color: #FE202D; }
a { background-color: rgb(254,32,45); }
div.DivClassName
{
background-color: #FE202D;
}
.BgClassName
{
background-color: #FE202D;
}
</style>
border-color css
<style>
span { border-color: #FE202D; }
span { border-color: rgb(254,32,45); }
td.TdClassName
{
border-color: #FE202D;
}
.TagClassName
{
border-color: #FE202D;
}
</style>