Shades of Torch Red #F10527
Tints of Torch Red #F10527
RGB
CMYK
RGB Variations
Color information
#F10527 (or 0xF10527) is known color: Torch Red. HEX triplet: F1, 05 and 27. RGB value is (241,5,39). Sum of RGB (Red+Green+Blue) = 241+5+39=285 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.56% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 241 - color contains mainly: red. Hex color #F10527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10527 is #0EFAD8. Grayscale: #4F4F4F. Windows color (decimal): -981721 or 2557425. OLE color: 2557425.
HSL color Cylindrical-coordinate representation of color #F10527: hue angle of 351.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10527 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 39 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.05 |
| HSL | 351.36º | 0.96% | 0.48% | - |
| HSV(B) | 351.36º | 0.98% | 0.95% | - |
| XYZ | 36.7 | 18.96 | 3.64 | - |
| YUV | 79.44 | 105.19 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 39 | 0 | 0.98 | 0.84 | 0.05 | 351.36 | 0.96 | 0.48 |
| Hex | F1 | 5 | 27 | 0 | 62 | 54 | 5 | 15F | 60 | 30 |
| Octal | 361 | 5 | 47 | 0 | 142 | 124 | 5 | 537 | 140 | 60 |
| Binary | 11110001 | 101 | 100111 | 0 | 1100010 | 1010100 | 101 | 101011111 | 1100000 | 110000 |
Color Harmonies of #F10527
Complementary color
Monochromatic Colors of #F10527
Black with #F10527
Text Example
Text Example
White with #F10527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10527; }
p { color: rgb(241,5,39); }
H1.HeaderClassName
{
color: #F10527;
}
.AnyTagClassName
{
color: #F10527;
}
</style>
background-color css
<style>
a { background-color: #F10527; }
a { background-color: rgb(241,5,39); }
div.DivClassName
{
background-color: #F10527;
}
.BgClassName
{
background-color: #F10527;
}
</style>
border-color css
<style>
span { border-color: #F10527; }
span { border-color: rgb(241,5,39); }
td.TdClassName
{
border-color: #F10527;
}
.TagClassName
{
border-color: #F10527;
}
</style>