Shades of Torch Red #FF213E
Tints of Torch Red #FF213E
RGB
CMYK
RGB Variations
Color information
#FF213E (or 0xFF213E) is known color: Torch Red. HEX triplet: FF, 21 and 3E. RGB value is (255,33,62). Sum of RGB (Red+Green+Blue) = 255+33+62=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF213E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF213E is #00DEC1. Grayscale: #666666. Windows color (decimal): -57026 or 4071935. OLE color: 4071935.
HSL color Cylindrical-coordinate representation of color #FF213E: hue angle of 352.16º 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 #FF213E is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 62 | - |
| CMYK | 0 | 0.87 | 0.76 | 0 |
| HSL | 352.16º | 1% | 0.56% | - |
| HSV(B) | 352.16º | 0.87% | 1% | - |
| XYZ | 42.65 | 22.7 | 6.69 | - |
| YUV | 102.68 | 105.05 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 62 | 0 | 0.87 | 0.76 | 0 | 352.16 | 1 | 0.56 |
| Hex | FF | 21 | 3E | 0 | 57 | 4C | 0 | 160 | 64 | 38 |
| Octal | 377 | 41 | 76 | 0 | 127 | 114 | 0 | 540 | 144 | 70 |
| Binary | 11111111 | 100001 | 111110 | 0 | 1010111 | 1001100 | 0 | 101100000 | 1100100 | 111000 |
Color Harmonies of #FF213E
Complementary color
Monochromatic Colors of #FF213E
Black with #FF213E
Text Example
Text Example
White with #FF213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF213E; }
p { color: rgb(255,33,62); }
H1.HeaderClassName
{
color: #FF213E;
}
.AnyTagClassName
{
color: #FF213E;
}
</style>
background-color css
<style>
a { background-color: #FF213E; }
a { background-color: rgb(255,33,62); }
div.DivClassName
{
background-color: #FF213E;
}
.BgClassName
{
background-color: #FF213E;
}
</style>
border-color css
<style>
span { border-color: #FF213E; }
span { border-color: rgb(255,33,62); }
td.TdClassName
{
border-color: #FF213E;
}
.TagClassName
{
border-color: #FF213E;
}
</style>