Shades of Torch Red #FF1538
Tints of Torch Red #FF1538
RGB
CMYK
RGB Variations
Color information
#FF1538 (or 0xFF1538) is known color: Torch Red. HEX triplet: FF, 15 and 38. RGB value is (255,21,56). Sum of RGB (Red+Green+Blue) = 255+21+56=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1538 is #00EAC7. Grayscale: #5F5F5F. Windows color (decimal): -60104 or 3675647. OLE color: 3675647.
HSL color Cylindrical-coordinate representation of color #FF1538: hue angle of 351.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1538 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 56 | - |
| CMYK | 0 | 0.92 | 0.78 | 0 |
| HSL | 351.03º | 1% | 0.54% | - |
| HSV(B) | 351.03º | 0.92% | 1% | - |
| XYZ | 42.22 | 22.08 | 5.78 | - |
| YUV | 94.96 | 106.02 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 56 | 0 | 0.92 | 0.78 | 0 | 351.03 | 1 | 0.54 |
| Hex | FF | 15 | 38 | 0 | 5C | 4E | 0 | 15F | 64 | 36 |
| Octal | 377 | 25 | 70 | 0 | 134 | 116 | 0 | 537 | 144 | 66 |
| Binary | 11111111 | 10101 | 111000 | 0 | 1011100 | 1001110 | 0 | 101011111 | 1100100 | 110110 |
Color Harmonies of #FF1538
Complementary color
Monochromatic Colors of #FF1538
Black with #FF1538
Text Example
Text Example
White with #FF1538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1538; }
p { color: rgb(255,21,56); }
H1.HeaderClassName
{
color: #FF1538;
}
.AnyTagClassName
{
color: #FF1538;
}
</style>
background-color css
<style>
a { background-color: #FF1538; }
a { background-color: rgb(255,21,56); }
div.DivClassName
{
background-color: #FF1538;
}
.BgClassName
{
background-color: #FF1538;
}
</style>
border-color css
<style>
span { border-color: #FF1538; }
span { border-color: rgb(255,21,56); }
td.TdClassName
{
border-color: #FF1538;
}
.TagClassName
{
border-color: #FF1538;
}
</style>