Shades of Torch Red #F31C28
Tints of Torch Red #F31C28
RGB
CMYK
RGB Variations
Color information
#F31C28 (or 0xF31C28) is known color: Torch Red. HEX triplet: F3, 1C and 28. RGB value is (243,28,40). Sum of RGB (Red+Green+Blue) = 243+28+40=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C28 is #0CE3D7. Grayscale: #5D5D5D. Windows color (decimal): -844760 or 2628851. OLE color: 2628851.
HSL color Cylindrical-coordinate representation of color #F31C28: hue angle of 356.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C28 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 40 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.05 |
| HSL | 356.65º | 0.9% | 0.53% | - |
| HSV(B) | 356.65º | 0.88% | 0.95% | - |
| XYZ | 37.76 | 20.04 | 3.89 | - |
| YUV | 93.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 40 | 0 | 0.88 | 0.84 | 0.05 | 356.65 | 0.9 | 0.53 |
| Hex | F3 | 1C | 28 | 0 | 58 | 54 | 5 | 165 | 5A | 35 |
| Octal | 363 | 34 | 50 | 0 | 130 | 124 | 5 | 545 | 132 | 65 |
| Binary | 11110011 | 11100 | 101000 | 0 | 1011000 | 1010100 | 101 | 101100101 | 1011010 | 110101 |
Color Harmonies of #F31C28
Complementary color
Monochromatic Colors of #F31C28
Black with #F31C28
Text Example
Text Example
White with #F31C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C28; }
p { color: rgb(243,28,40); }
H1.HeaderClassName
{
color: #F31C28;
}
.AnyTagClassName
{
color: #F31C28;
}
</style>
background-color css
<style>
a { background-color: #F31C28; }
a { background-color: rgb(243,28,40); }
div.DivClassName
{
background-color: #F31C28;
}
.BgClassName
{
background-color: #F31C28;
}
</style>
border-color css
<style>
span { border-color: #F31C28; }
span { border-color: rgb(243,28,40); }
td.TdClassName
{
border-color: #F31C28;
}
.TagClassName
{
border-color: #F31C28;
}
</style>