Shades of Torch Red #FE252B
Tints of Torch Red #FE252B
RGB
CMYK
RGB Variations
Color information
#FE252B (or 0xFE252B) is known color: Torch Red. HEX triplet: FE, 25 and 2B. RGB value is (254,37,43). Sum of RGB (Red+Green+Blue) = 254+37+43=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE252B is #01DAD4. Grayscale: #666666. Windows color (decimal): -121557 or 2827774. OLE color: 2827774.
HSL color Cylindrical-coordinate representation of color #FE252B: hue angle of 358.34º 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 #FE252B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 43 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.00 |
| HSL | 358.34º | 0.99% | 0.57% | - |
| HSV(B) | 358.34º | 0.85% | 1% | - |
| XYZ | 41.97 | 22.57 | 4.43 | - |
| YUV | 102.57 | 94.39 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 43 | 0 | 0.85 | 0.83 | 0.00 | 358.34 | 0.99 | 0.57 |
| Hex | FE | 25 | 2B | 0 | 55 | 53 | 0 | 166 | 63 | 39 |
| Octal | 376 | 45 | 53 | 0 | 125 | 123 | 0 | 546 | 143 | 71 |
| Binary | 11111110 | 100101 | 101011 | 0 | 1010101 | 1010011 | 0 | 101100110 | 1100011 | 111001 |
Color Harmonies of #FE252B
Complementary color
Monochromatic Colors of #FE252B
Black with #FE252B
Text Example
Text Example
White with #FE252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE252B; }
p { color: rgb(254,37,43); }
H1.HeaderClassName
{
color: #FE252B;
}
.AnyTagClassName
{
color: #FE252B;
}
</style>
background-color css
<style>
a { background-color: #FE252B; }
a { background-color: rgb(254,37,43); }
div.DivClassName
{
background-color: #FE252B;
}
.BgClassName
{
background-color: #FE252B;
}
</style>
border-color css
<style>
span { border-color: #FE252B; }
span { border-color: rgb(254,37,43); }
td.TdClassName
{
border-color: #FE252B;
}
.TagClassName
{
border-color: #FE252B;
}
</style>