Shades of Torch Red #FD223B
Tints of Torch Red #FD223B
RGB
CMYK
RGB Variations
Color information
#FD223B (or 0xFD223B) is known color: Torch Red. HEX triplet: FD, 22 and 3B. RGB value is (253,34,59). Sum of RGB (Red+Green+Blue) = 253+34+59=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD223B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD223B is #02DDC4. Grayscale: #666666. Windows color (decimal): -187845 or 3875581. OLE color: 3875581.
HSL color Cylindrical-coordinate representation of color #FD223B: hue angle of 353.15º 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 #FD223B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 59 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.01 |
| HSL | 353.15º | 0.98% | 0.56% | - |
| HSV(B) | 353.15º | 0.87% | 0.99% | - |
| XYZ | 41.87 | 22.34 | 6.24 | - |
| YUV | 102.33 | 103.55 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 59 | 0 | 0.87 | 0.77 | 0.01 | 353.15 | 0.98 | 0.56 |
| Hex | FD | 22 | 3B | 0 | 57 | 4D | 1 | 161 | 62 | 38 |
| Octal | 375 | 42 | 73 | 0 | 127 | 115 | 1 | 541 | 142 | 70 |
| Binary | 11111101 | 100010 | 111011 | 0 | 1010111 | 1001101 | 1 | 101100001 | 1100010 | 111000 |
Color Harmonies of #FD223B
Complementary color
Monochromatic Colors of #FD223B
Black with #FD223B
Text Example
Text Example
White with #FD223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD223B; }
p { color: rgb(253,34,59); }
H1.HeaderClassName
{
color: #FD223B;
}
.AnyTagClassName
{
color: #FD223B;
}
</style>
background-color css
<style>
a { background-color: #FD223B; }
a { background-color: rgb(253,34,59); }
div.DivClassName
{
background-color: #FD223B;
}
.BgClassName
{
background-color: #FD223B;
}
</style>
border-color css
<style>
span { border-color: #FD223B; }
span { border-color: rgb(253,34,59); }
td.TdClassName
{
border-color: #FD223B;
}
.TagClassName
{
border-color: #FD223B;
}
</style>