Shades of Torch Red #FF2527
Tints of Torch Red #FF2527
RGB
CMYK
RGB Variations
Color information
#FF2527 (or 0xFF2527) is known color: Torch Red. HEX triplet: FF, 25 and 27. RGB value is (255,37,39). Sum of RGB (Red+Green+Blue) = 255+37+39=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2527 is #00DAD8. Grayscale: #666666. Windows color (decimal): -56025 or 2565631. OLE color: 2565631.
HSL color Cylindrical-coordinate representation of color #FF2527: hue angle of 359.45º 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 #FF2527 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 39 | - |
| CMYK | 0 | 0.85 | 0.85 | 0 |
| HSL | 359.45º | 1% | 0.57% | - |
| HSV(B) | 359.45º | 0.85% | 1% | - |
| XYZ | 42.27 | 22.73 | 4.08 | - |
| YUV | 102.41 | 92.22 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 39 | 0 | 0.85 | 0.85 | 0 | 359.45 | 1 | 0.57 |
| Hex | FF | 25 | 27 | 0 | 55 | 55 | 0 | 167 | 64 | 39 |
| Octal | 377 | 45 | 47 | 0 | 125 | 125 | 0 | 547 | 144 | 71 |
| Binary | 11111111 | 100101 | 100111 | 0 | 1010101 | 1010101 | 0 | 101100111 | 1100100 | 111001 |
Color Harmonies of #FF2527
Complementary color
Monochromatic Colors of #FF2527
Black with #FF2527
Text Example
Text Example
White with #FF2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2527; }
p { color: rgb(255,37,39); }
H1.HeaderClassName
{
color: #FF2527;
}
.AnyTagClassName
{
color: #FF2527;
}
</style>
background-color css
<style>
a { background-color: #FF2527; }
a { background-color: rgb(255,37,39); }
div.DivClassName
{
background-color: #FF2527;
}
.BgClassName
{
background-color: #FF2527;
}
</style>
border-color css
<style>
span { border-color: #FF2527; }
span { border-color: rgb(255,37,39); }
td.TdClassName
{
border-color: #FF2527;
}
.TagClassName
{
border-color: #FF2527;
}
</style>