Shades of Torch Red #F31435
Tints of Torch Red #F31435
RGB
CMYK
RGB Variations
Color information
#F31435 (or 0xF31435) is known color: Torch Red. HEX triplet: F3, 14 and 35. RGB value is (243,20,53). Sum of RGB (Red+Green+Blue) = 243+20+53=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F31435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31435 is #0CEBCA. Grayscale: #5A5A5A. Windows color (decimal): -846795 or 3478771. OLE color: 3478771.
HSL color Cylindrical-coordinate representation of color #F31435: hue angle of 351.12º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31435 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 53 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.05 |
| HSL | 351.12º | 0.9% | 0.52% | - |
| HSV(B) | 351.12º | 0.92% | 0.95% | - |
| XYZ | 37.85 | 19.81 | 5.2 | - |
| YUV | 90.44 | 106.88 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 53 | 0 | 0.92 | 0.78 | 0.05 | 351.12 | 0.9 | 0.52 |
| Hex | F3 | 14 | 35 | 0 | 5C | 4E | 5 | 15F | 5A | 34 |
| Octal | 363 | 24 | 65 | 0 | 134 | 116 | 5 | 537 | 132 | 64 |
| Binary | 11110011 | 10100 | 110101 | 0 | 1011100 | 1001110 | 101 | 101011111 | 1011010 | 110100 |
Color Harmonies of #F31435
Complementary color
Monochromatic Colors of #F31435
Black with #F31435
Text Example
Text Example
White with #F31435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31435; }
p { color: rgb(243,20,53); }
H1.HeaderClassName
{
color: #F31435;
}
.AnyTagClassName
{
color: #F31435;
}
</style>
background-color css
<style>
a { background-color: #F31435; }
a { background-color: rgb(243,20,53); }
div.DivClassName
{
background-color: #F31435;
}
.BgClassName
{
background-color: #F31435;
}
</style>
border-color css
<style>
span { border-color: #F31435; }
span { border-color: rgb(243,20,53); }
td.TdClassName
{
border-color: #F31435;
}
.TagClassName
{
border-color: #F31435;
}
</style>