Shades of Torch Red #FF0343
Tints of Torch Red #FF0343
RGB
CMYK
RGB Variations
Color information
#FF0343 (or 0xFF0343) is known color: Torch Red. HEX triplet: FF, 03 and 43. RGB value is (255,3,67). Sum of RGB (Red+Green+Blue) = 255+3+67=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0343 is #00FCBC. Grayscale: #555555. Windows color (decimal): -64701 or 4391935. OLE color: 4391935.
HSL color Cylindrical-coordinate representation of color #FF0343: hue angle of 344.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0343 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 67 | - |
| CMYK | 0 | 0.99 | 0.74 | 0 |
| HSL | 344.76º | 1% | 0.51% | - |
| HSV(B) | 344.76º | 0.99% | 1% | - |
| XYZ | 42.29 | 21.73 | 7.28 | - |
| YUV | 85.64 | 117.49 | 248.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 67 | 0 | 0.99 | 0.74 | 0 | 344.76 | 1 | 0.51 |
| Hex | FF | 3 | 43 | 0 | 63 | 4A | 0 | 159 | 64 | 33 |
| Octal | 377 | 3 | 103 | 0 | 143 | 112 | 0 | 531 | 144 | 63 |
| Binary | 11111111 | 11 | 1000011 | 0 | 1100011 | 1001010 | 0 | 101011001 | 1100100 | 110011 |
Color Harmonies of #FF0343
Complementary color
Monochromatic Colors of #FF0343
Black with #FF0343
Text Example
Text Example
White with #FF0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0343; }
p { color: rgb(255,3,67); }
H1.HeaderClassName
{
color: #FF0343;
}
.AnyTagClassName
{
color: #FF0343;
}
</style>
background-color css
<style>
a { background-color: #FF0343; }
a { background-color: rgb(255,3,67); }
div.DivClassName
{
background-color: #FF0343;
}
.BgClassName
{
background-color: #FF0343;
}
</style>
border-color css
<style>
span { border-color: #FF0343; }
span { border-color: rgb(255,3,67); }
td.TdClassName
{
border-color: #FF0343;
}
.TagClassName
{
border-color: #FF0343;
}
</style>