Shades of Torch Red #F31B2B
Tints of Torch Red #F31B2B
RGB
CMYK
RGB Variations
Color information
#F31B2B (or 0xF31B2B) is known color: Torch Red. HEX triplet: F3, 1B and 2B. RGB value is (243,27,43). Sum of RGB (Red+Green+Blue) = 243+27+43=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31B2B is #0CE4D4. Grayscale: #5D5D5D. Windows color (decimal): -845013 or 2825203. OLE color: 2825203.
HSL color Cylindrical-coordinate representation of color #F31B2B: hue angle of 355.56º 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 #F31B2B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 43 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.05 |
| HSL | 355.56º | 0.9% | 0.53% | - |
| HSV(B) | 355.56º | 0.89% | 0.95% | - |
| XYZ | 37.79 | 20.01 | 4.16 | - |
| YUV | 93.41 | 99.56 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 43 | 0 | 0.89 | 0.82 | 0.05 | 355.56 | 0.9 | 0.53 |
| Hex | F3 | 1B | 2B | 0 | 59 | 52 | 5 | 164 | 5A | 35 |
| Octal | 363 | 33 | 53 | 0 | 131 | 122 | 5 | 544 | 132 | 65 |
| Binary | 11110011 | 11011 | 101011 | 0 | 1011001 | 1010010 | 101 | 101100100 | 1011010 | 110101 |
Color Harmonies of #F31B2B
Complementary color
Monochromatic Colors of #F31B2B
Black with #F31B2B
Text Example
Text Example
White with #F31B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31B2B; }
p { color: rgb(243,27,43); }
H1.HeaderClassName
{
color: #F31B2B;
}
.AnyTagClassName
{
color: #F31B2B;
}
</style>
background-color css
<style>
a { background-color: #F31B2B; }
a { background-color: rgb(243,27,43); }
div.DivClassName
{
background-color: #F31B2B;
}
.BgClassName
{
background-color: #F31B2B;
}
</style>
border-color css
<style>
span { border-color: #F31B2B; }
span { border-color: rgb(243,27,43); }
td.TdClassName
{
border-color: #F31B2B;
}
.TagClassName
{
border-color: #F31B2B;
}
</style>