Shades of Torch Red #FA1843
Tints of Torch Red #FA1843
RGB
CMYK
RGB Variations
Color information
#FA1843 (or 0xFA1843) is known color: Torch Red. HEX triplet: FA, 18 and 43. RGB value is (250,24,67). Sum of RGB (Red+Green+Blue) = 250+24+67=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1843 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1843 is #05E7BC. Grayscale: #606060. Windows color (decimal): -387005 or 4397306. OLE color: 4397306.
HSL color Cylindrical-coordinate representation of color #FA1843: hue angle of 348.58º 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 #FA1843 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 67 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.02 |
| HSL | 348.58º | 0.96% | 0.54% | - |
| HSV(B) | 348.58º | 0.9% | 0.98% | - |
| XYZ | 40.76 | 21.38 | 7.29 | - |
| YUV | 96.48 | 111.37 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 67 | 0 | 0.90 | 0.73 | 0.02 | 348.58 | 0.96 | 0.54 |
| Hex | FA | 18 | 43 | 0 | 5A | 49 | 2 | 15D | 60 | 36 |
| Octal | 372 | 30 | 103 | 0 | 132 | 111 | 2 | 535 | 140 | 66 |
| Binary | 11111010 | 11000 | 1000011 | 0 | 1011010 | 1001001 | 10 | 101011101 | 1100000 | 110110 |
Color Harmonies of #FA1843
Complementary color
Monochromatic Colors of #FA1843
Black with #FA1843
Text Example
Text Example
White with #FA1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1843; }
p { color: rgb(250,24,67); }
H1.HeaderClassName
{
color: #FA1843;
}
.AnyTagClassName
{
color: #FA1843;
}
</style>
background-color css
<style>
a { background-color: #FA1843; }
a { background-color: rgb(250,24,67); }
div.DivClassName
{
background-color: #FA1843;
}
.BgClassName
{
background-color: #FA1843;
}
</style>
border-color css
<style>
span { border-color: #FA1843; }
span { border-color: rgb(250,24,67); }
td.TdClassName
{
border-color: #FA1843;
}
.TagClassName
{
border-color: #FA1843;
}
</style>