Shades of Torch Red #FA232D
Tints of Torch Red #FA232D
RGB
CMYK
RGB Variations
Color information
#FA232D (or 0xFA232D) is known color: Torch Red. HEX triplet: FA, 23 and 2D. RGB value is (250,35,45). Sum of RGB (Red+Green+Blue) = 250+35+45=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA232D is #05DCD2. Grayscale: #646464. Windows color (decimal): -384211 or 2958330. OLE color: 2958330.
HSL color Cylindrical-coordinate representation of color #FA232D: hue angle of 357.21º 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 #FA232D is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 45 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.02 |
| HSL | 357.21º | 0.96% | 0.56% | - |
| HSV(B) | 357.21º | 0.86% | 0.98% | - |
| XYZ | 40.5 | 21.72 | 4.54 | - |
| YUV | 100.43 | 96.73 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 45 | 0 | 0.86 | 0.82 | 0.02 | 357.21 | 0.96 | 0.56 |
| Hex | FA | 23 | 2D | 0 | 56 | 52 | 2 | 165 | 60 | 38 |
| Octal | 372 | 43 | 55 | 0 | 126 | 122 | 2 | 545 | 140 | 70 |
| Binary | 11111010 | 100011 | 101101 | 0 | 1010110 | 1010010 | 10 | 101100101 | 1100000 | 111000 |
Color Harmonies of #FA232D
Complementary color
Monochromatic Colors of #FA232D
Black with #FA232D
Text Example
Text Example
White with #FA232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA232D; }
p { color: rgb(250,35,45); }
H1.HeaderClassName
{
color: #FA232D;
}
.AnyTagClassName
{
color: #FA232D;
}
</style>
background-color css
<style>
a { background-color: #FA232D; }
a { background-color: rgb(250,35,45); }
div.DivClassName
{
background-color: #FA232D;
}
.BgClassName
{
background-color: #FA232D;
}
</style>
border-color css
<style>
span { border-color: #FA232D; }
span { border-color: rgb(250,35,45); }
td.TdClassName
{
border-color: #FA232D;
}
.TagClassName
{
border-color: #FA232D;
}
</style>