Shades of Torch Red #FA2133
Tints of Torch Red #FA2133
RGB
CMYK
RGB Variations
Color information
#FA2133 (or 0xFA2133) is known color: Torch Red. HEX triplet: FA, 21 and 33. RGB value is (250,33,51). Sum of RGB (Red+Green+Blue) = 250+33+51=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2133 is #05DECC. Grayscale: #646464. Windows color (decimal): -384717 or 3351034. OLE color: 3351034.
HSL color Cylindrical-coordinate representation of color #FA2133: hue angle of 355.02º 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 #FA2133 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 51 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.02 |
| HSL | 355.02º | 0.96% | 0.55% | - |
| HSV(B) | 355.02º | 0.87% | 0.98% | - |
| XYZ | 40.57 | 21.65 | 5.17 | - |
| YUV | 99.94 | 100.39 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 51 | 0 | 0.87 | 0.80 | 0.02 | 355.02 | 0.96 | 0.55 |
| Hex | FA | 21 | 33 | 0 | 57 | 50 | 2 | 163 | 60 | 37 |
| Octal | 372 | 41 | 63 | 0 | 127 | 120 | 2 | 543 | 140 | 67 |
| Binary | 11111010 | 100001 | 110011 | 0 | 1010111 | 1010000 | 10 | 101100011 | 1100000 | 110111 |
Color Harmonies of #FA2133
Complementary color
Monochromatic Colors of #FA2133
Black with #FA2133
Text Example
Text Example
White with #FA2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2133; }
p { color: rgb(250,33,51); }
H1.HeaderClassName
{
color: #FA2133;
}
.AnyTagClassName
{
color: #FA2133;
}
</style>
background-color css
<style>
a { background-color: #FA2133; }
a { background-color: rgb(250,33,51); }
div.DivClassName
{
background-color: #FA2133;
}
.BgClassName
{
background-color: #FA2133;
}
</style>
border-color css
<style>
span { border-color: #FA2133; }
span { border-color: rgb(250,33,51); }
td.TdClassName
{
border-color: #FA2133;
}
.TagClassName
{
border-color: #FA2133;
}
</style>