Shades of Torch Red #FF213F
Tints of Torch Red #FF213F
RGB
CMYK
RGB Variations
Color information
#FF213F (or 0xFF213F) is known color: Torch Red. HEX triplet: FF, 21 and 3F. RGB value is (255,33,63). Sum of RGB (Red+Green+Blue) = 255+33+63=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF213F is #00DEC0. Grayscale: #666666. Windows color (decimal): -57025 or 4137471. OLE color: 4137471.
HSL color Cylindrical-coordinate representation of color #FF213F: hue angle of 351.89º 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 #FF213F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 63 | - |
| CMYK | 0 | 0.87 | 0.75 | 0 |
| HSL | 351.89º | 1% | 0.56% | - |
| HSV(B) | 351.89º | 0.87% | 1% | - |
| XYZ | 42.68 | 22.71 | 6.84 | - |
| YUV | 102.8 | 105.55 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 63 | 0 | 0.87 | 0.75 | 0 | 351.89 | 1 | 0.56 |
| Hex | FF | 21 | 3F | 0 | 57 | 4B | 0 | 160 | 64 | 38 |
| Octal | 377 | 41 | 77 | 0 | 127 | 113 | 0 | 540 | 144 | 70 |
| Binary | 11111111 | 100001 | 111111 | 0 | 1010111 | 1001011 | 0 | 101100000 | 1100100 | 111000 |
Color Harmonies of #FF213F
Complementary color
Monochromatic Colors of #FF213F
Black with #FF213F
Text Example
Text Example
White with #FF213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF213F; }
p { color: rgb(255,33,63); }
H1.HeaderClassName
{
color: #FF213F;
}
.AnyTagClassName
{
color: #FF213F;
}
</style>
background-color css
<style>
a { background-color: #FF213F; }
a { background-color: rgb(255,33,63); }
div.DivClassName
{
background-color: #FF213F;
}
.BgClassName
{
background-color: #FF213F;
}
</style>
border-color css
<style>
span { border-color: #FF213F; }
span { border-color: rgb(255,33,63); }
td.TdClassName
{
border-color: #FF213F;
}
.TagClassName
{
border-color: #FF213F;
}
</style>