Shades of Torch Red #FE2730
Tints of Torch Red #FE2730
RGB
CMYK
RGB Variations
Color information
#FE2730 (or 0xFE2730) is known color: Torch Red. HEX triplet: FE, 27 and 30. RGB value is (254,39,48). Sum of RGB (Red+Green+Blue) = 254+39+48=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2730 is #01D8CF. Grayscale: #686868. Windows color (decimal): -121040 or 3155966. OLE color: 3155966.
HSL color Cylindrical-coordinate representation of color #FE2730: hue angle of 357.49º 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 #FE2730 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 48 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.00 |
| HSL | 357.49º | 0.99% | 0.57% | - |
| HSV(B) | 357.49º | 0.85% | 1% | - |
| XYZ | 42.13 | 22.74 | 4.96 | - |
| YUV | 104.31 | 96.23 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 48 | 0 | 0.85 | 0.81 | 0.00 | 357.49 | 0.99 | 0.57 |
| Hex | FE | 27 | 30 | 0 | 55 | 51 | 0 | 165 | 63 | 39 |
| Octal | 376 | 47 | 60 | 0 | 125 | 121 | 0 | 545 | 143 | 71 |
| Binary | 11111110 | 100111 | 110000 | 0 | 1010101 | 1010001 | 0 | 101100101 | 1100011 | 111001 |
Color Harmonies of #FE2730
Complementary color
Monochromatic Colors of #FE2730
Black with #FE2730
Text Example
Text Example
White with #FE2730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2730; }
p { color: rgb(254,39,48); }
H1.HeaderClassName
{
color: #FE2730;
}
.AnyTagClassName
{
color: #FE2730;
}
</style>
background-color css
<style>
a { background-color: #FE2730; }
a { background-color: rgb(254,39,48); }
div.DivClassName
{
background-color: #FE2730;
}
.BgClassName
{
background-color: #FE2730;
}
</style>
border-color css
<style>
span { border-color: #FE2730; }
span { border-color: rgb(254,39,48); }
td.TdClassName
{
border-color: #FE2730;
}
.TagClassName
{
border-color: #FE2730;
}
</style>