Shades of Torch Red #FA2023
Tints of Torch Red #FA2023
RGB
CMYK
RGB Variations
Color information
#FA2023 (or 0xFA2023) is known color: Torch Red. HEX triplet: FA, 20 and 23. RGB value is (250,32,35). Sum of RGB (Red+Green+Blue) = 250+32+35=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2023 is #05DFDC. Grayscale: #616161. Windows color (decimal): -384989 or 2302202. OLE color: 2302202.
HSL color Cylindrical-coordinate representation of color #FA2023: hue angle of 359.17º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2023 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 35 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.02 |
| HSL | 359.17º | 0.96% | 0.55% | - |
| HSV(B) | 359.17º | 0.87% | 0.98% | - |
| XYZ | 40.24 | 21.48 | 3.61 | - |
| YUV | 97.52 | 92.72 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 35 | 0 | 0.87 | 0.86 | 0.02 | 359.17 | 0.96 | 0.55 |
| Hex | FA | 20 | 23 | 0 | 57 | 56 | 2 | 167 | 60 | 37 |
| Octal | 372 | 40 | 43 | 0 | 127 | 126 | 2 | 547 | 140 | 67 |
| Binary | 11111010 | 100000 | 100011 | 0 | 1010111 | 1010110 | 10 | 101100111 | 1100000 | 110111 |
Color Harmonies of #FA2023
Complementary color
Monochromatic Colors of #FA2023
Black with #FA2023
Text Example
Text Example
White with #FA2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2023; }
p { color: rgb(250,32,35); }
H1.HeaderClassName
{
color: #FA2023;
}
.AnyTagClassName
{
color: #FA2023;
}
</style>
background-color css
<style>
a { background-color: #FA2023; }
a { background-color: rgb(250,32,35); }
div.DivClassName
{
background-color: #FA2023;
}
.BgClassName
{
background-color: #FA2023;
}
</style>
border-color css
<style>
span { border-color: #FA2023; }
span { border-color: rgb(250,32,35); }
td.TdClassName
{
border-color: #FA2023;
}
.TagClassName
{
border-color: #FA2023;
}
</style>