Shades of Torch Red #F31C2A
Tints of Torch Red #F31C2A
RGB
CMYK
RGB Variations
Color information
#F31C2A (or 0xF31C2A) is known color: Torch Red. HEX triplet: F3, 1C and 2A. RGB value is (243,28,42). Sum of RGB (Red+Green+Blue) = 243+28+42=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C2A is #0CE3D5. Grayscale: #5E5E5E. Windows color (decimal): -844758 or 2759923. OLE color: 2759923.
HSL color Cylindrical-coordinate representation of color #F31C2A: hue angle of 356.09º 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 #F31C2A is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 42 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.05 |
| HSL | 356.09º | 0.9% | 0.53% | - |
| HSV(B) | 356.09º | 0.88% | 0.95% | - |
| XYZ | 37.8 | 20.05 | 4.07 | - |
| YUV | 93.88 | 98.73 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 42 | 0 | 0.88 | 0.83 | 0.05 | 356.09 | 0.9 | 0.53 |
| Hex | F3 | 1C | 2A | 0 | 58 | 53 | 5 | 164 | 5A | 35 |
| Octal | 363 | 34 | 52 | 0 | 130 | 123 | 5 | 544 | 132 | 65 |
| Binary | 11110011 | 11100 | 101010 | 0 | 1011000 | 1010011 | 101 | 101100100 | 1011010 | 110101 |
Color Harmonies of #F31C2A
Complementary color
Monochromatic Colors of #F31C2A
Black with #F31C2A
Text Example
Text Example
White with #F31C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C2A; }
p { color: rgb(243,28,42); }
H1.HeaderClassName
{
color: #F31C2A;
}
.AnyTagClassName
{
color: #F31C2A;
}
</style>
background-color css
<style>
a { background-color: #F31C2A; }
a { background-color: rgb(243,28,42); }
div.DivClassName
{
background-color: #F31C2A;
}
.BgClassName
{
background-color: #F31C2A;
}
</style>
border-color css
<style>
span { border-color: #F31C2A; }
span { border-color: rgb(243,28,42); }
td.TdClassName
{
border-color: #F31C2A;
}
.TagClassName
{
border-color: #F31C2A;
}
</style>