Shades of Torch Red #FA0B32
Tints of Torch Red #FA0B32
RGB
CMYK
RGB Variations
Color information
#FA0B32 (or 0xFA0B32) is known color: Torch Red. HEX triplet: FA, 0B and 32. RGB value is (250,11,50). Sum of RGB (Red+Green+Blue) = 250+11+50=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0B32 is #05F4CD. Grayscale: #565656. Windows color (decimal): -390350 or 3279866. OLE color: 3279866.
HSL color Cylindrical-coordinate representation of color #FA0B32: hue angle of 350.21º 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 #FA0B32 is Cyan = 0, Magento = 0.96, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 50 | - |
| CMYK | 0 | 0.96 | 0.8 | 0.02 |
| HSL | 350.21º | 0.96% | 0.51% | - |
| HSV(B) | 350.21º | 0.96% | 0.98% | - |
| XYZ | 40.12 | 20.79 | 4.92 | - |
| YUV | 86.91 | 107.18 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 50 | 0 | 0.96 | 0.8 | 0.02 | 350.21 | 0.96 | 0.51 |
| Hex | FA | B | 32 | 0 | 60 | 50 | 2 | 15E | 60 | 33 |
| Octal | 372 | 13 | 62 | 0 | 140 | 120 | 2 | 536 | 140 | 63 |
| Binary | 11111010 | 1011 | 110010 | 0 | 1100000 | 1010000 | 10 | 101011110 | 1100000 | 110011 |
Color Harmonies of #FA0B32
Complementary color
Monochromatic Colors of #FA0B32
Black with #FA0B32
Text Example
Text Example
White with #FA0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B32; }
p { color: rgb(250,11,50); }
H1.HeaderClassName
{
color: #FA0B32;
}
.AnyTagClassName
{
color: #FA0B32;
}
</style>
background-color css
<style>
a { background-color: #FA0B32; }
a { background-color: rgb(250,11,50); }
div.DivClassName
{
background-color: #FA0B32;
}
.BgClassName
{
background-color: #FA0B32;
}
</style>
border-color css
<style>
span { border-color: #FA0B32; }
span { border-color: rgb(250,11,50); }
td.TdClassName
{
border-color: #FA0B32;
}
.TagClassName
{
border-color: #FA0B32;
}
</style>