Shades of Torch Red #FF1338
Tints of Torch Red #FF1338
RGB
CMYK
RGB Variations
Color information
#FF1338 (or 0xFF1338) is known color: Torch Red. HEX triplet: FF, 13 and 38. RGB value is (255,19,56). Sum of RGB (Red+Green+Blue) = 255+19+56=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1338 is #00ECC7. Grayscale: #5D5D5D. Windows color (decimal): -60616 or 3675135. OLE color: 3675135.
HSL color Cylindrical-coordinate representation of color #FF1338: hue angle of 350.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1338 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 56 | - |
| CMYK | 0 | 0.93 | 0.78 | 0 |
| HSL | 350.59º | 1% | 0.54% | - |
| HSV(B) | 350.59º | 0.93% | 1% | - |
| XYZ | 42.19 | 22.01 | 5.77 | - |
| YUV | 93.78 | 106.69 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 56 | 0 | 0.93 | 0.78 | 0 | 350.59 | 1 | 0.54 |
| Hex | FF | 13 | 38 | 0 | 5D | 4E | 0 | 15F | 64 | 36 |
| Octal | 377 | 23 | 70 | 0 | 135 | 116 | 0 | 537 | 144 | 66 |
| Binary | 11111111 | 10011 | 111000 | 0 | 1011101 | 1001110 | 0 | 101011111 | 1100100 | 110110 |
Color Harmonies of #FF1338
Complementary color
Monochromatic Colors of #FF1338
Black with #FF1338
Text Example
Text Example
White with #FF1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1338; }
p { color: rgb(255,19,56); }
H1.HeaderClassName
{
color: #FF1338;
}
.AnyTagClassName
{
color: #FF1338;
}
</style>
background-color css
<style>
a { background-color: #FF1338; }
a { background-color: rgb(255,19,56); }
div.DivClassName
{
background-color: #FF1338;
}
.BgClassName
{
background-color: #FF1338;
}
</style>
border-color css
<style>
span { border-color: #FF1338; }
span { border-color: rgb(255,19,56); }
td.TdClassName
{
border-color: #FF1338;
}
.TagClassName
{
border-color: #FF1338;
}
</style>