Shades of Torch Red #F30534
Tints of Torch Red #F30534
RGB
CMYK
RGB Variations
Color information
#F30534 (or 0xF30534) is known color: Torch Red. HEX triplet: F3, 05 and 34. RGB value is (243,5,52). Sum of RGB (Red+Green+Blue) = 243+5+52=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F30534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30534 is #0CFACB. Grayscale: #515151. Windows color (decimal): -850636 or 3409395. OLE color: 3409395.
HSL color Cylindrical-coordinate representation of color #F30534: hue angle of 348.15º 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 #F30534 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.05 |
| HSL | 348.15º | 0.96% | 0.49% | - |
| HSV(B) | 348.15º | 0.98% | 0.95% | - |
| XYZ | 37.64 | 19.41 | 5.01 | - |
| YUV | 81.52 | 111.35 | 243.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 52 | 0 | 0.98 | 0.79 | 0.05 | 348.15 | 0.96 | 0.49 |
| Hex | F3 | 5 | 34 | 0 | 62 | 4F | 5 | 15C | 60 | 31 |
| Octal | 363 | 5 | 64 | 0 | 142 | 117 | 5 | 534 | 140 | 61 |
| Binary | 11110011 | 101 | 110100 | 0 | 1100010 | 1001111 | 101 | 101011100 | 1100000 | 110001 |
Color Harmonies of #F30534
Complementary color
Monochromatic Colors of #F30534
Black with #F30534
Text Example
Text Example
White with #F30534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30534; }
p { color: rgb(243,5,52); }
H1.HeaderClassName
{
color: #F30534;
}
.AnyTagClassName
{
color: #F30534;
}
</style>
background-color css
<style>
a { background-color: #F30534; }
a { background-color: rgb(243,5,52); }
div.DivClassName
{
background-color: #F30534;
}
.BgClassName
{
background-color: #F30534;
}
</style>
border-color css
<style>
span { border-color: #F30534; }
span { border-color: rgb(243,5,52); }
td.TdClassName
{
border-color: #F30534;
}
.TagClassName
{
border-color: #F30534;
}
</style>