Shades of Torch Red #FF223D
Tints of Torch Red #FF223D
RGB
CMYK
RGB Variations
Color information
#FF223D (or 0xFF223D) is known color: Torch Red. HEX triplet: FF, 22 and 3D. RGB value is (255,34,61). Sum of RGB (Red+Green+Blue) = 255+34+61=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF223D is #00DDC2. Grayscale: #676767. Windows color (decimal): -56771 or 4006655. OLE color: 4006655.
HSL color Cylindrical-coordinate representation of color #FF223D: hue angle of 352.67º 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 #FF223D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0 |
| HSL | 352.67º | 1% | 0.57% | - |
| HSV(B) | 352.67º | 0.87% | 1% | - |
| XYZ | 42.65 | 22.74 | 6.56 | - |
| YUV | 103.16 | 104.22 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 61 | 0 | 0.87 | 0.76 | 0 | 352.67 | 1 | 0.57 |
| Hex | FF | 22 | 3D | 0 | 57 | 4C | 0 | 161 | 64 | 39 |
| Octal | 377 | 42 | 75 | 0 | 127 | 114 | 0 | 541 | 144 | 71 |
| Binary | 11111111 | 100010 | 111101 | 0 | 1010111 | 1001100 | 0 | 101100001 | 1100100 | 111001 |
Color Harmonies of #FF223D
Complementary color
Monochromatic Colors of #FF223D
Black with #FF223D
Text Example
Text Example
White with #FF223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF223D; }
p { color: rgb(255,34,61); }
H1.HeaderClassName
{
color: #FF223D;
}
.AnyTagClassName
{
color: #FF223D;
}
</style>
background-color css
<style>
a { background-color: #FF223D; }
a { background-color: rgb(255,34,61); }
div.DivClassName
{
background-color: #FF223D;
}
.BgClassName
{
background-color: #FF223D;
}
</style>
border-color css
<style>
span { border-color: #FF223D; }
span { border-color: rgb(255,34,61); }
td.TdClassName
{
border-color: #FF223D;
}
.TagClassName
{
border-color: #FF223D;
}
</style>