Shades of Torch Red #F30445
Tints of Torch Red #F30445
RGB
CMYK
RGB Variations
Color information
#F30445 (or 0xF30445) is known color: Torch Red. HEX triplet: F3, 04 and 45. RGB value is (243,4,69). Sum of RGB (Red+Green+Blue) = 243+4+69=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F30445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30445 is #0CFBBA. Grayscale: #525252. Windows color (decimal): -850875 or 4523251. OLE color: 4523251.
HSL color Cylindrical-coordinate representation of color #F30445: hue angle of 343.68º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30445 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.05 |
| HSL | 343.68º | 0.97% | 0.48% | - |
| HSV(B) | 343.68º | 0.98% | 0.95% | - |
| XYZ | 38.08 | 19.57 | 7.4 | - |
| YUV | 82.87 | 120.18 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 69 | 0 | 0.98 | 0.72 | 0.05 | 343.68 | 0.97 | 0.48 |
| Hex | F3 | 4 | 45 | 0 | 62 | 48 | 5 | 158 | 61 | 30 |
| Octal | 363 | 4 | 105 | 0 | 142 | 110 | 5 | 530 | 141 | 60 |
| Binary | 11110011 | 100 | 1000101 | 0 | 1100010 | 1001000 | 101 | 101011000 | 1100001 | 110000 |
Color Harmonies of #F30445
Complementary color
Monochromatic Colors of #F30445
Black with #F30445
Text Example
Text Example
White with #F30445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30445; }
p { color: rgb(243,4,69); }
H1.HeaderClassName
{
color: #F30445;
}
.AnyTagClassName
{
color: #F30445;
}
</style>
background-color css
<style>
a { background-color: #F30445; }
a { background-color: rgb(243,4,69); }
div.DivClassName
{
background-color: #F30445;
}
.BgClassName
{
background-color: #F30445;
}
</style>
border-color css
<style>
span { border-color: #F30445; }
span { border-color: rgb(243,4,69); }
td.TdClassName
{
border-color: #F30445;
}
.TagClassName
{
border-color: #F30445;
}
</style>