Shades of Torch Red #FA1833
Tints of Torch Red #FA1833
RGB
CMYK
RGB Variations
Color information
#FA1833 (or 0xFA1833) is known color: Torch Red. HEX triplet: FA, 18 and 33. RGB value is (250,24,51). Sum of RGB (Red+Green+Blue) = 250+24+51=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1833 is #05E7CC. Grayscale: #5E5E5E. Windows color (decimal): -387021 or 3348730. OLE color: 3348730.
HSL color Cylindrical-coordinate representation of color #FA1833: hue angle of 352.83º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1833 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 51 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.02 |
| HSL | 352.83º | 0.96% | 0.54% | - |
| HSV(B) | 352.83º | 0.9% | 0.98% | - |
| XYZ | 40.35 | 21.22 | 5.1 | - |
| YUV | 94.65 | 103.37 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 51 | 0 | 0.90 | 0.80 | 0.02 | 352.83 | 0.96 | 0.54 |
| Hex | FA | 18 | 33 | 0 | 5A | 50 | 2 | 161 | 60 | 36 |
| Octal | 372 | 30 | 63 | 0 | 132 | 120 | 2 | 541 | 140 | 66 |
| Binary | 11111010 | 11000 | 110011 | 0 | 1011010 | 1010000 | 10 | 101100001 | 1100000 | 110110 |
Color Harmonies of #FA1833
Complementary color
Monochromatic Colors of #FA1833
Black with #FA1833
Text Example
Text Example
White with #FA1833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1833; }
p { color: rgb(250,24,51); }
H1.HeaderClassName
{
color: #FA1833;
}
.AnyTagClassName
{
color: #FA1833;
}
</style>
background-color css
<style>
a { background-color: #FA1833; }
a { background-color: rgb(250,24,51); }
div.DivClassName
{
background-color: #FA1833;
}
.BgClassName
{
background-color: #FA1833;
}
</style>
border-color css
<style>
span { border-color: #FA1833; }
span { border-color: rgb(250,24,51); }
td.TdClassName
{
border-color: #FA1833;
}
.TagClassName
{
border-color: #FA1833;
}
</style>