Shades of Torch Red #FF253F
Tints of Torch Red #FF253F
RGB
CMYK
RGB Variations
Color information
#FF253F (or 0xFF253F) is known color: Torch Red. HEX triplet: FF, 25 and 3F. RGB value is (255,37,63). Sum of RGB (Red+Green+Blue) = 255+37+63=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF253F is #00DAC0. Grayscale: #696969. Windows color (decimal): -56001 or 4138495. OLE color: 4138495.
HSL color Cylindrical-coordinate representation of color #FF253F: hue angle of 352.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF253F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0 |
| HSL | 352.84º | 1% | 0.57% | - |
| HSV(B) | 352.84º | 0.85% | 1% | - |
| XYZ | 42.8 | 22.94 | 6.88 | - |
| YUV | 105.15 | 104.22 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 63 | 0 | 0.85 | 0.75 | 0 | 352.84 | 1 | 0.57 |
| Hex | FF | 25 | 3F | 0 | 55 | 4B | 0 | 161 | 64 | 39 |
| Octal | 377 | 45 | 77 | 0 | 125 | 113 | 0 | 541 | 144 | 71 |
| Binary | 11111111 | 100101 | 111111 | 0 | 1010101 | 1001011 | 0 | 101100001 | 1100100 | 111001 |
Color Harmonies of #FF253F
Complementary color
Monochromatic Colors of #FF253F
Black with #FF253F
Text Example
Text Example
White with #FF253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF253F; }
p { color: rgb(255,37,63); }
H1.HeaderClassName
{
color: #FF253F;
}
.AnyTagClassName
{
color: #FF253F;
}
</style>
background-color css
<style>
a { background-color: #FF253F; }
a { background-color: rgb(255,37,63); }
div.DivClassName
{
background-color: #FF253F;
}
.BgClassName
{
background-color: #FF253F;
}
</style>
border-color css
<style>
span { border-color: #FF253F; }
span { border-color: rgb(255,37,63); }
td.TdClassName
{
border-color: #FF253F;
}
.TagClassName
{
border-color: #FF253F;
}
</style>