Shades of Torch Red #FF2038
Tints of Torch Red #FF2038
RGB
CMYK
RGB Variations
Color information
#FF2038 (or 0xFF2038) is known color: Torch Red. HEX triplet: FF, 20 and 38. RGB value is (255,32,56). Sum of RGB (Red+Green+Blue) = 255+32+56=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2038 is #00DFC7. Grayscale: #656565. Windows color (decimal): -57288 or 3678463. OLE color: 3678463.
HSL color Cylindrical-coordinate representation of color #FF2038: hue angle of 353.54º 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 #FF2038 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 56 | - |
| CMYK | 0 | 0.87 | 0.78 | 0 |
| HSL | 353.54º | 1% | 0.56% | - |
| HSV(B) | 353.54º | 0.87% | 1% | - |
| XYZ | 42.47 | 22.58 | 5.86 | - |
| YUV | 101.41 | 102.38 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 56 | 0 | 0.87 | 0.78 | 0 | 353.54 | 1 | 0.56 |
| Hex | FF | 20 | 38 | 0 | 57 | 4E | 0 | 162 | 64 | 38 |
| Octal | 377 | 40 | 70 | 0 | 127 | 116 | 0 | 542 | 144 | 70 |
| Binary | 11111111 | 100000 | 111000 | 0 | 1010111 | 1001110 | 0 | 101100010 | 1100100 | 111000 |
Color Harmonies of #FF2038
Complementary color
Monochromatic Colors of #FF2038
Black with #FF2038
Text Example
Text Example
White with #FF2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2038; }
p { color: rgb(255,32,56); }
H1.HeaderClassName
{
color: #FF2038;
}
.AnyTagClassName
{
color: #FF2038;
}
</style>
background-color css
<style>
a { background-color: #FF2038; }
a { background-color: rgb(255,32,56); }
div.DivClassName
{
background-color: #FF2038;
}
.BgClassName
{
background-color: #FF2038;
}
</style>
border-color css
<style>
span { border-color: #FF2038; }
span { border-color: rgb(255,32,56); }
td.TdClassName
{
border-color: #FF2038;
}
.TagClassName
{
border-color: #FF2038;
}
</style>