Shades of Torch Red #FD222F
Tints of Torch Red #FD222F
RGB
CMYK
RGB Variations
Color information
#FD222F (or 0xFD222F) is known color: Torch Red. HEX triplet: FD, 22 and 2F. RGB value is (253,34,47). Sum of RGB (Red+Green+Blue) = 253+34+47=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD222F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD222F is #02DDD0. Grayscale: #656565. Windows color (decimal): -187857 or 3089149. OLE color: 3089149.
HSL color Cylindrical-coordinate representation of color #FD222F: hue angle of 356.44º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD222F is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 47 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.01 |
| HSL | 356.44º | 0.98% | 0.56% | - |
| HSV(B) | 356.44º | 0.87% | 0.99% | - |
| XYZ | 41.59 | 22.23 | 4.79 | - |
| YUV | 100.96 | 97.55 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 47 | 0 | 0.87 | 0.81 | 0.01 | 356.44 | 0.98 | 0.56 |
| Hex | FD | 22 | 2F | 0 | 57 | 51 | 1 | 164 | 62 | 38 |
| Octal | 375 | 42 | 57 | 0 | 127 | 121 | 1 | 544 | 142 | 70 |
| Binary | 11111101 | 100010 | 101111 | 0 | 1010111 | 1010001 | 1 | 101100100 | 1100010 | 111000 |
Color Harmonies of #FD222F
Complementary color
Monochromatic Colors of #FD222F
Black with #FD222F
Text Example
Text Example
White with #FD222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD222F; }
p { color: rgb(253,34,47); }
H1.HeaderClassName
{
color: #FD222F;
}
.AnyTagClassName
{
color: #FD222F;
}
</style>
background-color css
<style>
a { background-color: #FD222F; }
a { background-color: rgb(253,34,47); }
div.DivClassName
{
background-color: #FD222F;
}
.BgClassName
{
background-color: #FD222F;
}
</style>
border-color css
<style>
span { border-color: #FD222F; }
span { border-color: rgb(253,34,47); }
td.TdClassName
{
border-color: #FD222F;
}
.TagClassName
{
border-color: #FD222F;
}
</style>