Shades of Torch Red #FE212E
Tints of Torch Red #FE212E
RGB
CMYK
RGB Variations
Color information
#FE212E (or 0xFE212E) is known color: Torch Red. HEX triplet: FE, 21 and 2E. RGB value is (254,33,46). Sum of RGB (Red+Green+Blue) = 254+33+46=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE212E is #01DED1. Grayscale: #646464. Windows color (decimal): -122578 or 3023358. OLE color: 3023358.
HSL color Cylindrical-coordinate representation of color #FE212E: hue angle of 356.47º 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 #FE212E is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 46 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.00 |
| HSL | 356.47º | 0.99% | 0.56% | - |
| HSV(B) | 356.47º | 0.87% | 1% | - |
| XYZ | 41.91 | 22.36 | 4.69 | - |
| YUV | 100.56 | 97.22 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 46 | 0 | 0.87 | 0.82 | 0.00 | 356.47 | 0.99 | 0.56 |
| Hex | FE | 21 | 2E | 0 | 57 | 52 | 0 | 164 | 63 | 38 |
| Octal | 376 | 41 | 56 | 0 | 127 | 122 | 0 | 544 | 143 | 70 |
| Binary | 11111110 | 100001 | 101110 | 0 | 1010111 | 1010010 | 0 | 101100100 | 1100011 | 111000 |
Color Harmonies of #FE212E
Complementary color
Monochromatic Colors of #FE212E
Black with #FE212E
Text Example
Text Example
White with #FE212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE212E; }
p { color: rgb(254,33,46); }
H1.HeaderClassName
{
color: #FE212E;
}
.AnyTagClassName
{
color: #FE212E;
}
</style>
background-color css
<style>
a { background-color: #FE212E; }
a { background-color: rgb(254,33,46); }
div.DivClassName
{
background-color: #FE212E;
}
.BgClassName
{
background-color: #FE212E;
}
</style>
border-color css
<style>
span { border-color: #FE212E; }
span { border-color: rgb(254,33,46); }
td.TdClassName
{
border-color: #FE212E;
}
.TagClassName
{
border-color: #FE212E;
}
</style>