Shades of Torch Red #FD2227
Tints of Torch Red #FD2227
RGB
CMYK
RGB Variations
Color information
#FD2227 (or 0xFD2227) is known color: Torch Red. HEX triplet: FD, 22 and 27. RGB value is (253,34,39). Sum of RGB (Red+Green+Blue) = 253+34+39=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2227 is #02DDD8. Grayscale: #646464. Windows color (decimal): -187865 or 2564861. OLE color: 2564861.
HSL color Cylindrical-coordinate representation of color #FD2227: hue angle of 358.63º 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 #FD2227 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 39 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.01 |
| HSL | 358.63º | 0.98% | 0.56% | - |
| HSV(B) | 358.63º | 0.87% | 0.99% | - |
| XYZ | 41.45 | 22.17 | 4.01 | - |
| YUV | 100.05 | 93.55 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 39 | 0 | 0.87 | 0.85 | 0.01 | 358.63 | 0.98 | 0.56 |
| Hex | FD | 22 | 27 | 0 | 57 | 55 | 1 | 167 | 62 | 38 |
| Octal | 375 | 42 | 47 | 0 | 127 | 125 | 1 | 547 | 142 | 70 |
| Binary | 11111101 | 100010 | 100111 | 0 | 1010111 | 1010101 | 1 | 101100111 | 1100010 | 111000 |
Color Harmonies of #FD2227
Complementary color
Monochromatic Colors of #FD2227
Black with #FD2227
Text Example
Text Example
White with #FD2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2227; }
p { color: rgb(253,34,39); }
H1.HeaderClassName
{
color: #FD2227;
}
.AnyTagClassName
{
color: #FD2227;
}
</style>
background-color css
<style>
a { background-color: #FD2227; }
a { background-color: rgb(253,34,39); }
div.DivClassName
{
background-color: #FD2227;
}
.BgClassName
{
background-color: #FD2227;
}
</style>
border-color css
<style>
span { border-color: #FD2227; }
span { border-color: rgb(253,34,39); }
td.TdClassName
{
border-color: #FD2227;
}
.TagClassName
{
border-color: #FD2227;
}
</style>