Shades of Torch Red #FA183B
Tints of Torch Red #FA183B
RGB
CMYK
RGB Variations
Color information
#FA183B (or 0xFA183B) is known color: Torch Red. HEX triplet: FA, 18 and 3B. RGB value is (250,24,59). Sum of RGB (Red+Green+Blue) = 250+24+59=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA183B is #05E7C4. Grayscale: #5F5F5F. Windows color (decimal): -387013 or 3873018. OLE color: 3873018.
HSL color Cylindrical-coordinate representation of color #FA183B: hue angle of 350.71º 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 #FA183B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 59 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.02 |
| HSL | 350.71º | 0.96% | 0.54% | - |
| HSV(B) | 350.71º | 0.9% | 0.98% | - |
| XYZ | 40.54 | 21.29 | 6.11 | - |
| YUV | 95.56 | 107.37 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 59 | 0 | 0.90 | 0.76 | 0.02 | 350.71 | 0.96 | 0.54 |
| Hex | FA | 18 | 3B | 0 | 5A | 4C | 2 | 15F | 60 | 36 |
| Octal | 372 | 30 | 73 | 0 | 132 | 114 | 2 | 537 | 140 | 66 |
| Binary | 11111010 | 11000 | 111011 | 0 | 1011010 | 1001100 | 10 | 101011111 | 1100000 | 110110 |
Color Harmonies of #FA183B
Complementary color
Monochromatic Colors of #FA183B
Black with #FA183B
Text Example
Text Example
White with #FA183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA183B; }
p { color: rgb(250,24,59); }
H1.HeaderClassName
{
color: #FA183B;
}
.AnyTagClassName
{
color: #FA183B;
}
</style>
background-color css
<style>
a { background-color: #FA183B; }
a { background-color: rgb(250,24,59); }
div.DivClassName
{
background-color: #FA183B;
}
.BgClassName
{
background-color: #FA183B;
}
</style>
border-color css
<style>
span { border-color: #FA183B; }
span { border-color: rgb(250,24,59); }
td.TdClassName
{
border-color: #FA183B;
}
.TagClassName
{
border-color: #FA183B;
}
</style>