Shades of Torch Red #FF2337
Tints of Torch Red #FF2337
RGB
CMYK
RGB Variations
Color information
#FF2337 (or 0xFF2337) is known color: Torch Red. HEX triplet: FF, 23 and 37. RGB value is (255,35,55). Sum of RGB (Red+Green+Blue) = 255+35+55=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2337 is #00DCC8. Grayscale: #676767. Windows color (decimal): -56521 or 3613695. OLE color: 3613695.
HSL color Cylindrical-coordinate representation of color #FF2337: hue angle of 354.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2337 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 55 | - |
| CMYK | 0 | 0.86 | 0.78 | 0 |
| HSL | 354.55º | 1% | 0.57% | - |
| HSV(B) | 354.55º | 0.86% | 1% | - |
| XYZ | 42.53 | 22.74 | 5.76 | - |
| YUV | 103.06 | 100.89 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 55 | 0 | 0.86 | 0.78 | 0 | 354.55 | 1 | 0.57 |
| Hex | FF | 23 | 37 | 0 | 56 | 4E | 0 | 163 | 64 | 39 |
| Octal | 377 | 43 | 67 | 0 | 126 | 116 | 0 | 543 | 144 | 71 |
| Binary | 11111111 | 100011 | 110111 | 0 | 1010110 | 1001110 | 0 | 101100011 | 1100100 | 111001 |
Color Harmonies of #FF2337
Complementary color
Monochromatic Colors of #FF2337
Black with #FF2337
Text Example
Text Example
White with #FF2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2337; }
p { color: rgb(255,35,55); }
H1.HeaderClassName
{
color: #FF2337;
}
.AnyTagClassName
{
color: #FF2337;
}
</style>
background-color css
<style>
a { background-color: #FF2337; }
a { background-color: rgb(255,35,55); }
div.DivClassName
{
background-color: #FF2337;
}
.BgClassName
{
background-color: #FF2337;
}
</style>
border-color css
<style>
span { border-color: #FF2337; }
span { border-color: rgb(255,35,55); }
td.TdClassName
{
border-color: #FF2337;
}
.TagClassName
{
border-color: #FF2337;
}
</style>