Shades of Torch Red #FD1922
Tints of Torch Red #FD1922
RGB
CMYK
RGB Variations
Color information
#FD1922 (or 0xFD1922) is known color: Torch Red. HEX triplet: FD, 19 and 22. RGB value is (253,25,34). Sum of RGB (Red+Green+Blue) = 253+25+34=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1922 is #02E6DD. Grayscale: #5E5E5E. Windows color (decimal): -190174 or 2234877. OLE color: 2234877.
HSL color Cylindrical-coordinate representation of color #FD1922: hue angle of 357.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1922 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 34 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.01 |
| HSL | 357.63º | 0.98% | 0.55% | - |
| HSV(B) | 357.63º | 0.9% | 0.99% | - |
| XYZ | 41.14 | 21.69 | 3.53 | - |
| YUV | 94.2 | 94.04 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 34 | 0 | 0.90 | 0.87 | 0.01 | 357.63 | 0.98 | 0.55 |
| Hex | FD | 19 | 22 | 0 | 5A | 57 | 1 | 166 | 62 | 37 |
| Octal | 375 | 31 | 42 | 0 | 132 | 127 | 1 | 546 | 142 | 67 |
| Binary | 11111101 | 11001 | 100010 | 0 | 1011010 | 1010111 | 1 | 101100110 | 1100010 | 110111 |
Color Harmonies of #FD1922
Complementary color
Monochromatic Colors of #FD1922
Black with #FD1922
Text Example
Text Example
White with #FD1922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1922; }
p { color: rgb(253,25,34); }
H1.HeaderClassName
{
color: #FD1922;
}
.AnyTagClassName
{
color: #FD1922;
}
</style>
background-color css
<style>
a { background-color: #FD1922; }
a { background-color: rgb(253,25,34); }
div.DivClassName
{
background-color: #FD1922;
}
.BgClassName
{
background-color: #FD1922;
}
</style>
border-color css
<style>
span { border-color: #FD1922; }
span { border-color: rgb(253,25,34); }
td.TdClassName
{
border-color: #FD1922;
}
.TagClassName
{
border-color: #FD1922;
}
</style>