Shades of Torch Red #FA243A
Tints of Torch Red #FA243A
RGB
CMYK
RGB Variations
Color information
#FA243A (or 0xFA243A) is known color: Torch Red. HEX triplet: FA, 24 and 3A. RGB value is (250,36,58). Sum of RGB (Red+Green+Blue) = 250+36+58=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA243A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA243A is #05DBC5. Grayscale: #666666. Windows color (decimal): -383942 or 3810554. OLE color: 3810554.
HSL color Cylindrical-coordinate representation of color #FA243A: hue angle of 353.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA243A is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 58 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.02 |
| HSL | 353.83º | 0.96% | 0.56% | - |
| HSV(B) | 353.83º | 0.86% | 0.98% | - |
| XYZ | 40.82 | 21.89 | 6.08 | - |
| YUV | 102.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 58 | 0 | 0.86 | 0.77 | 0.02 | 353.83 | 0.96 | 0.56 |
| Hex | FA | 24 | 3A | 0 | 56 | 4D | 2 | 162 | 60 | 38 |
| Octal | 372 | 44 | 72 | 0 | 126 | 115 | 2 | 542 | 140 | 70 |
| Binary | 11111010 | 100100 | 111010 | 0 | 1010110 | 1001101 | 10 | 101100010 | 1100000 | 111000 |
Color Harmonies of #FA243A
Complementary color
Monochromatic Colors of #FA243A
Black with #FA243A
Text Example
Text Example
White with #FA243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA243A; }
p { color: rgb(250,36,58); }
H1.HeaderClassName
{
color: #FA243A;
}
.AnyTagClassName
{
color: #FA243A;
}
</style>
background-color css
<style>
a { background-color: #FA243A; }
a { background-color: rgb(250,36,58); }
div.DivClassName
{
background-color: #FA243A;
}
.BgClassName
{
background-color: #FA243A;
}
</style>
border-color css
<style>
span { border-color: #FA243A; }
span { border-color: rgb(250,36,58); }
td.TdClassName
{
border-color: #FA243A;
}
.TagClassName
{
border-color: #FA243A;
}
</style>