Shades of Torch Red #FF1428
Tints of Torch Red #FF1428
RGB
CMYK
RGB Variations
Color information
#FF1428 (or 0xFF1428) is known color: Torch Red. HEX triplet: FF, 14 and 28. RGB value is (255,20,40). Sum of RGB (Red+Green+Blue) = 255+20+40=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1428 is #00EBD7. Grayscale: #5C5C5C. Windows color (decimal): -60376 or 2626815. OLE color: 2626815.
HSL color Cylindrical-coordinate representation of color #FF1428: hue angle of 354.89º 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 #FF1428 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 40 | - |
| CMYK | 0 | 0.92 | 0.84 | 0 |
| HSL | 354.89º | 1% | 0.54% | - |
| HSV(B) | 354.89º | 0.92% | 1% | - |
| XYZ | 41.87 | 21.91 | 4.03 | - |
| YUV | 92.55 | 98.36 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 40 | 0 | 0.92 | 0.84 | 0 | 354.89 | 1 | 0.54 |
| Hex | FF | 14 | 28 | 0 | 5C | 54 | 0 | 163 | 64 | 36 |
| Octal | 377 | 24 | 50 | 0 | 134 | 124 | 0 | 543 | 144 | 66 |
| Binary | 11111111 | 10100 | 101000 | 0 | 1011100 | 1010100 | 0 | 101100011 | 1100100 | 110110 |
Color Harmonies of #FF1428
Complementary color
Monochromatic Colors of #FF1428
Black with #FF1428
Text Example
Text Example
White with #FF1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1428; }
p { color: rgb(255,20,40); }
H1.HeaderClassName
{
color: #FF1428;
}
.AnyTagClassName
{
color: #FF1428;
}
</style>
background-color css
<style>
a { background-color: #FF1428; }
a { background-color: rgb(255,20,40); }
div.DivClassName
{
background-color: #FF1428;
}
.BgClassName
{
background-color: #FF1428;
}
</style>
border-color css
<style>
span { border-color: #FF1428; }
span { border-color: rgb(255,20,40); }
td.TdClassName
{
border-color: #FF1428;
}
.TagClassName
{
border-color: #FF1428;
}
</style>