Shades of Torch Red #F30526
Tints of Torch Red #F30526
RGB
CMYK
RGB Variations
Color information
#F30526 (or 0xF30526) is known color: Torch Red. HEX triplet: F3, 05 and 26. RGB value is (243,5,38). Sum of RGB (Red+Green+Blue) = 243+5+38=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F30526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30526 is #0CFAD9. Grayscale: #505050. Windows color (decimal): -850650 or 2491891. OLE color: 2491891.
HSL color Cylindrical-coordinate representation of color #F30526: hue angle of 351.68º 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 #F30526 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 38 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.05 |
| HSL | 351.68º | 0.96% | 0.49% | - |
| HSV(B) | 351.68º | 0.98% | 0.95% | - |
| XYZ | 37.37 | 19.3 | 3.59 | - |
| YUV | 79.92 | 104.35 | 244.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 38 | 0 | 0.98 | 0.84 | 0.05 | 351.68 | 0.96 | 0.49 |
| Hex | F3 | 5 | 26 | 0 | 62 | 54 | 5 | 160 | 60 | 31 |
| Octal | 363 | 5 | 46 | 0 | 142 | 124 | 5 | 540 | 140 | 61 |
| Binary | 11110011 | 101 | 100110 | 0 | 1100010 | 1010100 | 101 | 101100000 | 1100000 | 110001 |
Color Harmonies of #F30526
Complementary color
Monochromatic Colors of #F30526
Black with #F30526
Text Example
Text Example
White with #F30526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30526; }
p { color: rgb(243,5,38); }
H1.HeaderClassName
{
color: #F30526;
}
.AnyTagClassName
{
color: #F30526;
}
</style>
background-color css
<style>
a { background-color: #F30526; }
a { background-color: rgb(243,5,38); }
div.DivClassName
{
background-color: #F30526;
}
.BgClassName
{
background-color: #F30526;
}
</style>
border-color css
<style>
span { border-color: #F30526; }
span { border-color: rgb(243,5,38); }
td.TdClassName
{
border-color: #F30526;
}
.TagClassName
{
border-color: #F30526;
}
</style>