Shades of Torch Red #F30429
Tints of Torch Red #F30429
RGB
CMYK
RGB Variations
Color information
#F30429 (or 0xF30429) is known color: Torch Red. HEX triplet: F3, 04 and 29. RGB value is (243,4,41). Sum of RGB (Red+Green+Blue) = 243+4+41=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F30429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30429 is #0CFBD6. Grayscale: #4F4F4F. Windows color (decimal): -850903 or 2688243. OLE color: 2688243.
HSL color Cylindrical-coordinate representation of color #F30429: hue angle of 350.71º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30429 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.05 |
| HSL | 350.71º | 0.97% | 0.48% | - |
| HSV(B) | 350.71º | 0.98% | 0.95% | - |
| XYZ | 37.41 | 19.3 | 3.85 | - |
| YUV | 79.68 | 106.18 | 244.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 41 | 0 | 0.98 | 0.83 | 0.05 | 350.71 | 0.97 | 0.48 |
| Hex | F3 | 4 | 29 | 0 | 62 | 53 | 5 | 15F | 61 | 30 |
| Octal | 363 | 4 | 51 | 0 | 142 | 123 | 5 | 537 | 141 | 60 |
| Binary | 11110011 | 100 | 101001 | 0 | 1100010 | 1010011 | 101 | 101011111 | 1100001 | 110000 |
Color Harmonies of #F30429
Complementary color
Monochromatic Colors of #F30429
Black with #F30429
Text Example
Text Example
White with #F30429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30429; }
p { color: rgb(243,4,41); }
H1.HeaderClassName
{
color: #F30429;
}
.AnyTagClassName
{
color: #F30429;
}
</style>
background-color css
<style>
a { background-color: #F30429; }
a { background-color: rgb(243,4,41); }
div.DivClassName
{
background-color: #F30429;
}
.BgClassName
{
background-color: #F30429;
}
</style>
border-color css
<style>
span { border-color: #F30429; }
span { border-color: rgb(243,4,41); }
td.TdClassName
{
border-color: #F30429;
}
.TagClassName
{
border-color: #F30429;
}
</style>