Shades of Torch Red #FA0B24
Tints of Torch Red #FA0B24
RGB
CMYK
RGB Variations
Color information
#FA0B24 (or 0xFA0B24) is known color: Torch Red. HEX triplet: FA, 0B and 24. RGB value is (250,11,36). Sum of RGB (Red+Green+Blue) = 250+11+36=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0B24 is #05F4DB. Grayscale: #555555. Windows color (decimal): -390364 or 2362362. OLE color: 2362362.
HSL color Cylindrical-coordinate representation of color #FA0B24: hue angle of 353.72º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0B24 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 36 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.02 |
| HSL | 353.72º | 0.96% | 0.51% | - |
| HSV(B) | 353.72º | 0.96% | 0.98% | - |
| XYZ | 39.86 | 20.69 | 3.56 | - |
| YUV | 85.31 | 100.18 | 245.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 36 | 0 | 0.96 | 0.86 | 0.02 | 353.72 | 0.96 | 0.51 |
| Hex | FA | B | 24 | 0 | 60 | 56 | 2 | 162 | 60 | 33 |
| Octal | 372 | 13 | 44 | 0 | 140 | 126 | 2 | 542 | 140 | 63 |
| Binary | 11111010 | 1011 | 100100 | 0 | 1100000 | 1010110 | 10 | 101100010 | 1100000 | 110011 |
Color Harmonies of #FA0B24
Complementary color
Monochromatic Colors of #FA0B24
Black with #FA0B24
Text Example
Text Example
White with #FA0B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B24; }
p { color: rgb(250,11,36); }
H1.HeaderClassName
{
color: #FA0B24;
}
.AnyTagClassName
{
color: #FA0B24;
}
</style>
background-color css
<style>
a { background-color: #FA0B24; }
a { background-color: rgb(250,11,36); }
div.DivClassName
{
background-color: #FA0B24;
}
.BgClassName
{
background-color: #FA0B24;
}
</style>
border-color css
<style>
span { border-color: #FA0B24; }
span { border-color: rgb(250,11,36); }
td.TdClassName
{
border-color: #FA0B24;
}
.TagClassName
{
border-color: #FA0B24;
}
</style>