Shades of Torch Red #FA243E
Tints of Torch Red #FA243E
RGB
CMYK
RGB Variations
Color information
#FA243E (or 0xFA243E) is known color: Torch Red. HEX triplet: FA, 24 and 3E. RGB value is (250,36,62). Sum of RGB (Red+Green+Blue) = 250+36+62=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA243E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA243E is #05DBC1. Grayscale: #676767. Windows color (decimal): -383938 or 4072698. OLE color: 4072698.
HSL color Cylindrical-coordinate representation of color #FA243E: hue angle of 352.71º 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 #FA243E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 62 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.02 |
| HSL | 352.71º | 0.96% | 0.56% | - |
| HSV(B) | 352.71º | 0.86% | 0.98% | - |
| XYZ | 40.92 | 21.93 | 6.63 | - |
| YUV | 102.95 | 104.9 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 62 | 0 | 0.86 | 0.75 | 0.02 | 352.71 | 0.96 | 0.56 |
| Hex | FA | 24 | 3E | 0 | 56 | 4B | 2 | 161 | 60 | 38 |
| Octal | 372 | 44 | 76 | 0 | 126 | 113 | 2 | 541 | 140 | 70 |
| Binary | 11111010 | 100100 | 111110 | 0 | 1010110 | 1001011 | 10 | 101100001 | 1100000 | 111000 |
Color Harmonies of #FA243E
Complementary color
Monochromatic Colors of #FA243E
Black with #FA243E
Text Example
Text Example
White with #FA243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA243E; }
p { color: rgb(250,36,62); }
H1.HeaderClassName
{
color: #FA243E;
}
.AnyTagClassName
{
color: #FA243E;
}
</style>
background-color css
<style>
a { background-color: #FA243E; }
a { background-color: rgb(250,36,62); }
div.DivClassName
{
background-color: #FA243E;
}
.BgClassName
{
background-color: #FA243E;
}
</style>
border-color css
<style>
span { border-color: #FA243E; }
span { border-color: rgb(250,36,62); }
td.TdClassName
{
border-color: #FA243E;
}
.TagClassName
{
border-color: #FA243E;
}
</style>