Shades of Torch Red #FF202B
Tints of Torch Red #FF202B
RGB
CMYK
RGB Variations
Color information
#FF202B (or 0xFF202B) is known color: Torch Red. HEX triplet: FF, 20 and 2B. RGB value is (255,32,43). Sum of RGB (Red+Green+Blue) = 255+32+43=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF202B is #00DFD4. Grayscale: #646464. Windows color (decimal): -57301 or 2826495. OLE color: 2826495.
HSL color Cylindrical-coordinate representation of color #FF202B: hue angle of 357.04º 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 #FF202B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 43 | - |
| CMYK | 0 | 0.87 | 0.83 | 0 |
| HSL | 357.04º | 1% | 0.56% | - |
| HSV(B) | 357.04º | 0.87% | 1% | - |
| XYZ | 42.19 | 22.47 | 4.4 | - |
| YUV | 99.93 | 95.88 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 43 | 0 | 0.87 | 0.83 | 0 | 357.04 | 1 | 0.56 |
| Hex | FF | 20 | 2B | 0 | 57 | 53 | 0 | 165 | 64 | 38 |
| Octal | 377 | 40 | 53 | 0 | 127 | 123 | 0 | 545 | 144 | 70 |
| Binary | 11111111 | 100000 | 101011 | 0 | 1010111 | 1010011 | 0 | 101100101 | 1100100 | 111000 |
Color Harmonies of #FF202B
Complementary color
Monochromatic Colors of #FF202B
Black with #FF202B
Text Example
Text Example
White with #FF202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF202B; }
p { color: rgb(255,32,43); }
H1.HeaderClassName
{
color: #FF202B;
}
.AnyTagClassName
{
color: #FF202B;
}
</style>
background-color css
<style>
a { background-color: #FF202B; }
a { background-color: rgb(255,32,43); }
div.DivClassName
{
background-color: #FF202B;
}
.BgClassName
{
background-color: #FF202B;
}
</style>
border-color css
<style>
span { border-color: #FF202B; }
span { border-color: rgb(255,32,43); }
td.TdClassName
{
border-color: #FF202B;
}
.TagClassName
{
border-color: #FF202B;
}
</style>