Shades of Torch Red #FE2733
Tints of Torch Red #FE2733
RGB
CMYK
RGB Variations
Color information
#FE2733 (or 0xFE2733) is known color: Torch Red. HEX triplet: FE, 27 and 33. RGB value is (254,39,51). Sum of RGB (Red+Green+Blue) = 254+39+51=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2733 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2733 is #01D8CC. Grayscale: #686868. Windows color (decimal): -121037 or 3352574. OLE color: 3352574.
HSL color Cylindrical-coordinate representation of color #FE2733: hue angle of 356.65º 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 #FE2733 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 51 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.00 |
| HSL | 356.65º | 0.99% | 0.57% | - |
| HSV(B) | 356.65º | 0.85% | 1% | - |
| XYZ | 42.2 | 22.76 | 5.3 | - |
| YUV | 104.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 51 | 0 | 0.85 | 0.80 | 0.00 | 356.65 | 0.99 | 0.57 |
| Hex | FE | 27 | 33 | 0 | 55 | 50 | 0 | 165 | 63 | 39 |
| Octal | 376 | 47 | 63 | 0 | 125 | 120 | 0 | 545 | 143 | 71 |
| Binary | 11111110 | 100111 | 110011 | 0 | 1010101 | 1010000 | 0 | 101100101 | 1100011 | 111001 |
Color Harmonies of #FE2733
Complementary color
Monochromatic Colors of #FE2733
Black with #FE2733
Text Example
Text Example
White with #FE2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2733; }
p { color: rgb(254,39,51); }
H1.HeaderClassName
{
color: #FE2733;
}
.AnyTagClassName
{
color: #FE2733;
}
</style>
background-color css
<style>
a { background-color: #FE2733; }
a { background-color: rgb(254,39,51); }
div.DivClassName
{
background-color: #FE2733;
}
.BgClassName
{
background-color: #FE2733;
}
</style>
border-color css
<style>
span { border-color: #FE2733; }
span { border-color: rgb(254,39,51); }
td.TdClassName
{
border-color: #FE2733;
}
.TagClassName
{
border-color: #FE2733;
}
</style>