Shades of Torch Red #F91827
Tints of Torch Red #F91827
RGB
CMYK
RGB Variations
Color information
#F91827 (or 0xF91827) is known color: Torch Red. HEX triplet: F9, 18 and 27. RGB value is (249,24,39). Sum of RGB (Red+Green+Blue) = 249+24+39=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F91827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91827 is #06E7D8. Grayscale: #5D5D5D. Windows color (decimal): -452569 or 2562297. OLE color: 2562297.
HSL color Cylindrical-coordinate representation of color #F91827: hue angle of 356º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91827 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 39 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.02 |
| HSL | 356º | 0.95% | 0.54% | - |
| HSV(B) | 356º | 0.9% | 0.98% | - |
| XYZ | 39.76 | 20.94 | 3.87 | - |
| YUV | 92.99 | 97.54 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 39 | 0 | 0.90 | 0.84 | 0.02 | 356 | 0.95 | 0.54 |
| Hex | F9 | 18 | 27 | 0 | 5A | 54 | 2 | 164 | 5F | 36 |
| Octal | 371 | 30 | 47 | 0 | 132 | 124 | 2 | 544 | 137 | 66 |
| Binary | 11111001 | 11000 | 100111 | 0 | 1011010 | 1010100 | 10 | 101100100 | 1011111 | 110110 |
Color Harmonies of #F91827
Complementary color
Monochromatic Colors of #F91827
Black with #F91827
Text Example
Text Example
White with #F91827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91827; }
p { color: rgb(249,24,39); }
H1.HeaderClassName
{
color: #F91827;
}
.AnyTagClassName
{
color: #F91827;
}
</style>
background-color css
<style>
a { background-color: #F91827; }
a { background-color: rgb(249,24,39); }
div.DivClassName
{
background-color: #F91827;
}
.BgClassName
{
background-color: #F91827;
}
</style>
border-color css
<style>
span { border-color: #F91827; }
span { border-color: rgb(249,24,39); }
td.TdClassName
{
border-color: #F91827;
}
.TagClassName
{
border-color: #F91827;
}
</style>