Shades of Torch Red #FA0D32
Tints of Torch Red #FA0D32
RGB
CMYK
RGB Variations
Color information
#FA0D32 (or 0xFA0D32) is known color: Torch Red. HEX triplet: FA, 0D and 32. RGB value is (250,13,50). Sum of RGB (Red+Green+Blue) = 250+13+50=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0D32 is #05F2CD. Grayscale: #585858. Windows color (decimal): -389838 or 3280378. OLE color: 3280378.
HSL color Cylindrical-coordinate representation of color #FA0D32: hue angle of 350.63º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0D32 is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 50 | - |
| CMYK | 0 | 0.95 | 0.8 | 0.02 |
| HSL | 350.63º | 0.96% | 0.52% | - |
| HSV(B) | 350.63º | 0.95% | 0.98% | - |
| XYZ | 40.14 | 20.84 | 4.92 | - |
| YUV | 88.08 | 106.52 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 50 | 0 | 0.95 | 0.8 | 0.02 | 350.63 | 0.96 | 0.52 |
| Hex | FA | D | 32 | 0 | 5F | 50 | 2 | 15F | 60 | 34 |
| Octal | 372 | 15 | 62 | 0 | 137 | 120 | 2 | 537 | 140 | 64 |
| Binary | 11111010 | 1101 | 110010 | 0 | 1011111 | 1010000 | 10 | 101011111 | 1100000 | 110100 |
Color Harmonies of #FA0D32
Complementary color
Monochromatic Colors of #FA0D32
Black with #FA0D32
Text Example
Text Example
White with #FA0D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0D32; }
p { color: rgb(250,13,50); }
H1.HeaderClassName
{
color: #FA0D32;
}
.AnyTagClassName
{
color: #FA0D32;
}
</style>
background-color css
<style>
a { background-color: #FA0D32; }
a { background-color: rgb(250,13,50); }
div.DivClassName
{
background-color: #FA0D32;
}
.BgClassName
{
background-color: #FA0D32;
}
</style>
border-color css
<style>
span { border-color: #FA0D32; }
span { border-color: rgb(250,13,50); }
td.TdClassName
{
border-color: #FA0D32;
}
.TagClassName
{
border-color: #FA0D32;
}
</style>