Shades of Torch Red #F31727
Tints of Torch Red #F31727
RGB
CMYK
RGB Variations
Color information
#F31727 (or 0xF31727) is known color: Torch Red. HEX triplet: F3, 17 and 27. RGB value is (243,23,39). Sum of RGB (Red+Green+Blue) = 243+23+39=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F31727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31727 is #0CE8D8. Grayscale: #5A5A5A. Windows color (decimal): -846041 or 2562035. OLE color: 2562035.
HSL color Cylindrical-coordinate representation of color #F31727: hue angle of 355.64º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31727 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 39 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.05 |
| HSL | 355.64º | 0.9% | 0.52% | - |
| HSV(B) | 355.64º | 0.91% | 0.95% | - |
| XYZ | 37.63 | 19.81 | 3.76 | - |
| YUV | 90.6 | 98.89 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 39 | 0 | 0.91 | 0.84 | 0.05 | 355.64 | 0.9 | 0.52 |
| Hex | F3 | 17 | 27 | 0 | 5B | 54 | 5 | 164 | 5A | 34 |
| Octal | 363 | 27 | 47 | 0 | 133 | 124 | 5 | 544 | 132 | 64 |
| Binary | 11110011 | 10111 | 100111 | 0 | 1011011 | 1010100 | 101 | 101100100 | 1011010 | 110100 |
Color Harmonies of #F31727
Complementary color
Monochromatic Colors of #F31727
Black with #F31727
Text Example
Text Example
White with #F31727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31727; }
p { color: rgb(243,23,39); }
H1.HeaderClassName
{
color: #F31727;
}
.AnyTagClassName
{
color: #F31727;
}
</style>
background-color css
<style>
a { background-color: #F31727; }
a { background-color: rgb(243,23,39); }
div.DivClassName
{
background-color: #F31727;
}
.BgClassName
{
background-color: #F31727;
}
</style>
border-color css
<style>
span { border-color: #F31727; }
span { border-color: rgb(243,23,39); }
td.TdClassName
{
border-color: #F31727;
}
.TagClassName
{
border-color: #F31727;
}
</style>