Shades of Torch Red #FA0533
Tints of Torch Red #FA0533
RGB
CMYK
RGB Variations
Color information
#FA0533 (or 0xFA0533) is known color: Torch Red. HEX triplet: FA, 05 and 33. RGB value is (250,5,51). Sum of RGB (Red+Green+Blue) = 250+5+51=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0533 is #05FACC. Grayscale: #535353. Windows color (decimal): -391885 or 3343866. OLE color: 3343866.
HSL color Cylindrical-coordinate representation of color #FA0533: hue angle of 348.73º 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 #FA0533 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 51 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.02 |
| HSL | 348.73º | 0.96% | 0.5% | - |
| HSV(B) | 348.73º | 0.98% | 0.98% | - |
| XYZ | 40.08 | 20.67 | 5.01 | - |
| YUV | 83.5 | 109.67 | 246.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 51 | 0 | 0.98 | 0.80 | 0.02 | 348.73 | 0.96 | 0.5 |
| Hex | FA | 5 | 33 | 0 | 62 | 50 | 2 | 15D | 60 | 32 |
| Octal | 372 | 5 | 63 | 0 | 142 | 120 | 2 | 535 | 140 | 62 |
| Binary | 11111010 | 101 | 110011 | 0 | 1100010 | 1010000 | 10 | 101011101 | 1100000 | 110010 |
Color Harmonies of #FA0533
Complementary color
Monochromatic Colors of #FA0533
Black with #FA0533
Text Example
Text Example
White with #FA0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0533; }
p { color: rgb(250,5,51); }
H1.HeaderClassName
{
color: #FA0533;
}
.AnyTagClassName
{
color: #FA0533;
}
</style>
background-color css
<style>
a { background-color: #FA0533; }
a { background-color: rgb(250,5,51); }
div.DivClassName
{
background-color: #FA0533;
}
.BgClassName
{
background-color: #FA0533;
}
</style>
border-color css
<style>
span { border-color: #FA0533; }
span { border-color: rgb(250,5,51); }
td.TdClassName
{
border-color: #FA0533;
}
.TagClassName
{
border-color: #FA0533;
}
</style>