Shades of Torch Red #F31C2D
Tints of Torch Red #F31C2D
RGB
CMYK
RGB Variations
Color information
#F31C2D (or 0xF31C2D) is known color: Torch Red. HEX triplet: F3, 1C and 2D. RGB value is (243,28,45). Sum of RGB (Red+Green+Blue) = 243+28+45=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C2D is #0CE3D2. Grayscale: #5E5E5E. Windows color (decimal): -844755 or 2956531. OLE color: 2956531.
HSL color Cylindrical-coordinate representation of color #F31C2D: hue angle of 355.26º 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 #F31C2D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 45 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.05 |
| HSL | 355.26º | 0.9% | 0.53% | - |
| HSV(B) | 355.26º | 0.88% | 0.95% | - |
| XYZ | 37.85 | 20.07 | 4.36 | - |
| YUV | 94.22 | 100.23 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 45 | 0 | 0.88 | 0.81 | 0.05 | 355.26 | 0.9 | 0.53 |
| Hex | F3 | 1C | 2D | 0 | 58 | 51 | 5 | 163 | 5A | 35 |
| Octal | 363 | 34 | 55 | 0 | 130 | 121 | 5 | 543 | 132 | 65 |
| Binary | 11110011 | 11100 | 101101 | 0 | 1011000 | 1010001 | 101 | 101100011 | 1011010 | 110101 |
Color Harmonies of #F31C2D
Complementary color
Monochromatic Colors of #F31C2D
Black with #F31C2D
Text Example
Text Example
White with #F31C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C2D; }
p { color: rgb(243,28,45); }
H1.HeaderClassName
{
color: #F31C2D;
}
.AnyTagClassName
{
color: #F31C2D;
}
</style>
background-color css
<style>
a { background-color: #F31C2D; }
a { background-color: rgb(243,28,45); }
div.DivClassName
{
background-color: #F31C2D;
}
.BgClassName
{
background-color: #F31C2D;
}
</style>
border-color css
<style>
span { border-color: #F31C2D; }
span { border-color: rgb(243,28,45); }
td.TdClassName
{
border-color: #F31C2D;
}
.TagClassName
{
border-color: #F31C2D;
}
</style>