Shades of Torch Red #FF1C33
Tints of Torch Red #FF1C33
RGB
CMYK
RGB Variations
Color information
#FF1C33 (or 0xFF1C33) is known color: Torch Red. HEX triplet: FF, 1C and 33. RGB value is (255,28,51). Sum of RGB (Red+Green+Blue) = 255+28+51=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C33 is #00E3CC. Grayscale: #626262. Windows color (decimal): -58317 or 3349759. OLE color: 3349759.
HSL color Cylindrical-coordinate representation of color #FF1C33: hue angle of 353.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1C33 is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 51 | - |
| CMYK | 0 | 0.89 | 0.8 | 0 |
| HSL | 353.92º | 1% | 0.55% | - |
| HSV(B) | 353.92º | 0.89% | 1% | - |
| XYZ | 42.25 | 22.33 | 5.22 | - |
| YUV | 98.5 | 101.21 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 51 | 0 | 0.89 | 0.8 | 0 | 353.92 | 1 | 0.55 |
| Hex | FF | 1C | 33 | 0 | 59 | 50 | 0 | 162 | 64 | 37 |
| Octal | 377 | 34 | 63 | 0 | 131 | 120 | 0 | 542 | 144 | 67 |
| Binary | 11111111 | 11100 | 110011 | 0 | 1011001 | 1010000 | 0 | 101100010 | 1100100 | 110111 |
Color Harmonies of #FF1C33
Complementary color
Monochromatic Colors of #FF1C33
Black with #FF1C33
Text Example
Text Example
White with #FF1C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C33; }
p { color: rgb(255,28,51); }
H1.HeaderClassName
{
color: #FF1C33;
}
.AnyTagClassName
{
color: #FF1C33;
}
</style>
background-color css
<style>
a { background-color: #FF1C33; }
a { background-color: rgb(255,28,51); }
div.DivClassName
{
background-color: #FF1C33;
}
.BgClassName
{
background-color: #FF1C33;
}
</style>
border-color css
<style>
span { border-color: #FF1C33; }
span { border-color: rgb(255,28,51); }
td.TdClassName
{
border-color: #FF1C33;
}
.TagClassName
{
border-color: #FF1C33;
}
</style>