Shades of Torch Red #F3181B
Tints of Torch Red #F3181B
RGB
CMYK
RGB Variations
Color information
#F3181B (or 0xF3181B) is known color: Torch Red. HEX triplet: F3, 18 and 1B. RGB value is (243,24,27). Sum of RGB (Red+Green+Blue) = 243+24+27=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F3181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3181B is #0CE7E4. Grayscale: #5A5A5A. Windows color (decimal): -845797 or 1775859. OLE color: 1775859.
HSL color Cylindrical-coordinate representation of color #F3181B: hue angle of 359.18º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3181B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 27 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.05 |
| HSL | 359.18º | 0.9% | 0.52% | - |
| HSV(B) | 359.18º | 0.9% | 0.95% | - |
| XYZ | 37.49 | 19.79 | 2.88 | - |
| YUV | 89.82 | 92.55 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 27 | 0 | 0.90 | 0.89 | 0.05 | 359.18 | 0.9 | 0.52 |
| Hex | F3 | 18 | 1B | 0 | 5A | 59 | 5 | 167 | 5A | 34 |
| Octal | 363 | 30 | 33 | 0 | 132 | 131 | 5 | 547 | 132 | 64 |
| Binary | 11110011 | 11000 | 11011 | 0 | 1011010 | 1011001 | 101 | 101100111 | 1011010 | 110100 |
Color Harmonies of #F3181B
Complementary color
Monochromatic Colors of #F3181B
Black with #F3181B
Text Example
Text Example
White with #F3181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3181B; }
p { color: rgb(243,24,27); }
H1.HeaderClassName
{
color: #F3181B;
}
.AnyTagClassName
{
color: #F3181B;
}
</style>
background-color css
<style>
a { background-color: #F3181B; }
a { background-color: rgb(243,24,27); }
div.DivClassName
{
background-color: #F3181B;
}
.BgClassName
{
background-color: #F3181B;
}
</style>
border-color css
<style>
span { border-color: #F3181B; }
span { border-color: rgb(243,24,27); }
td.TdClassName
{
border-color: #F3181B;
}
.TagClassName
{
border-color: #F3181B;
}
</style>