Shades of Torch Red #FA1528
Tints of Torch Red #FA1528
RGB
CMYK
RGB Variations
Color information
#FA1528 (or 0xFA1528) is known color: Torch Red. HEX triplet: FA, 15 and 28. RGB value is (250,21,40). Sum of RGB (Red+Green+Blue) = 250+21+40=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1528 is #05EAD7. Grayscale: #5B5B5B. Windows color (decimal): -387800 or 2627066. OLE color: 2627066.
HSL color Cylindrical-coordinate representation of color #FA1528: hue angle of 355.02º 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 #FA1528 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 40 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.02 |
| HSL | 355.02º | 0.96% | 0.53% | - |
| HSV(B) | 355.02º | 0.92% | 0.98% | - |
| XYZ | 40.08 | 21.01 | 3.95 | - |
| YUV | 91.64 | 98.87 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 40 | 0 | 0.92 | 0.84 | 0.02 | 355.02 | 0.96 | 0.53 |
| Hex | FA | 15 | 28 | 0 | 5C | 54 | 2 | 163 | 60 | 35 |
| Octal | 372 | 25 | 50 | 0 | 134 | 124 | 2 | 543 | 140 | 65 |
| Binary | 11111010 | 10101 | 101000 | 0 | 1011100 | 1010100 | 10 | 101100011 | 1100000 | 110101 |
Color Harmonies of #FA1528
Complementary color
Monochromatic Colors of #FA1528
Black with #FA1528
Text Example
Text Example
White with #FA1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1528; }
p { color: rgb(250,21,40); }
H1.HeaderClassName
{
color: #FA1528;
}
.AnyTagClassName
{
color: #FA1528;
}
</style>
background-color css
<style>
a { background-color: #FA1528; }
a { background-color: rgb(250,21,40); }
div.DivClassName
{
background-color: #FA1528;
}
.BgClassName
{
background-color: #FA1528;
}
</style>
border-color css
<style>
span { border-color: #FA1528; }
span { border-color: rgb(250,21,40); }
td.TdClassName
{
border-color: #FA1528;
}
.TagClassName
{
border-color: #FA1528;
}
</style>