Shades of Torch Red #FE132D
Tints of Torch Red #FE132D
RGB
CMYK
RGB Variations
Color information
#FE132D (or 0xFE132D) is known color: Torch Red. HEX triplet: FE, 13 and 2D. RGB value is (254,19,45). Sum of RGB (Red+Green+Blue) = 254+19+45=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE132D is #01ECD2. Grayscale: #5C5C5C. Windows color (decimal): -126163 or 2954238. OLE color: 2954238.
HSL color Cylindrical-coordinate representation of color #FE132D: hue angle of 353.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE132D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 19 | 45 | - |
CMYK | 0 | 0.93 | 0.82 | 0.00 |
HSL | 353.36º | 0.99% | 0.54% | - |
HSV(B) | 353.36º | 0.93% | 1% | - |
XYZ | 41.58 | 21.73 | 4.48 | - |
YUV | 92.23 | 101.36 | 243.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 19 | 45 | 0 | 0.93 | 0.82 | 0.00 | 353.36 | 0.99 | 0.54 |
Hex | FE | 13 | 2D | 0 | 5D | 52 | 0 | 161 | 63 | 36 |
Octal | 376 | 23 | 55 | 0 | 135 | 122 | 0 | 541 | 143 | 66 |
Binary | 11111110 | 10011 | 101101 | 0 | 1011101 | 1010010 | 0 | 101100001 | 1100011 | 110110 |
Color Harmonies of #FE132D
Complementary color
Monochromatic Colors of #FE132D
Black with #FE132D
Text Example
Text Example
White with #FE132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE132D; }
p { color: rgb(254,19,45); }
H1.HeaderClassName
{
color: #FE132D;
}
.AnyTagClassName
{
color: #FE132D;
}
</style>
background-color css
<style>
a { background-color: #FE132D; }
a { background-color: rgb(254,19,45); }
div.DivClassName
{
background-color: #FE132D;
}
.BgClassName
{
background-color: #FE132D;
}
</style>
border-color css
<style>
span { border-color: #FE132D; }
span { border-color: rgb(254,19,45); }
td.TdClassName
{
border-color: #FE132D;
}
.TagClassName
{
border-color: #FE132D;
}
</style>