Shades of Torch Red #F3183B
Tints of Torch Red #F3183B
RGB
CMYK
RGB Variations
Color information
#F3183B (or 0xF3183B) is known color: Torch Red. HEX triplet: F3, 18 and 3B. RGB value is (243,24,59). Sum of RGB (Red+Green+Blue) = 243+24+59=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F3183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3183B is #0CE7C4. Grayscale: #5D5D5D. Windows color (decimal): -845765 or 3873011. OLE color: 3873011.
HSL color Cylindrical-coordinate representation of color #F3183B: hue angle of 350.41º 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 #F3183B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 59 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.05 |
| HSL | 350.41º | 0.9% | 0.52% | - |
| HSV(B) | 350.41º | 0.9% | 0.95% | - |
| XYZ | 38.08 | 20.02 | 6 | - |
| YUV | 93.47 | 108.55 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 59 | 0 | 0.90 | 0.76 | 0.05 | 350.41 | 0.9 | 0.52 |
| Hex | F3 | 18 | 3B | 0 | 5A | 4C | 5 | 15E | 5A | 34 |
| Octal | 363 | 30 | 73 | 0 | 132 | 114 | 5 | 536 | 132 | 64 |
| Binary | 11110011 | 11000 | 111011 | 0 | 1011010 | 1001100 | 101 | 101011110 | 1011010 | 110100 |
Color Harmonies of #F3183B
Complementary color
Monochromatic Colors of #F3183B
Black with #F3183B
Text Example
Text Example
White with #F3183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3183B; }
p { color: rgb(243,24,59); }
H1.HeaderClassName
{
color: #F3183B;
}
.AnyTagClassName
{
color: #F3183B;
}
</style>
background-color css
<style>
a { background-color: #F3183B; }
a { background-color: rgb(243,24,59); }
div.DivClassName
{
background-color: #F3183B;
}
.BgClassName
{
background-color: #F3183B;
}
</style>
border-color css
<style>
span { border-color: #F3183B; }
span { border-color: rgb(243,24,59); }
td.TdClassName
{
border-color: #F3183B;
}
.TagClassName
{
border-color: #F3183B;
}
</style>