Shades of Torch Red #FA2441
Tints of Torch Red #FA2441
RGB
CMYK
RGB Variations
Color information
#FA2441 (or 0xFA2441) is known color: Torch Red. HEX triplet: FA, 24 and 41. RGB value is (250,36,65). Sum of RGB (Red+Green+Blue) = 250+36+65=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2441 is #05DBBE. Grayscale: #676767. Windows color (decimal): -383935 or 4269306. OLE color: 4269306.
HSL color Cylindrical-coordinate representation of color #FA2441: hue angle of 351.87º 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 #FA2441 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 65 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.02 |
| HSL | 351.87º | 0.96% | 0.56% | - |
| HSV(B) | 351.87º | 0.86% | 0.98% | - |
| XYZ | 41.01 | 21.97 | 7.08 | - |
| YUV | 103.29 | 106.4 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 65 | 0 | 0.86 | 0.74 | 0.02 | 351.87 | 0.96 | 0.56 |
| Hex | FA | 24 | 41 | 0 | 56 | 4A | 2 | 160 | 60 | 38 |
| Octal | 372 | 44 | 101 | 0 | 126 | 112 | 2 | 540 | 140 | 70 |
| Binary | 11111010 | 100100 | 1000001 | 0 | 1010110 | 1001010 | 10 | 101100000 | 1100000 | 111000 |
Color Harmonies of #FA2441
Complementary color
Monochromatic Colors of #FA2441
Black with #FA2441
Text Example
Text Example
White with #FA2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2441; }
p { color: rgb(250,36,65); }
H1.HeaderClassName
{
color: #FA2441;
}
.AnyTagClassName
{
color: #FA2441;
}
</style>
background-color css
<style>
a { background-color: #FA2441; }
a { background-color: rgb(250,36,65); }
div.DivClassName
{
background-color: #FA2441;
}
.BgClassName
{
background-color: #FA2441;
}
</style>
border-color css
<style>
span { border-color: #FA2441; }
span { border-color: rgb(250,36,65); }
td.TdClassName
{
border-color: #FA2441;
}
.TagClassName
{
border-color: #FA2441;
}
</style>