Shades of Torch Red #F3182D
Tints of Torch Red #F3182D
RGB
CMYK
RGB Variations
Color information
#F3182D (or 0xF3182D) is known color: Torch Red. HEX triplet: F3, 18 and 2D. RGB value is (243,24,45). Sum of RGB (Red+Green+Blue) = 243+24+45=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F3182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3182D is #0CE7D2. Grayscale: #5C5C5C. Windows color (decimal): -845779 or 2955507. OLE color: 2955507.
HSL color Cylindrical-coordinate representation of color #F3182D: hue angle of 354.25º 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 #F3182D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 354.25º | 0.9% | 0.52% | - |
| HSV(B) | 354.25º | 0.9% | 0.95% | - |
| XYZ | 37.76 | 19.9 | 4.33 | - |
| YUV | 91.88 | 101.55 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 45 | 0 | 0.90 | 0.81 | 0.05 | 354.25 | 0.9 | 0.52 |
| Hex | F3 | 18 | 2D | 0 | 5A | 51 | 5 | 162 | 5A | 34 |
| Octal | 363 | 30 | 55 | 0 | 132 | 121 | 5 | 542 | 132 | 64 |
| Binary | 11110011 | 11000 | 101101 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011010 | 110100 |
Color Harmonies of #F3182D
Complementary color
Monochromatic Colors of #F3182D
Black with #F3182D
Text Example
Text Example
White with #F3182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3182D; }
p { color: rgb(243,24,45); }
H1.HeaderClassName
{
color: #F3182D;
}
.AnyTagClassName
{
color: #F3182D;
}
</style>
background-color css
<style>
a { background-color: #F3182D; }
a { background-color: rgb(243,24,45); }
div.DivClassName
{
background-color: #F3182D;
}
.BgClassName
{
background-color: #F3182D;
}
</style>
border-color css
<style>
span { border-color: #F3182D; }
span { border-color: rgb(243,24,45); }
td.TdClassName
{
border-color: #F3182D;
}
.TagClassName
{
border-color: #F3182D;
}
</style>