Shades of Torch Red #F31C32
Tints of Torch Red #F31C32
RGB
CMYK
RGB Variations
Color information
#F31C32 (or 0xF31C32) is known color: Torch Red. HEX triplet: F3, 1C and 32. RGB value is (243,28,50). Sum of RGB (Red+Green+Blue) = 243+28+50=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C32 is #0CE3CD. Grayscale: #5E5E5E. Windows color (decimal): -844750 or 3284211. OLE color: 3284211.
HSL color Cylindrical-coordinate representation of color #F31C32: hue angle of 353.86º 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 #F31C32 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 50 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.05 |
| HSL | 353.86º | 0.9% | 0.53% | - |
| HSV(B) | 353.86º | 0.88% | 0.95% | - |
| XYZ | 37.95 | 20.12 | 4.9 | - |
| YUV | 94.79 | 102.73 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 50 | 0 | 0.88 | 0.79 | 0.05 | 353.86 | 0.9 | 0.53 |
| Hex | F3 | 1C | 32 | 0 | 58 | 4F | 5 | 162 | 5A | 35 |
| Octal | 363 | 34 | 62 | 0 | 130 | 117 | 5 | 542 | 132 | 65 |
| Binary | 11110011 | 11100 | 110010 | 0 | 1011000 | 1001111 | 101 | 101100010 | 1011010 | 110101 |
Color Harmonies of #F31C32
Complementary color
Monochromatic Colors of #F31C32
Black with #F31C32
Text Example
Text Example
White with #F31C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C32; }
p { color: rgb(243,28,50); }
H1.HeaderClassName
{
color: #F31C32;
}
.AnyTagClassName
{
color: #F31C32;
}
</style>
background-color css
<style>
a { background-color: #F31C32; }
a { background-color: rgb(243,28,50); }
div.DivClassName
{
background-color: #F31C32;
}
.BgClassName
{
background-color: #F31C32;
}
</style>
border-color css
<style>
span { border-color: #F31C32; }
span { border-color: rgb(243,28,50); }
td.TdClassName
{
border-color: #F31C32;
}
.TagClassName
{
border-color: #F31C32;
}
</style>