Shades of Torch Red #FE273B
Tints of Torch Red #FE273B
RGB
CMYK
RGB Variations
Color information
#FE273B (or 0xFE273B) is known color: Torch Red. HEX triplet: FE, 27 and 3B. RGB value is (254,39,59). Sum of RGB (Red+Green+Blue) = 254+39+59=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE273B is #01D8C4. Grayscale: #696969. Windows color (decimal): -121029 or 3876862. OLE color: 3876862.
HSL color Cylindrical-coordinate representation of color #FE273B: hue angle of 354.42º 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 #FE273B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 59 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.00 |
| HSL | 354.42º | 0.99% | 0.57% | - |
| HSV(B) | 354.42º | 0.85% | 1% | - |
| XYZ | 42.39 | 22.84 | 6.31 | - |
| YUV | 105.57 | 101.73 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 59 | 0 | 0.85 | 0.77 | 0.00 | 354.42 | 0.99 | 0.57 |
| Hex | FE | 27 | 3B | 0 | 55 | 4D | 0 | 162 | 63 | 39 |
| Octal | 376 | 47 | 73 | 0 | 125 | 115 | 0 | 542 | 143 | 71 |
| Binary | 11111110 | 100111 | 111011 | 0 | 1010101 | 1001101 | 0 | 101100010 | 1100011 | 111001 |
Color Harmonies of #FE273B
Complementary color
Monochromatic Colors of #FE273B
Black with #FE273B
Text Example
Text Example
White with #FE273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE273B; }
p { color: rgb(254,39,59); }
H1.HeaderClassName
{
color: #FE273B;
}
.AnyTagClassName
{
color: #FE273B;
}
</style>
background-color css
<style>
a { background-color: #FE273B; }
a { background-color: rgb(254,39,59); }
div.DivClassName
{
background-color: #FE273B;
}
.BgClassName
{
background-color: #FE273B;
}
</style>
border-color css
<style>
span { border-color: #FE273B; }
span { border-color: rgb(254,39,59); }
td.TdClassName
{
border-color: #FE273B;
}
.TagClassName
{
border-color: #FE273B;
}
</style>