Shades of Torch Red #FE273F
Tints of Torch Red #FE273F
RGB
CMYK
RGB Variations
Color information
#FE273F (or 0xFE273F) is known color: Torch Red. HEX triplet: FE, 27 and 3F. RGB value is (254,39,63). Sum of RGB (Red+Green+Blue) = 254+39+63=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE273F is #01D8C0. Grayscale: #6A6A6A. Windows color (decimal): -121025 or 4139006. OLE color: 4139006.
HSL color Cylindrical-coordinate representation of color #FE273F: hue angle of 353.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE273F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.00 |
| HSL | 353.3º | 0.99% | 0.57% | - |
| HSV(B) | 353.3º | 0.85% | 1% | - |
| XYZ | 42.5 | 22.88 | 6.88 | - |
| YUV | 106.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 63 | 0 | 0.85 | 0.75 | 0.00 | 353.3 | 0.99 | 0.57 |
| Hex | FE | 27 | 3F | 0 | 55 | 4B | 0 | 161 | 63 | 39 |
| Octal | 376 | 47 | 77 | 0 | 125 | 113 | 0 | 541 | 143 | 71 |
| Binary | 11111110 | 100111 | 111111 | 0 | 1010101 | 1001011 | 0 | 101100001 | 1100011 | 111001 |
Color Harmonies of #FE273F
Complementary color
Monochromatic Colors of #FE273F
Black with #FE273F
Text Example
Text Example
White with #FE273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE273F; }
p { color: rgb(254,39,63); }
H1.HeaderClassName
{
color: #FE273F;
}
.AnyTagClassName
{
color: #FE273F;
}
</style>
background-color css
<style>
a { background-color: #FE273F; }
a { background-color: rgb(254,39,63); }
div.DivClassName
{
background-color: #FE273F;
}
.BgClassName
{
background-color: #FE273F;
}
</style>
border-color css
<style>
span { border-color: #FE273F; }
span { border-color: rgb(254,39,63); }
td.TdClassName
{
border-color: #FE273F;
}
.TagClassName
{
border-color: #FE273F;
}
</style>