Shades of Torch Red #FA152B
Tints of Torch Red #FA152B
RGB
CMYK
RGB Variations
Color information
#FA152B (or 0xFA152B) is known color: Torch Red. HEX triplet: FA, 15 and 2B. RGB value is (250,21,43). Sum of RGB (Red+Green+Blue) = 250+21+43=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA152B is #05EAD4. Grayscale: #5C5C5C. Windows color (decimal): -387797 or 2823674. OLE color: 2823674.
HSL color Cylindrical-coordinate representation of color #FA152B: hue angle of 354.24º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA152B is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 43 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.02 |
| HSL | 354.24º | 0.96% | 0.53% | - |
| HSV(B) | 354.24º | 0.92% | 0.98% | - |
| XYZ | 40.13 | 21.03 | 4.23 | - |
| YUV | 91.98 | 100.37 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 43 | 0 | 0.92 | 0.83 | 0.02 | 354.24 | 0.96 | 0.53 |
| Hex | FA | 15 | 2B | 0 | 5C | 53 | 2 | 162 | 60 | 35 |
| Octal | 372 | 25 | 53 | 0 | 134 | 123 | 2 | 542 | 140 | 65 |
| Binary | 11111010 | 10101 | 101011 | 0 | 1011100 | 1010011 | 10 | 101100010 | 1100000 | 110101 |
Color Harmonies of #FA152B
Complementary color
Monochromatic Colors of #FA152B
Black with #FA152B
Text Example
Text Example
White with #FA152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA152B; }
p { color: rgb(250,21,43); }
H1.HeaderClassName
{
color: #FA152B;
}
.AnyTagClassName
{
color: #FA152B;
}
</style>
background-color css
<style>
a { background-color: #FA152B; }
a { background-color: rgb(250,21,43); }
div.DivClassName
{
background-color: #FA152B;
}
.BgClassName
{
background-color: #FA152B;
}
</style>
border-color css
<style>
span { border-color: #FA152B; }
span { border-color: rgb(250,21,43); }
td.TdClassName
{
border-color: #FA152B;
}
.TagClassName
{
border-color: #FA152B;
}
</style>