Shades of Torch Red #FF223F
Tints of Torch Red #FF223F
RGB
CMYK
RGB Variations
Color information
#FF223F (or 0xFF223F) is known color: Torch Red. HEX triplet: FF, 22 and 3F. RGB value is (255,34,63). Sum of RGB (Red+Green+Blue) = 255+34+63=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF223F is #00DDC0. Grayscale: #676767. Windows color (decimal): -56769 or 4137727. OLE color: 4137727.
HSL color Cylindrical-coordinate representation of color #FF223F: hue angle of 352.13º 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 #FF223F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 63 | - |
| CMYK | 0 | 0.87 | 0.75 | 0 |
| HSL | 352.13º | 1% | 0.57% | - |
| HSV(B) | 352.13º | 0.87% | 1% | - |
| XYZ | 42.71 | 22.76 | 6.85 | - |
| YUV | 103.39 | 105.22 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 63 | 0 | 0.87 | 0.75 | 0 | 352.13 | 1 | 0.57 |
| Hex | FF | 22 | 3F | 0 | 57 | 4B | 0 | 160 | 64 | 39 |
| Octal | 377 | 42 | 77 | 0 | 127 | 113 | 0 | 540 | 144 | 71 |
| Binary | 11111111 | 100010 | 111111 | 0 | 1010111 | 1001011 | 0 | 101100000 | 1100100 | 111001 |
Color Harmonies of #FF223F
Complementary color
Monochromatic Colors of #FF223F
Black with #FF223F
Text Example
Text Example
White with #FF223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF223F; }
p { color: rgb(255,34,63); }
H1.HeaderClassName
{
color: #FF223F;
}
.AnyTagClassName
{
color: #FF223F;
}
</style>
background-color css
<style>
a { background-color: #FF223F; }
a { background-color: rgb(255,34,63); }
div.DivClassName
{
background-color: #FF223F;
}
.BgClassName
{
background-color: #FF223F;
}
</style>
border-color css
<style>
span { border-color: #FF223F; }
span { border-color: rgb(255,34,63); }
td.TdClassName
{
border-color: #FF223F;
}
.TagClassName
{
border-color: #FF223F;
}
</style>