Shades of Torch Red #F31A21
Tints of Torch Red #F31A21
RGB
CMYK
RGB Variations
Color information
#F31A21 (or 0xF31A21) is known color: Torch Red. HEX triplet: F3, 1A and 21. RGB value is (243,26,33). Sum of RGB (Red+Green+Blue) = 243+26+33=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31A21 is #0CE5DE. Grayscale: #5B5B5B. Windows color (decimal): -845279 or 2169587. OLE color: 2169587.
HSL color Cylindrical-coordinate representation of color #F31A21: hue angle of 358.06º 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 #F31A21 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 33 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.05 |
| HSL | 358.06º | 0.9% | 0.53% | - |
| HSV(B) | 358.06º | 0.89% | 0.95% | - |
| XYZ | 37.61 | 19.9 | 3.3 | - |
| YUV | 91.68 | 94.89 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 33 | 0 | 0.89 | 0.86 | 0.05 | 358.06 | 0.9 | 0.53 |
| Hex | F3 | 1A | 21 | 0 | 59 | 56 | 5 | 166 | 5A | 35 |
| Octal | 363 | 32 | 41 | 0 | 131 | 126 | 5 | 546 | 132 | 65 |
| Binary | 11110011 | 11010 | 100001 | 0 | 1011001 | 1010110 | 101 | 101100110 | 1011010 | 110101 |
Color Harmonies of #F31A21
Complementary color
Monochromatic Colors of #F31A21
Black with #F31A21
Text Example
Text Example
White with #F31A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A21; }
p { color: rgb(243,26,33); }
H1.HeaderClassName
{
color: #F31A21;
}
.AnyTagClassName
{
color: #F31A21;
}
</style>
background-color css
<style>
a { background-color: #F31A21; }
a { background-color: rgb(243,26,33); }
div.DivClassName
{
background-color: #F31A21;
}
.BgClassName
{
background-color: #F31A21;
}
</style>
border-color css
<style>
span { border-color: #F31A21; }
span { border-color: rgb(243,26,33); }
td.TdClassName
{
border-color: #F31A21;
}
.TagClassName
{
border-color: #F31A21;
}
</style>