Shades of Torch Red #F30535
Tints of Torch Red #F30535
RGB
CMYK
RGB Variations
Color information
#F30535 (or 0xF30535) is known color: Torch Red. HEX triplet: F3, 05 and 35. RGB value is (243,5,53). Sum of RGB (Red+Green+Blue) = 243+5+53=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F30535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30535 is #0CFACA. Grayscale: #515151. Windows color (decimal): -850635 or 3474931. OLE color: 3474931.
HSL color Cylindrical-coordinate representation of color #F30535: hue angle of 347.9º 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 #F30535 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 53 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.05 |
| HSL | 347.9º | 0.96% | 0.49% | - |
| HSV(B) | 347.9º | 0.98% | 0.95% | - |
| XYZ | 37.66 | 19.42 | 5.13 | - |
| YUV | 81.63 | 111.85 | 243.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 53 | 0 | 0.98 | 0.78 | 0.05 | 347.9 | 0.96 | 0.49 |
| Hex | F3 | 5 | 35 | 0 | 62 | 4E | 5 | 15C | 60 | 31 |
| Octal | 363 | 5 | 65 | 0 | 142 | 116 | 5 | 534 | 140 | 61 |
| Binary | 11110011 | 101 | 110101 | 0 | 1100010 | 1001110 | 101 | 101011100 | 1100000 | 110001 |
Color Harmonies of #F30535
Complementary color
Monochromatic Colors of #F30535
Black with #F30535
Text Example
Text Example
White with #F30535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30535; }
p { color: rgb(243,5,53); }
H1.HeaderClassName
{
color: #F30535;
}
.AnyTagClassName
{
color: #F30535;
}
</style>
background-color css
<style>
a { background-color: #F30535; }
a { background-color: rgb(243,5,53); }
div.DivClassName
{
background-color: #F30535;
}
.BgClassName
{
background-color: #F30535;
}
</style>
border-color css
<style>
span { border-color: #F30535; }
span { border-color: rgb(243,5,53); }
td.TdClassName
{
border-color: #F30535;
}
.TagClassName
{
border-color: #F30535;
}
</style>