Shades of Torch Red #FF1943
Tints of Torch Red #FF1943
RGB
CMYK
RGB Variations
Color information
#FF1943 (or 0xFF1943) is known color: Torch Red. HEX triplet: FF, 19 and 43. RGB value is (255,25,67). Sum of RGB (Red+Green+Blue) = 255+25+67=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1943 is #00E6BC. Grayscale: #626262. Windows color (decimal): -59069 or 4397567. OLE color: 4397567.
HSL color Cylindrical-coordinate representation of color #FF1943: hue angle of 349.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1943 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 67 | - |
| CMYK | 0 | 0.90 | 0.74 | 0 |
| HSL | 349.04º | 1% | 0.55% | - |
| HSV(B) | 349.04º | 0.9% | 1% | - |
| XYZ | 42.6 | 22.36 | 7.38 | - |
| YUV | 98.56 | 110.2 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 67 | 0 | 0.90 | 0.74 | 0 | 349.04 | 1 | 0.55 |
| Hex | FF | 19 | 43 | 0 | 5A | 4A | 0 | 15D | 64 | 37 |
| Octal | 377 | 31 | 103 | 0 | 132 | 112 | 0 | 535 | 144 | 67 |
| Binary | 11111111 | 11001 | 1000011 | 0 | 1011010 | 1001010 | 0 | 101011101 | 1100100 | 110111 |
Color Harmonies of #FF1943
Complementary color
Monochromatic Colors of #FF1943
Black with #FF1943
Text Example
Text Example
White with #FF1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1943; }
p { color: rgb(255,25,67); }
H1.HeaderClassName
{
color: #FF1943;
}
.AnyTagClassName
{
color: #FF1943;
}
</style>
background-color css
<style>
a { background-color: #FF1943; }
a { background-color: rgb(255,25,67); }
div.DivClassName
{
background-color: #FF1943;
}
.BgClassName
{
background-color: #FF1943;
}
</style>
border-color css
<style>
span { border-color: #FF1943; }
span { border-color: rgb(255,25,67); }
td.TdClassName
{
border-color: #FF1943;
}
.TagClassName
{
border-color: #FF1943;
}
</style>