Shades of Torch Red #FF213D
Tints of Torch Red #FF213D
RGB
CMYK
RGB Variations
Color information
#FF213D (or 0xFF213D) is known color: Torch Red. HEX triplet: FF, 21 and 3D. RGB value is (255,33,61). Sum of RGB (Red+Green+Blue) = 255+33+61=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF213D is #00DEC2. Grayscale: #666666. Windows color (decimal): -57027 or 4006399. OLE color: 4006399.
HSL color Cylindrical-coordinate representation of color #FF213D: hue angle of 352.43º 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 #FF213D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0 |
| HSL | 352.43º | 1% | 0.56% | - |
| HSV(B) | 352.43º | 0.87% | 1% | - |
| XYZ | 42.63 | 22.68 | 6.55 | - |
| YUV | 102.57 | 104.55 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 61 | 0 | 0.87 | 0.76 | 0 | 352.43 | 1 | 0.56 |
| Hex | FF | 21 | 3D | 0 | 57 | 4C | 0 | 160 | 64 | 38 |
| Octal | 377 | 41 | 75 | 0 | 127 | 114 | 0 | 540 | 144 | 70 |
| Binary | 11111111 | 100001 | 111101 | 0 | 1010111 | 1001100 | 0 | 101100000 | 1100100 | 111000 |
Color Harmonies of #FF213D
Complementary color
Monochromatic Colors of #FF213D
Black with #FF213D
Text Example
Text Example
White with #FF213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF213D; }
p { color: rgb(255,33,61); }
H1.HeaderClassName
{
color: #FF213D;
}
.AnyTagClassName
{
color: #FF213D;
}
</style>
background-color css
<style>
a { background-color: #FF213D; }
a { background-color: rgb(255,33,61); }
div.DivClassName
{
background-color: #FF213D;
}
.BgClassName
{
background-color: #FF213D;
}
</style>
border-color css
<style>
span { border-color: #FF213D; }
span { border-color: rgb(255,33,61); }
td.TdClassName
{
border-color: #FF213D;
}
.TagClassName
{
border-color: #FF213D;
}
</style>