Shades of Torch Red #FF2138
Tints of Torch Red #FF2138
RGB
CMYK
RGB Variations
Color information
#FF2138 (or 0xFF2138) is known color: Torch Red. HEX triplet: FF, 21 and 38. RGB value is (255,33,56). Sum of RGB (Red+Green+Blue) = 255+33+56=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2138 is #00DEC7. Grayscale: #666666. Windows color (decimal): -57032 or 3678719. OLE color: 3678719.
HSL color Cylindrical-coordinate representation of color #FF2138: hue angle of 353.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2138 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 56 | - |
| CMYK | 0 | 0.87 | 0.78 | 0 |
| HSL | 353.78º | 1% | 0.56% | - |
| HSV(B) | 353.78º | 0.87% | 1% | - |
| XYZ | 42.5 | 22.63 | 5.87 | - |
| YUV | 102 | 102.05 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 56 | 0 | 0.87 | 0.78 | 0 | 353.78 | 1 | 0.56 |
| Hex | FF | 21 | 38 | 0 | 57 | 4E | 0 | 162 | 64 | 38 |
| Octal | 377 | 41 | 70 | 0 | 127 | 116 | 0 | 542 | 144 | 70 |
| Binary | 11111111 | 100001 | 111000 | 0 | 1010111 | 1001110 | 0 | 101100010 | 1100100 | 111000 |
Color Harmonies of #FF2138
Complementary color
Monochromatic Colors of #FF2138
Black with #FF2138
Text Example
Text Example
White with #FF2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2138; }
p { color: rgb(255,33,56); }
H1.HeaderClassName
{
color: #FF2138;
}
.AnyTagClassName
{
color: #FF2138;
}
</style>
background-color css
<style>
a { background-color: #FF2138; }
a { background-color: rgb(255,33,56); }
div.DivClassName
{
background-color: #FF2138;
}
.BgClassName
{
background-color: #FF2138;
}
</style>
border-color css
<style>
span { border-color: #FF2138; }
span { border-color: rgb(255,33,56); }
td.TdClassName
{
border-color: #FF2138;
}
.TagClassName
{
border-color: #FF2138;
}
</style>