Shades of Torch Red #FA0530
Tints of Torch Red #FA0530
RGB
CMYK
RGB Variations
Color information
#FA0530 (or 0xFA0530) is known color: Torch Red. HEX triplet: FA, 05 and 30. RGB value is (250,5,48). Sum of RGB (Red+Green+Blue) = 250+5+48=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0530 is #05FACF. Grayscale: #535353. Windows color (decimal): -391888 or 3147258. OLE color: 3147258.
HSL color Cylindrical-coordinate representation of color #FA0530: hue angle of 349.47º 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 #FA0530 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.02 |
| HSL | 349.47º | 0.96% | 0.5% | - |
| HSV(B) | 349.47º | 0.98% | 0.98% | - |
| XYZ | 40.01 | 20.65 | 4.67 | - |
| YUV | 83.16 | 108.17 | 247 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 48 | 0 | 0.98 | 0.81 | 0.02 | 349.47 | 0.96 | 0.5 |
| Hex | FA | 5 | 30 | 0 | 62 | 51 | 2 | 15D | 60 | 32 |
| Octal | 372 | 5 | 60 | 0 | 142 | 121 | 2 | 535 | 140 | 62 |
| Binary | 11111010 | 101 | 110000 | 0 | 1100010 | 1010001 | 10 | 101011101 | 1100000 | 110010 |
Color Harmonies of #FA0530
Complementary color
Monochromatic Colors of #FA0530
Black with #FA0530
Text Example
Text Example
White with #FA0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0530; }
p { color: rgb(250,5,48); }
H1.HeaderClassName
{
color: #FA0530;
}
.AnyTagClassName
{
color: #FA0530;
}
</style>
background-color css
<style>
a { background-color: #FA0530; }
a { background-color: rgb(250,5,48); }
div.DivClassName
{
background-color: #FA0530;
}
.BgClassName
{
background-color: #FA0530;
}
</style>
border-color css
<style>
span { border-color: #FA0530; }
span { border-color: rgb(250,5,48); }
td.TdClassName
{
border-color: #FA0530;
}
.TagClassName
{
border-color: #FA0530;
}
</style>