Shades of Torch Red #FA232F
Tints of Torch Red #FA232F
RGB
CMYK
RGB Variations
Color information
#FA232F (or 0xFA232F) is known color: Torch Red. HEX triplet: FA, 23 and 2F. RGB value is (250,35,47). Sum of RGB (Red+Green+Blue) = 250+35+47=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA232F is #05DCD0. Grayscale: #646464. Windows color (decimal): -384209 or 3089402. OLE color: 3089402.
HSL color Cylindrical-coordinate representation of color #FA232F: hue angle of 356.65º 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 #FA232F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.02 |
| HSL | 356.65º | 0.96% | 0.56% | - |
| HSV(B) | 356.65º | 0.86% | 0.98% | - |
| XYZ | 40.54 | 21.73 | 4.75 | - |
| YUV | 100.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 47 | 0 | 0.86 | 0.81 | 0.02 | 356.65 | 0.96 | 0.56 |
| Hex | FA | 23 | 2F | 0 | 56 | 51 | 2 | 165 | 60 | 38 |
| Octal | 372 | 43 | 57 | 0 | 126 | 121 | 2 | 545 | 140 | 70 |
| Binary | 11111010 | 100011 | 101111 | 0 | 1010110 | 1010001 | 10 | 101100101 | 1100000 | 111000 |
Color Harmonies of #FA232F
Complementary color
Monochromatic Colors of #FA232F
Black with #FA232F
Text Example
Text Example
White with #FA232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA232F; }
p { color: rgb(250,35,47); }
H1.HeaderClassName
{
color: #FA232F;
}
.AnyTagClassName
{
color: #FA232F;
}
</style>
background-color css
<style>
a { background-color: #FA232F; }
a { background-color: rgb(250,35,47); }
div.DivClassName
{
background-color: #FA232F;
}
.BgClassName
{
background-color: #FA232F;
}
</style>
border-color css
<style>
span { border-color: #FA232F; }
span { border-color: rgb(250,35,47); }
td.TdClassName
{
border-color: #FA232F;
}
.TagClassName
{
border-color: #FA232F;
}
</style>