Shades of Torch Red #FA183D
Tints of Torch Red #FA183D
RGB
CMYK
RGB Variations
Color information
#FA183D (or 0xFA183D) is known color: Torch Red. HEX triplet: FA, 18 and 3D. RGB value is (250,24,61). Sum of RGB (Red+Green+Blue) = 250+24+61=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA183D is #05E7C2. Grayscale: #5F5F5F. Windows color (decimal): -387011 or 4004090. OLE color: 4004090.
HSL color Cylindrical-coordinate representation of color #FA183D: hue angle of 350.18º 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 #FA183D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.02 |
| HSL | 350.18º | 0.96% | 0.54% | - |
| HSV(B) | 350.18º | 0.9% | 0.98% | - |
| XYZ | 40.59 | 21.31 | 6.39 | - |
| YUV | 95.79 | 108.37 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 61 | 0 | 0.90 | 0.76 | 0.02 | 350.18 | 0.96 | 0.54 |
| Hex | FA | 18 | 3D | 0 | 5A | 4C | 2 | 15E | 60 | 36 |
| Octal | 372 | 30 | 75 | 0 | 132 | 114 | 2 | 536 | 140 | 66 |
| Binary | 11111010 | 11000 | 111101 | 0 | 1011010 | 1001100 | 10 | 101011110 | 1100000 | 110110 |
Color Harmonies of #FA183D
Complementary color
Monochromatic Colors of #FA183D
Black with #FA183D
Text Example
Text Example
White with #FA183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA183D; }
p { color: rgb(250,24,61); }
H1.HeaderClassName
{
color: #FA183D;
}
.AnyTagClassName
{
color: #FA183D;
}
</style>
background-color css
<style>
a { background-color: #FA183D; }
a { background-color: rgb(250,24,61); }
div.DivClassName
{
background-color: #FA183D;
}
.BgClassName
{
background-color: #FA183D;
}
</style>
border-color css
<style>
span { border-color: #FA183D; }
span { border-color: rgb(250,24,61); }
td.TdClassName
{
border-color: #FA183D;
}
.TagClassName
{
border-color: #FA183D;
}
</style>