Shades of Torch Red #FA243C
Tints of Torch Red #FA243C
RGB
CMYK
RGB Variations
Color information
#FA243C (or 0xFA243C) is known color: Torch Red. HEX triplet: FA, 24 and 3C. RGB value is (250,36,60). Sum of RGB (Red+Green+Blue) = 250+36+60=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA243C is #05DBC3. Grayscale: #666666. Windows color (decimal): -383940 or 3941626. OLE color: 3941626.
HSL color Cylindrical-coordinate representation of color #FA243C: hue angle of 353.27º 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 #FA243C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 60 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.02 |
| HSL | 353.27º | 0.96% | 0.56% | - |
| HSV(B) | 353.27º | 0.86% | 0.98% | - |
| XYZ | 40.87 | 21.91 | 6.35 | - |
| YUV | 102.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 60 | 0 | 0.86 | 0.76 | 0.02 | 353.27 | 0.96 | 0.56 |
| Hex | FA | 24 | 3C | 0 | 56 | 4C | 2 | 161 | 60 | 38 |
| Octal | 372 | 44 | 74 | 0 | 126 | 114 | 2 | 541 | 140 | 70 |
| Binary | 11111010 | 100100 | 111100 | 0 | 1010110 | 1001100 | 10 | 101100001 | 1100000 | 111000 |
Color Harmonies of #FA243C
Complementary color
Monochromatic Colors of #FA243C
Black with #FA243C
Text Example
Text Example
White with #FA243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA243C; }
p { color: rgb(250,36,60); }
H1.HeaderClassName
{
color: #FA243C;
}
.AnyTagClassName
{
color: #FA243C;
}
</style>
background-color css
<style>
a { background-color: #FA243C; }
a { background-color: rgb(250,36,60); }
div.DivClassName
{
background-color: #FA243C;
}
.BgClassName
{
background-color: #FA243C;
}
</style>
border-color css
<style>
span { border-color: #FA243C; }
span { border-color: rgb(250,36,60); }
td.TdClassName
{
border-color: #FA243C;
}
.TagClassName
{
border-color: #FA243C;
}
</style>