Shades of Torch Red #F30523
Tints of Torch Red #F30523
RGB
CMYK
RGB Variations
Color information
#F30523 (or 0xF30523) is known color: Torch Red. HEX triplet: F3, 05 and 23. RGB value is (243,5,35). Sum of RGB (Red+Green+Blue) = 243+5+35=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F30523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30523 is #0CFADC. Grayscale: #4F4F4F. Windows color (decimal): -850653 or 2295283. OLE color: 2295283.
HSL color Cylindrical-coordinate representation of color #F30523: hue angle of 352.44º 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 #F30523 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.05 |
| HSL | 352.44º | 0.96% | 0.49% | - |
| HSV(B) | 352.44º | 0.98% | 0.95% | - |
| XYZ | 37.32 | 19.28 | 3.35 | - |
| YUV | 79.58 | 102.85 | 244.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 35 | 0 | 0.98 | 0.86 | 0.05 | 352.44 | 0.96 | 0.49 |
| Hex | F3 | 5 | 23 | 0 | 62 | 56 | 5 | 160 | 60 | 31 |
| Octal | 363 | 5 | 43 | 0 | 142 | 126 | 5 | 540 | 140 | 61 |
| Binary | 11110011 | 101 | 100011 | 0 | 1100010 | 1010110 | 101 | 101100000 | 1100000 | 110001 |
Color Harmonies of #F30523
Complementary color
Monochromatic Colors of #F30523
Black with #F30523
Text Example
Text Example
White with #F30523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30523; }
p { color: rgb(243,5,35); }
H1.HeaderClassName
{
color: #F30523;
}
.AnyTagClassName
{
color: #F30523;
}
</style>
background-color css
<style>
a { background-color: #F30523; }
a { background-color: rgb(243,5,35); }
div.DivClassName
{
background-color: #F30523;
}
.BgClassName
{
background-color: #F30523;
}
</style>
border-color css
<style>
span { border-color: #F30523; }
span { border-color: rgb(243,5,35); }
td.TdClassName
{
border-color: #F30523;
}
.TagClassName
{
border-color: #F30523;
}
</style>