Shades of Torch Red #FE253F
Tints of Torch Red #FE253F
RGB
CMYK
RGB Variations
Color information
#FE253F (or 0xFE253F) is known color: Torch Red. HEX triplet: FE, 25 and 3F. RGB value is (254,37,63). Sum of RGB (Red+Green+Blue) = 254+37+63=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE253F is #01DAC0. Grayscale: #686868. Windows color (decimal): -121537 or 4138494. OLE color: 4138494.
HSL color Cylindrical-coordinate representation of color #FE253F: hue angle of 352.81º 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 #FE253F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.00 |
| HSL | 352.81º | 0.99% | 0.57% | - |
| HSV(B) | 352.81º | 0.85% | 1% | - |
| XYZ | 42.43 | 22.75 | 6.86 | - |
| YUV | 104.85 | 104.39 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 63 | 0 | 0.85 | 0.75 | 0.00 | 352.81 | 0.99 | 0.57 |
| Hex | FE | 25 | 3F | 0 | 55 | 4B | 0 | 161 | 63 | 39 |
| Octal | 376 | 45 | 77 | 0 | 125 | 113 | 0 | 541 | 143 | 71 |
| Binary | 11111110 | 100101 | 111111 | 0 | 1010101 | 1001011 | 0 | 101100001 | 1100011 | 111001 |
Color Harmonies of #FE253F
Complementary color
Monochromatic Colors of #FE253F
Black with #FE253F
Text Example
Text Example
White with #FE253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE253F; }
p { color: rgb(254,37,63); }
H1.HeaderClassName
{
color: #FE253F;
}
.AnyTagClassName
{
color: #FE253F;
}
</style>
background-color css
<style>
a { background-color: #FE253F; }
a { background-color: rgb(254,37,63); }
div.DivClassName
{
background-color: #FE253F;
}
.BgClassName
{
background-color: #FE253F;
}
</style>
border-color css
<style>
span { border-color: #FE253F; }
span { border-color: rgb(254,37,63); }
td.TdClassName
{
border-color: #FE253F;
}
.TagClassName
{
border-color: #FE253F;
}
</style>