Shades of Torch Red #FF253D
Tints of Torch Red #FF253D
RGB
CMYK
RGB Variations
Color information
#FF253D (or 0xFF253D) is known color: Torch Red. HEX triplet: FF, 25 and 3D. RGB value is (255,37,61). Sum of RGB (Red+Green+Blue) = 255+37+61=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF253D is #00DAC2. Grayscale: #696969. Windows color (decimal): -56003 or 4007423. OLE color: 4007423.
HSL color Cylindrical-coordinate representation of color #FF253D: hue angle of 353.39º 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 #FF253D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 61 | - |
| CMYK | 0 | 0.85 | 0.76 | 0 |
| HSL | 353.39º | 1% | 0.57% | - |
| HSV(B) | 353.39º | 0.85% | 1% | - |
| XYZ | 42.74 | 22.92 | 6.59 | - |
| YUV | 104.92 | 103.22 | 235.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 61 | 0 | 0.85 | 0.76 | 0 | 353.39 | 1 | 0.57 |
| Hex | FF | 25 | 3D | 0 | 55 | 4C | 0 | 161 | 64 | 39 |
| Octal | 377 | 45 | 75 | 0 | 125 | 114 | 0 | 541 | 144 | 71 |
| Binary | 11111111 | 100101 | 111101 | 0 | 1010101 | 1001100 | 0 | 101100001 | 1100100 | 111001 |
Color Harmonies of #FF253D
Complementary color
Monochromatic Colors of #FF253D
Black with #FF253D
Text Example
Text Example
White with #FF253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF253D; }
p { color: rgb(255,37,61); }
H1.HeaderClassName
{
color: #FF253D;
}
.AnyTagClassName
{
color: #FF253D;
}
</style>
background-color css
<style>
a { background-color: #FF253D; }
a { background-color: rgb(255,37,61); }
div.DivClassName
{
background-color: #FF253D;
}
.BgClassName
{
background-color: #FF253D;
}
</style>
border-color css
<style>
span { border-color: #FF253D; }
span { border-color: rgb(255,37,61); }
td.TdClassName
{
border-color: #FF253D;
}
.TagClassName
{
border-color: #FF253D;
}
</style>