Shades of Torch Red #FF0943
Tints of Torch Red #FF0943
RGB
CMYK
RGB Variations
Color information
#FF0943 (or 0xFF0943) is known color: Torch Red. HEX triplet: FF, 09 and 43. RGB value is (255,9,67). Sum of RGB (Red+Green+Blue) = 255+9+67=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0943 is #00F6BC. Grayscale: #595959. Windows color (decimal): -63165 or 4393471. OLE color: 4393471.
HSL color Cylindrical-coordinate representation of color #FF0943: hue angle of 345.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0943 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.74 | 0 |
| HSL | 345.85º | 1% | 0.52% | - |
| HSV(B) | 345.85º | 0.96% | 1% | - |
| XYZ | 42.35 | 21.86 | 7.3 | - |
| YUV | 89.17 | 115.5 | 246.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 67 | 0 | 0.96 | 0.74 | 0 | 345.85 | 1 | 0.52 |
| Hex | FF | 9 | 43 | 0 | 60 | 4A | 0 | 15A | 64 | 34 |
| Octal | 377 | 11 | 103 | 0 | 140 | 112 | 0 | 532 | 144 | 64 |
| Binary | 11111111 | 1001 | 1000011 | 0 | 1100000 | 1001010 | 0 | 101011010 | 1100100 | 110100 |
Color Harmonies of #FF0943
Complementary color
Monochromatic Colors of #FF0943
Black with #FF0943
Text Example
Text Example
White with #FF0943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0943; }
p { color: rgb(255,9,67); }
H1.HeaderClassName
{
color: #FF0943;
}
.AnyTagClassName
{
color: #FF0943;
}
</style>
background-color css
<style>
a { background-color: #FF0943; }
a { background-color: rgb(255,9,67); }
div.DivClassName
{
background-color: #FF0943;
}
.BgClassName
{
background-color: #FF0943;
}
</style>
border-color css
<style>
span { border-color: #FF0943; }
span { border-color: rgb(255,9,67); }
td.TdClassName
{
border-color: #FF0943;
}
.TagClassName
{
border-color: #FF0943;
}
</style>