Shades of Torch Red #F3183D
Tints of Torch Red #F3183D
RGB
CMYK
RGB Variations
Color information
#F3183D (or 0xF3183D) is known color: Torch Red. HEX triplet: F3, 18 and 3D. RGB value is (243,24,61). Sum of RGB (Red+Green+Blue) = 243+24+61=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F3183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3183D is #0CE7C2. Grayscale: #5D5D5D. Windows color (decimal): -845763 or 4004083. OLE color: 4004083.
HSL color Cylindrical-coordinate representation of color #F3183D: hue angle of 349.86º 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 #F3183D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.05 |
| HSL | 349.86º | 0.9% | 0.52% | - |
| HSV(B) | 349.86º | 0.9% | 0.95% | - |
| XYZ | 38.13 | 20.04 | 6.27 | - |
| YUV | 93.7 | 109.55 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 61 | 0 | 0.90 | 0.75 | 0.05 | 349.86 | 0.9 | 0.52 |
| Hex | F3 | 18 | 3D | 0 | 5A | 4B | 5 | 15E | 5A | 34 |
| Octal | 363 | 30 | 75 | 0 | 132 | 113 | 5 | 536 | 132 | 64 |
| Binary | 11110011 | 11000 | 111101 | 0 | 1011010 | 1001011 | 101 | 101011110 | 1011010 | 110100 |
Color Harmonies of #F3183D
Complementary color
Monochromatic Colors of #F3183D
Black with #F3183D
Text Example
Text Example
White with #F3183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3183D; }
p { color: rgb(243,24,61); }
H1.HeaderClassName
{
color: #F3183D;
}
.AnyTagClassName
{
color: #F3183D;
}
</style>
background-color css
<style>
a { background-color: #F3183D; }
a { background-color: rgb(243,24,61); }
div.DivClassName
{
background-color: #F3183D;
}
.BgClassName
{
background-color: #F3183D;
}
</style>
border-color css
<style>
span { border-color: #F3183D; }
span { border-color: rgb(243,24,61); }
td.TdClassName
{
border-color: #F3183D;
}
.TagClassName
{
border-color: #F3183D;
}
</style>