Shades of Torch Red #FE1F2D
Tints of Torch Red #FE1F2D
RGB
CMYK
RGB Variations
Color information
#FE1F2D (or 0xFE1F2D) is known color: Torch Red. HEX triplet: FE, 1F and 2D. RGB value is (254,31,45). Sum of RGB (Red+Green+Blue) = 254+31+45=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1F2D is #01E0D2. Grayscale: #636363. Windows color (decimal): -123091 or 2957310. OLE color: 2957310.
HSL color Cylindrical-coordinate representation of color #FE1F2D: hue angle of 356.23º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1F2D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 45 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.00 |
| HSL | 356.23º | 0.99% | 0.56% | - |
| HSV(B) | 356.23º | 0.88% | 1% | - |
| XYZ | 41.84 | 22.24 | 4.57 | - |
| YUV | 99.27 | 97.38 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 45 | 0 | 0.88 | 0.82 | 0.00 | 356.23 | 0.99 | 0.56 |
| Hex | FE | 1F | 2D | 0 | 58 | 52 | 0 | 164 | 63 | 38 |
| Octal | 376 | 37 | 55 | 0 | 130 | 122 | 0 | 544 | 143 | 70 |
| Binary | 11111110 | 11111 | 101101 | 0 | 1011000 | 1010010 | 0 | 101100100 | 1100011 | 111000 |
Color Harmonies of #FE1F2D
Complementary color
Monochromatic Colors of #FE1F2D
Black with #FE1F2D
Text Example
Text Example
White with #FE1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1F2D; }
p { color: rgb(254,31,45); }
H1.HeaderClassName
{
color: #FE1F2D;
}
.AnyTagClassName
{
color: #FE1F2D;
}
</style>
background-color css
<style>
a { background-color: #FE1F2D; }
a { background-color: rgb(254,31,45); }
div.DivClassName
{
background-color: #FE1F2D;
}
.BgClassName
{
background-color: #FE1F2D;
}
</style>
border-color css
<style>
span { border-color: #FE1F2D; }
span { border-color: rgb(254,31,45); }
td.TdClassName
{
border-color: #FE1F2D;
}
.TagClassName
{
border-color: #FE1F2D;
}
</style>