Shades of Torch Red #FA1827
Tints of Torch Red #FA1827
RGB
CMYK
RGB Variations
Color information
#FA1827 (or 0xFA1827) is known color: Torch Red. HEX triplet: FA, 18 and 27. RGB value is (250,24,39). Sum of RGB (Red+Green+Blue) = 250+24+39=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1827 is #05E7D8. Grayscale: #5D5D5D. Windows color (decimal): -387033 or 2562298. OLE color: 2562298.
HSL color Cylindrical-coordinate representation of color #FA1827: hue angle of 356.02º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1827 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 39 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.02 |
| HSL | 356.02º | 0.96% | 0.54% | - |
| HSV(B) | 356.02º | 0.9% | 0.98% | - |
| XYZ | 40.12 | 21.12 | 3.88 | - |
| YUV | 93.28 | 97.37 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 39 | 0 | 0.90 | 0.84 | 0.02 | 356.02 | 0.96 | 0.54 |
| Hex | FA | 18 | 27 | 0 | 5A | 54 | 2 | 164 | 60 | 36 |
| Octal | 372 | 30 | 47 | 0 | 132 | 124 | 2 | 544 | 140 | 66 |
| Binary | 11111010 | 11000 | 100111 | 0 | 1011010 | 1010100 | 10 | 101100100 | 1100000 | 110110 |
Color Harmonies of #FA1827
Complementary color
Monochromatic Colors of #FA1827
Black with #FA1827
Text Example
Text Example
White with #FA1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1827; }
p { color: rgb(250,24,39); }
H1.HeaderClassName
{
color: #FA1827;
}
.AnyTagClassName
{
color: #FA1827;
}
</style>
background-color css
<style>
a { background-color: #FA1827; }
a { background-color: rgb(250,24,39); }
div.DivClassName
{
background-color: #FA1827;
}
.BgClassName
{
background-color: #FA1827;
}
</style>
border-color css
<style>
span { border-color: #FA1827; }
span { border-color: rgb(250,24,39); }
td.TdClassName
{
border-color: #FA1827;
}
.TagClassName
{
border-color: #FA1827;
}
</style>