Shades of Torch Red #FA0A23
Tints of Torch Red #FA0A23
RGB
CMYK
RGB Variations
Color information
#FA0A23 (or 0xFA0A23) is known color: Torch Red. HEX triplet: FA, 0A and 23. RGB value is (250,10,35). Sum of RGB (Red+Green+Blue) = 250+10+35=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0A23 is #05F5DC. Grayscale: #545454. Windows color (decimal): -390621 or 2296570. OLE color: 2296570.
HSL color Cylindrical-coordinate representation of color #FA0A23: hue angle of 353.75º 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 #FA0A23 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 35 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.02 |
| HSL | 353.75º | 0.96% | 0.51% | - |
| HSV(B) | 353.75º | 0.96% | 0.98% | - |
| XYZ | 39.84 | 20.66 | 3.48 | - |
| YUV | 84.61 | 100.01 | 245.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 35 | 0 | 0.96 | 0.86 | 0.02 | 353.75 | 0.96 | 0.51 |
| Hex | FA | A | 23 | 0 | 60 | 56 | 2 | 162 | 60 | 33 |
| Octal | 372 | 12 | 43 | 0 | 140 | 126 | 2 | 542 | 140 | 63 |
| Binary | 11111010 | 1010 | 100011 | 0 | 1100000 | 1010110 | 10 | 101100010 | 1100000 | 110011 |
Color Harmonies of #FA0A23
Complementary color
Monochromatic Colors of #FA0A23
Black with #FA0A23
Text Example
Text Example
White with #FA0A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A23; }
p { color: rgb(250,10,35); }
H1.HeaderClassName
{
color: #FA0A23;
}
.AnyTagClassName
{
color: #FA0A23;
}
</style>
background-color css
<style>
a { background-color: #FA0A23; }
a { background-color: rgb(250,10,35); }
div.DivClassName
{
background-color: #FA0A23;
}
.BgClassName
{
background-color: #FA0A23;
}
</style>
border-color css
<style>
span { border-color: #FA0A23; }
span { border-color: rgb(250,10,35); }
td.TdClassName
{
border-color: #FA0A23;
}
.TagClassName
{
border-color: #FA0A23;
}
</style>