Shades of Torch Red #F31423
Tints of Torch Red #F31423
RGB
CMYK
RGB Variations
Color information
#F31423 (or 0xF31423) is known color: Torch Red. HEX triplet: F3, 14 and 23. RGB value is (243,20,35). Sum of RGB (Red+Green+Blue) = 243+20+35=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F31423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31423 is #0CEBDC. Grayscale: #585858. Windows color (decimal): -846813 or 2299123. OLE color: 2299123.
HSL color Cylindrical-coordinate representation of color #F31423: hue angle of 355.96º 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 #F31423 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 35 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.05 |
| HSL | 355.96º | 0.9% | 0.52% | - |
| HSV(B) | 355.96º | 0.92% | 0.95% | - |
| XYZ | 37.52 | 19.68 | 3.41 | - |
| YUV | 88.39 | 97.88 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 35 | 0 | 0.92 | 0.86 | 0.05 | 355.96 | 0.9 | 0.52 |
| Hex | F3 | 14 | 23 | 0 | 5C | 56 | 5 | 164 | 5A | 34 |
| Octal | 363 | 24 | 43 | 0 | 134 | 126 | 5 | 544 | 132 | 64 |
| Binary | 11110011 | 10100 | 100011 | 0 | 1011100 | 1010110 | 101 | 101100100 | 1011010 | 110100 |
Color Harmonies of #F31423
Complementary color
Monochromatic Colors of #F31423
Black with #F31423
Text Example
Text Example
White with #F31423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31423; }
p { color: rgb(243,20,35); }
H1.HeaderClassName
{
color: #F31423;
}
.AnyTagClassName
{
color: #F31423;
}
</style>
background-color css
<style>
a { background-color: #F31423; }
a { background-color: rgb(243,20,35); }
div.DivClassName
{
background-color: #F31423;
}
.BgClassName
{
background-color: #F31423;
}
</style>
border-color css
<style>
span { border-color: #F31423; }
span { border-color: rgb(243,20,35); }
td.TdClassName
{
border-color: #F31423;
}
.TagClassName
{
border-color: #F31423;
}
</style>