Shades of Torch Red #FA1B2D
Tints of Torch Red #FA1B2D
RGB
CMYK
RGB Variations
Color information
#FA1B2D (or 0xFA1B2D) is known color: Torch Red. HEX triplet: FA, 1B and 2D. RGB value is (250,27,45). Sum of RGB (Red+Green+Blue) = 250+27+45=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1B2D is #05E4D2. Grayscale: #5F5F5F. Windows color (decimal): -386259 or 2956282. OLE color: 2956282.
HSL color Cylindrical-coordinate representation of color #FA1B2D: hue angle of 355.16º 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 #FA1B2D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 45 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.02 |
| HSL | 355.16º | 0.96% | 0.54% | - |
| HSV(B) | 355.16º | 0.89% | 0.98% | - |
| XYZ | 40.29 | 21.3 | 4.47 | - |
| YUV | 95.73 | 99.38 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 45 | 0 | 0.89 | 0.82 | 0.02 | 355.16 | 0.96 | 0.54 |
| Hex | FA | 1B | 2D | 0 | 59 | 52 | 2 | 163 | 60 | 36 |
| Octal | 372 | 33 | 55 | 0 | 131 | 122 | 2 | 543 | 140 | 66 |
| Binary | 11111010 | 11011 | 101101 | 0 | 1011001 | 1010010 | 10 | 101100011 | 1100000 | 110110 |
Color Harmonies of #FA1B2D
Complementary color
Monochromatic Colors of #FA1B2D
Black with #FA1B2D
Text Example
Text Example
White with #FA1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B2D; }
p { color: rgb(250,27,45); }
H1.HeaderClassName
{
color: #FA1B2D;
}
.AnyTagClassName
{
color: #FA1B2D;
}
</style>
background-color css
<style>
a { background-color: #FA1B2D; }
a { background-color: rgb(250,27,45); }
div.DivClassName
{
background-color: #FA1B2D;
}
.BgClassName
{
background-color: #FA1B2D;
}
</style>
border-color css
<style>
span { border-color: #FA1B2D; }
span { border-color: rgb(250,27,45); }
td.TdClassName
{
border-color: #FA1B2D;
}
.TagClassName
{
border-color: #FA1B2D;
}
</style>