Shades of Torch Red #FE2133
Tints of Torch Red #FE2133
RGB
CMYK
RGB Variations
Color information
#FE2133 (or 0xFE2133) is known color: Torch Red. HEX triplet: FE, 21 and 33. RGB value is (254,33,51). Sum of RGB (Red+Green+Blue) = 254+33+51=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2133 is #01DECC. Grayscale: #656565. Windows color (decimal): -122573 or 3351038. OLE color: 3351038.
HSL color Cylindrical-coordinate representation of color #FE2133: hue angle of 355.11º 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 #FE2133 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 51 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.00 |
| HSL | 355.11º | 0.99% | 0.56% | - |
| HSV(B) | 355.11º | 0.87% | 1% | - |
| XYZ | 42.01 | 22.4 | 5.24 | - |
| YUV | 101.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 51 | 0 | 0.87 | 0.80 | 0.00 | 355.11 | 0.99 | 0.56 |
| Hex | FE | 21 | 33 | 0 | 57 | 50 | 0 | 163 | 63 | 38 |
| Octal | 376 | 41 | 63 | 0 | 127 | 120 | 0 | 543 | 143 | 70 |
| Binary | 11111110 | 100001 | 110011 | 0 | 1010111 | 1010000 | 0 | 101100011 | 1100011 | 111000 |
Color Harmonies of #FE2133
Complementary color
Monochromatic Colors of #FE2133
Black with #FE2133
Text Example
Text Example
White with #FE2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2133; }
p { color: rgb(254,33,51); }
H1.HeaderClassName
{
color: #FE2133;
}
.AnyTagClassName
{
color: #FE2133;
}
</style>
background-color css
<style>
a { background-color: #FE2133; }
a { background-color: rgb(254,33,51); }
div.DivClassName
{
background-color: #FE2133;
}
.BgClassName
{
background-color: #FE2133;
}
</style>
border-color css
<style>
span { border-color: #FE2133; }
span { border-color: rgb(254,33,51); }
td.TdClassName
{
border-color: #FE2133;
}
.TagClassName
{
border-color: #FE2133;
}
</style>