Shades of Torch Red #FF223A
Tints of Torch Red #FF223A
RGB
CMYK
RGB Variations
Color information
#FF223A (or 0xFF223A) is known color: Torch Red. HEX triplet: FF, 22 and 3A. RGB value is (255,34,58). Sum of RGB (Red+Green+Blue) = 255+34+58=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF223A is #00DDC5. Grayscale: #666666. Windows color (decimal): -56774 or 3810047. OLE color: 3810047.
HSL color Cylindrical-coordinate representation of color #FF223A: hue angle of 353.48º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF223A is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 58 | - |
| CMYK | 0 | 0.87 | 0.77 | 0 |
| HSL | 353.48º | 1% | 0.57% | - |
| HSV(B) | 353.48º | 0.87% | 1% | - |
| XYZ | 42.58 | 22.71 | 6.14 | - |
| YUV | 102.82 | 102.72 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 58 | 0 | 0.87 | 0.77 | 0 | 353.48 | 1 | 0.57 |
| Hex | FF | 22 | 3A | 0 | 57 | 4D | 0 | 161 | 64 | 39 |
| Octal | 377 | 42 | 72 | 0 | 127 | 115 | 0 | 541 | 144 | 71 |
| Binary | 11111111 | 100010 | 111010 | 0 | 1010111 | 1001101 | 0 | 101100001 | 1100100 | 111001 |
Color Harmonies of #FF223A
Complementary color
Monochromatic Colors of #FF223A
Black with #FF223A
Text Example
Text Example
White with #FF223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF223A; }
p { color: rgb(255,34,58); }
H1.HeaderClassName
{
color: #FF223A;
}
.AnyTagClassName
{
color: #FF223A;
}
</style>
background-color css
<style>
a { background-color: #FF223A; }
a { background-color: rgb(255,34,58); }
div.DivClassName
{
background-color: #FF223A;
}
.BgClassName
{
background-color: #FF223A;
}
</style>
border-color css
<style>
span { border-color: #FF223A; }
span { border-color: rgb(255,34,58); }
td.TdClassName
{
border-color: #FF223A;
}
.TagClassName
{
border-color: #FF223A;
}
</style>