Shades of Torch Red #FF142F
Tints of Torch Red #FF142F
RGB
CMYK
RGB Variations
Color information
#FF142F (or 0xFF142F) is known color: Torch Red. HEX triplet: FF, 14 and 2F. RGB value is (255,20,47). Sum of RGB (Red+Green+Blue) = 255+20+47=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF142F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF142F is #00EBD0. Grayscale: #5D5D5D. Windows color (decimal): -60369 or 3085567. OLE color: 3085567.
HSL color Cylindrical-coordinate representation of color #FF142F: hue angle of 353.11º 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 #FF142F is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 47 | - |
| CMYK | 0 | 0.92 | 0.82 | 0 |
| HSL | 353.11º | 1% | 0.54% | - |
| HSV(B) | 353.11º | 0.92% | 1% | - |
| XYZ | 42 | 21.97 | 4.72 | - |
| YUV | 93.34 | 101.86 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 47 | 0 | 0.92 | 0.82 | 0 | 353.11 | 1 | 0.54 |
| Hex | FF | 14 | 2F | 0 | 5C | 52 | 0 | 161 | 64 | 36 |
| Octal | 377 | 24 | 57 | 0 | 134 | 122 | 0 | 541 | 144 | 66 |
| Binary | 11111111 | 10100 | 101111 | 0 | 1011100 | 1010010 | 0 | 101100001 | 1100100 | 110110 |
Color Harmonies of #FF142F
Complementary color
Monochromatic Colors of #FF142F
Black with #FF142F
Text Example
Text Example
White with #FF142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF142F; }
p { color: rgb(255,20,47); }
H1.HeaderClassName
{
color: #FF142F;
}
.AnyTagClassName
{
color: #FF142F;
}
</style>
background-color css
<style>
a { background-color: #FF142F; }
a { background-color: rgb(255,20,47); }
div.DivClassName
{
background-color: #FF142F;
}
.BgClassName
{
background-color: #FF142F;
}
</style>
border-color css
<style>
span { border-color: #FF142F; }
span { border-color: rgb(255,20,47); }
td.TdClassName
{
border-color: #FF142F;
}
.TagClassName
{
border-color: #FF142F;
}
</style>