Shades of Torch Red #F30531
Tints of Torch Red #F30531
RGB
CMYK
RGB Variations
Color information
#F30531 (or 0xF30531) is known color: Torch Red. HEX triplet: F3, 05 and 31. RGB value is (243,5,49). Sum of RGB (Red+Green+Blue) = 243+5+49=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F30531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30531 is #0CFACE. Grayscale: #515151. Windows color (decimal): -850639 or 3212787. OLE color: 3212787.
HSL color Cylindrical-coordinate representation of color #F30531: hue angle of 348.91º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30531 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 49 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.05 |
| HSL | 348.91º | 0.96% | 0.49% | - |
| HSV(B) | 348.91º | 0.98% | 0.95% | - |
| XYZ | 37.57 | 19.38 | 4.67 | - |
| YUV | 81.18 | 109.85 | 243.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 49 | 0 | 0.98 | 0.80 | 0.05 | 348.91 | 0.96 | 0.49 |
| Hex | F3 | 5 | 31 | 0 | 62 | 50 | 5 | 15D | 60 | 31 |
| Octal | 363 | 5 | 61 | 0 | 142 | 120 | 5 | 535 | 140 | 61 |
| Binary | 11110011 | 101 | 110001 | 0 | 1100010 | 1010000 | 101 | 101011101 | 1100000 | 110001 |
Color Harmonies of #F30531
Complementary color
Monochromatic Colors of #F30531
Black with #F30531
Text Example
Text Example
White with #F30531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30531; }
p { color: rgb(243,5,49); }
H1.HeaderClassName
{
color: #F30531;
}
.AnyTagClassName
{
color: #F30531;
}
</style>
background-color css
<style>
a { background-color: #F30531; }
a { background-color: rgb(243,5,49); }
div.DivClassName
{
background-color: #F30531;
}
.BgClassName
{
background-color: #F30531;
}
</style>
border-color css
<style>
span { border-color: #F30531; }
span { border-color: rgb(243,5,49); }
td.TdClassName
{
border-color: #F30531;
}
.TagClassName
{
border-color: #F30531;
}
</style>