Shades of Torch Red #FA1D23
Tints of Torch Red #FA1D23
RGB
CMYK
RGB Variations
Color information
#FA1D23 (or 0xFA1D23) is known color: Torch Red. HEX triplet: FA, 1D and 23. RGB value is (250,29,35). Sum of RGB (Red+Green+Blue) = 250+29+35=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1D23 is #05E2DC. Grayscale: #5F5F5F. Windows color (decimal): -385757 or 2301434. OLE color: 2301434.
HSL color Cylindrical-coordinate representation of color #FA1D23: hue angle of 358.37º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1D23 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 35 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.02 |
| HSL | 358.37º | 0.96% | 0.55% | - |
| HSV(B) | 358.37º | 0.88% | 0.98% | - |
| XYZ | 40.17 | 21.32 | 3.59 | - |
| YUV | 95.76 | 93.72 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 35 | 0 | 0.88 | 0.86 | 0.02 | 358.37 | 0.96 | 0.55 |
| Hex | FA | 1D | 23 | 0 | 58 | 56 | 2 | 166 | 60 | 37 |
| Octal | 372 | 35 | 43 | 0 | 130 | 126 | 2 | 546 | 140 | 67 |
| Binary | 11111010 | 11101 | 100011 | 0 | 1011000 | 1010110 | 10 | 101100110 | 1100000 | 110111 |
Color Harmonies of #FA1D23
Complementary color
Monochromatic Colors of #FA1D23
Black with #FA1D23
Text Example
Text Example
White with #FA1D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1D23; }
p { color: rgb(250,29,35); }
H1.HeaderClassName
{
color: #FA1D23;
}
.AnyTagClassName
{
color: #FA1D23;
}
</style>
background-color css
<style>
a { background-color: #FA1D23; }
a { background-color: rgb(250,29,35); }
div.DivClassName
{
background-color: #FA1D23;
}
.BgClassName
{
background-color: #FA1D23;
}
</style>
border-color css
<style>
span { border-color: #FA1D23; }
span { border-color: rgb(250,29,35); }
td.TdClassName
{
border-color: #FA1D23;
}
.TagClassName
{
border-color: #FA1D23;
}
</style>