Shades of Torch Red #F31328
Tints of Torch Red #F31328
RGB
CMYK
RGB Variations
Color information
#F31328 (or 0xF31328) is known color: Torch Red. HEX triplet: F3, 13 and 28. RGB value is (243,19,40). Sum of RGB (Red+Green+Blue) = 243+19+40=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F31328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31328 is #0CECD7. Grayscale: #585858. Windows color (decimal): -847064 or 2626547. OLE color: 2626547.
HSL color Cylindrical-coordinate representation of color #F31328: hue angle of 354.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31328 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 40 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.05 |
| HSL | 354.38º | 0.9% | 0.51% | - |
| HSV(B) | 354.38º | 0.92% | 0.95% | - |
| XYZ | 37.58 | 19.67 | 3.82 | - |
| YUV | 88.37 | 100.71 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 40 | 0 | 0.92 | 0.84 | 0.05 | 354.38 | 0.9 | 0.51 |
| Hex | F3 | 13 | 28 | 0 | 5C | 54 | 5 | 162 | 5A | 33 |
| Octal | 363 | 23 | 50 | 0 | 134 | 124 | 5 | 542 | 132 | 63 |
| Binary | 11110011 | 10011 | 101000 | 0 | 1011100 | 1010100 | 101 | 101100010 | 1011010 | 110011 |
Color Harmonies of #F31328
Complementary color
Monochromatic Colors of #F31328
Black with #F31328
Text Example
Text Example
White with #F31328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31328; }
p { color: rgb(243,19,40); }
H1.HeaderClassName
{
color: #F31328;
}
.AnyTagClassName
{
color: #F31328;
}
</style>
background-color css
<style>
a { background-color: #F31328; }
a { background-color: rgb(243,19,40); }
div.DivClassName
{
background-color: #F31328;
}
.BgClassName
{
background-color: #F31328;
}
</style>
border-color css
<style>
span { border-color: #F31328; }
span { border-color: rgb(243,19,40); }
td.TdClassName
{
border-color: #F31328;
}
.TagClassName
{
border-color: #F31328;
}
</style>