Shades of Torch Red #FE253D
Tints of Torch Red #FE253D
RGB
CMYK
RGB Variations
Color information
#FE253D (or 0xFE253D) is known color: Torch Red. HEX triplet: FE, 25 and 3D. RGB value is (254,37,61). Sum of RGB (Red+Green+Blue) = 254+37+61=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE253D is #01DAC2. Grayscale: #686868. Windows color (decimal): -121539 or 4007422. OLE color: 4007422.
HSL color Cylindrical-coordinate representation of color #FE253D: hue angle of 353.36º 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 #FE253D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 61 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.00 |
| HSL | 353.36º | 0.99% | 0.57% | - |
| HSV(B) | 353.36º | 0.85% | 1% | - |
| XYZ | 42.38 | 22.73 | 6.57 | - |
| YUV | 104.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 61 | 0 | 0.85 | 0.76 | 0.00 | 353.36 | 0.99 | 0.57 |
| Hex | FE | 25 | 3D | 0 | 55 | 4C | 0 | 161 | 63 | 39 |
| Octal | 376 | 45 | 75 | 0 | 125 | 114 | 0 | 541 | 143 | 71 |
| Binary | 11111110 | 100101 | 111101 | 0 | 1010101 | 1001100 | 0 | 101100001 | 1100011 | 111001 |
Color Harmonies of #FE253D
Complementary color
Monochromatic Colors of #FE253D
Black with #FE253D
Text Example
Text Example
White with #FE253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE253D; }
p { color: rgb(254,37,61); }
H1.HeaderClassName
{
color: #FE253D;
}
.AnyTagClassName
{
color: #FE253D;
}
</style>
background-color css
<style>
a { background-color: #FE253D; }
a { background-color: rgb(254,37,61); }
div.DivClassName
{
background-color: #FE253D;
}
.BgClassName
{
background-color: #FE253D;
}
</style>
border-color css
<style>
span { border-color: #FE253D; }
span { border-color: rgb(254,37,61); }
td.TdClassName
{
border-color: #FE253D;
}
.TagClassName
{
border-color: #FE253D;
}
</style>