Shades of Torch Red #F31A1D
Tints of Torch Red #F31A1D
RGB
CMYK
RGB Variations
Color information
#F31A1D (or 0xF31A1D) is known color: Torch Red. HEX triplet: F3, 1A and 1D. RGB value is (243,26,29). Sum of RGB (Red+Green+Blue) = 243+26+29=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31A1D is #0CE5E2. Grayscale: #5B5B5B. Windows color (decimal): -845283 or 1907443. OLE color: 1907443.
HSL color Cylindrical-coordinate representation of color #F31A1D: hue angle of 359.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A1D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 29 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.05 |
| HSL | 359.17º | 0.9% | 0.53% | - |
| HSV(B) | 359.17º | 0.89% | 0.95% | - |
| XYZ | 37.55 | 19.88 | 3.02 | - |
| YUV | 91.23 | 92.89 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 29 | 0 | 0.89 | 0.88 | 0.05 | 359.17 | 0.9 | 0.53 |
| Hex | F3 | 1A | 1D | 0 | 59 | 58 | 5 | 167 | 5A | 35 |
| Octal | 363 | 32 | 35 | 0 | 131 | 130 | 5 | 547 | 132 | 65 |
| Binary | 11110011 | 11010 | 11101 | 0 | 1011001 | 1011000 | 101 | 101100111 | 1011010 | 110101 |
Color Harmonies of #F31A1D
Complementary color
Monochromatic Colors of #F31A1D
Black with #F31A1D
Text Example
Text Example
White with #F31A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A1D; }
p { color: rgb(243,26,29); }
H1.HeaderClassName
{
color: #F31A1D;
}
.AnyTagClassName
{
color: #F31A1D;
}
</style>
background-color css
<style>
a { background-color: #F31A1D; }
a { background-color: rgb(243,26,29); }
div.DivClassName
{
background-color: #F31A1D;
}
.BgClassName
{
background-color: #F31A1D;
}
</style>
border-color css
<style>
span { border-color: #F31A1D; }
span { border-color: rgb(243,26,29); }
td.TdClassName
{
border-color: #F31A1D;
}
.TagClassName
{
border-color: #F31A1D;
}
</style>