Shades of Torch Red #F30545
Tints of Torch Red #F30545
RGB
CMYK
RGB Variations
Color information
#F30545 (or 0xF30545) is known color: Torch Red. HEX triplet: F3, 05 and 45. RGB value is (243,5,69). Sum of RGB (Red+Green+Blue) = 243+5+69=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F30545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30545 is #0CFABA. Grayscale: #535353. Windows color (decimal): -850619 or 4523507. OLE color: 4523507.
HSL color Cylindrical-coordinate representation of color #F30545: hue angle of 343.87º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30545 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.05 |
| HSL | 343.87º | 0.96% | 0.49% | - |
| HSV(B) | 343.87º | 0.98% | 0.95% | - |
| XYZ | 38.09 | 19.59 | 7.4 | - |
| YUV | 83.46 | 119.85 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 69 | 0 | 0.98 | 0.72 | 0.05 | 343.87 | 0.96 | 0.49 |
| Hex | F3 | 5 | 45 | 0 | 62 | 48 | 5 | 158 | 60 | 31 |
| Octal | 363 | 5 | 105 | 0 | 142 | 110 | 5 | 530 | 140 | 61 |
| Binary | 11110011 | 101 | 1000101 | 0 | 1100010 | 1001000 | 101 | 101011000 | 1100000 | 110001 |
Color Harmonies of #F30545
Complementary color
Monochromatic Colors of #F30545
Black with #F30545
Text Example
Text Example
White with #F30545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30545; }
p { color: rgb(243,5,69); }
H1.HeaderClassName
{
color: #F30545;
}
.AnyTagClassName
{
color: #F30545;
}
</style>
background-color css
<style>
a { background-color: #F30545; }
a { background-color: rgb(243,5,69); }
div.DivClassName
{
background-color: #F30545;
}
.BgClassName
{
background-color: #F30545;
}
</style>
border-color css
<style>
span { border-color: #F30545; }
span { border-color: rgb(243,5,69); }
td.TdClassName
{
border-color: #F30545;
}
.TagClassName
{
border-color: #F30545;
}
</style>