Shades of Torch Red #FF2023
Tints of Torch Red #FF2023
RGB
CMYK
RGB Variations
Color information
#FF2023 (or 0xFF2023) is known color: Torch Red. HEX triplet: FF, 20 and 23. RGB value is (255,32,35). Sum of RGB (Red+Green+Blue) = 255+32+35=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2023 is #00DFDC. Grayscale: #636363. Windows color (decimal): -57309 or 2302207. OLE color: 2302207.
HSL color Cylindrical-coordinate representation of color #FF2023: hue angle of 359.19º 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 #FF2023 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 35 | - |
| CMYK | 0 | 0.87 | 0.86 | 0 |
| HSL | 359.19º | 1% | 0.56% | - |
| HSV(B) | 359.19º | 0.87% | 1% | - |
| XYZ | 42.06 | 22.41 | 3.7 | - |
| YUV | 99.02 | 91.88 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 35 | 0 | 0.87 | 0.86 | 0 | 359.19 | 1 | 0.56 |
| Hex | FF | 20 | 23 | 0 | 57 | 56 | 0 | 167 | 64 | 38 |
| Octal | 377 | 40 | 43 | 0 | 127 | 126 | 0 | 547 | 144 | 70 |
| Binary | 11111111 | 100000 | 100011 | 0 | 1010111 | 1010110 | 0 | 101100111 | 1100100 | 111000 |
Color Harmonies of #FF2023
Complementary color
Monochromatic Colors of #FF2023
Black with #FF2023
Text Example
Text Example
White with #FF2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2023; }
p { color: rgb(255,32,35); }
H1.HeaderClassName
{
color: #FF2023;
}
.AnyTagClassName
{
color: #FF2023;
}
</style>
background-color css
<style>
a { background-color: #FF2023; }
a { background-color: rgb(255,32,35); }
div.DivClassName
{
background-color: #FF2023;
}
.BgClassName
{
background-color: #FF2023;
}
</style>
border-color css
<style>
span { border-color: #FF2023; }
span { border-color: rgb(255,32,35); }
td.TdClassName
{
border-color: #FF2023;
}
.TagClassName
{
border-color: #FF2023;
}
</style>