Shades of Torch Red #F90524
Tints of Torch Red #F90524
RGB
CMYK
RGB Variations
Color information
#F90524 (or 0xF90524) is known color: Torch Red. HEX triplet: F9, 05 and 24. RGB value is (249,5,36). Sum of RGB (Red+Green+Blue) = 249+5+36=290 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.86% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 249 - color contains mainly: red. Hex color #F90524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90524 is #06FADB. Grayscale: #515151. Windows color (decimal): -457436 or 2360825. OLE color: 2360825.
HSL color Cylindrical-coordinate representation of color #F90524: hue angle of 352.38º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90524 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 36 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.02 |
| HSL | 352.38º | 0.96% | 0.5% | - |
| HSV(B) | 352.38º | 0.98% | 0.98% | - |
| XYZ | 39.44 | 20.38 | 3.52 | - |
| YUV | 81.49 | 102.34 | 247.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 36 | 0 | 0.98 | 0.86 | 0.02 | 352.38 | 0.96 | 0.5 |
| Hex | F9 | 5 | 24 | 0 | 62 | 56 | 2 | 160 | 60 | 32 |
| Octal | 371 | 5 | 44 | 0 | 142 | 126 | 2 | 540 | 140 | 62 |
| Binary | 11111001 | 101 | 100100 | 0 | 1100010 | 1010110 | 10 | 101100000 | 1100000 | 110010 |
Color Harmonies of #F90524
Complementary color
Monochromatic Colors of #F90524
Black with #F90524
Text Example
Text Example
White with #F90524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90524; }
p { color: rgb(249,5,36); }
H1.HeaderClassName
{
color: #F90524;
}
.AnyTagClassName
{
color: #F90524;
}
</style>
background-color css
<style>
a { background-color: #F90524; }
a { background-color: rgb(249,5,36); }
div.DivClassName
{
background-color: #F90524;
}
.BgClassName
{
background-color: #F90524;
}
</style>
border-color css
<style>
span { border-color: #F90524; }
span { border-color: rgb(249,5,36); }
td.TdClassName
{
border-color: #F90524;
}
.TagClassName
{
border-color: #F90524;
}
</style>