Shades of Torch Red #FA1B21
Tints of Torch Red #FA1B21
RGB
CMYK
RGB Variations
Color information
#FA1B21 (or 0xFA1B21) is known color: Torch Red. HEX triplet: FA, 1B and 21. RGB value is (250,27,33). Sum of RGB (Red+Green+Blue) = 250+27+33=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1B21 is #05E4DE. Grayscale: #5E5E5E. Windows color (decimal): -386271 or 2169850. OLE color: 2169850.
HSL color Cylindrical-coordinate representation of color #FA1B21: hue angle of 358.39º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1B21 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 33 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.02 |
| HSL | 358.39º | 0.96% | 0.54% | - |
| HSV(B) | 358.39º | 0.89% | 0.98% | - |
| XYZ | 40.09 | 21.22 | 3.42 | - |
| YUV | 94.36 | 93.38 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 33 | 0 | 0.89 | 0.87 | 0.02 | 358.39 | 0.96 | 0.54 |
| Hex | FA | 1B | 21 | 0 | 59 | 57 | 2 | 166 | 60 | 36 |
| Octal | 372 | 33 | 41 | 0 | 131 | 127 | 2 | 546 | 140 | 66 |
| Binary | 11111010 | 11011 | 100001 | 0 | 1011001 | 1010111 | 10 | 101100110 | 1100000 | 110110 |
Color Harmonies of #FA1B21
Complementary color
Monochromatic Colors of #FA1B21
Black with #FA1B21
Text Example
Text Example
White with #FA1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B21; }
p { color: rgb(250,27,33); }
H1.HeaderClassName
{
color: #FA1B21;
}
.AnyTagClassName
{
color: #FA1B21;
}
</style>
background-color css
<style>
a { background-color: #FA1B21; }
a { background-color: rgb(250,27,33); }
div.DivClassName
{
background-color: #FA1B21;
}
.BgClassName
{
background-color: #FA1B21;
}
</style>
border-color css
<style>
span { border-color: #FA1B21; }
span { border-color: rgb(250,27,33); }
td.TdClassName
{
border-color: #FA1B21;
}
.TagClassName
{
border-color: #FA1B21;
}
</style>