Shades of Torch Red #F30428
Tints of Torch Red #F30428
RGB
CMYK
RGB Variations
Color information
#F30428 (or 0xF30428) is known color: Torch Red. HEX triplet: F3, 04 and 28. RGB value is (243,4,40). Sum of RGB (Red+Green+Blue) = 243+4+40=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F30428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30428 is #0CFBD7. Grayscale: #4F4F4F. Windows color (decimal): -850904 or 2622707. OLE color: 2622707.
HSL color Cylindrical-coordinate representation of color #F30428: hue angle of 350.96º 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 #F30428 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.05 |
| HSL | 350.96º | 0.97% | 0.48% | - |
| HSV(B) | 350.96º | 0.98% | 0.95% | - |
| XYZ | 37.39 | 19.29 | 3.76 | - |
| YUV | 79.57 | 105.68 | 244.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 40 | 0 | 0.98 | 0.84 | 0.05 | 350.96 | 0.97 | 0.48 |
| Hex | F3 | 4 | 28 | 0 | 62 | 54 | 5 | 15F | 61 | 30 |
| Octal | 363 | 4 | 50 | 0 | 142 | 124 | 5 | 537 | 141 | 60 |
| Binary | 11110011 | 100 | 101000 | 0 | 1100010 | 1010100 | 101 | 101011111 | 1100001 | 110000 |
Color Harmonies of #F30428
Complementary color
Monochromatic Colors of #F30428
Black with #F30428
Text Example
Text Example
White with #F30428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30428; }
p { color: rgb(243,4,40); }
H1.HeaderClassName
{
color: #F30428;
}
.AnyTagClassName
{
color: #F30428;
}
</style>
background-color css
<style>
a { background-color: #F30428; }
a { background-color: rgb(243,4,40); }
div.DivClassName
{
background-color: #F30428;
}
.BgClassName
{
background-color: #F30428;
}
</style>
border-color css
<style>
span { border-color: #F30428; }
span { border-color: rgb(243,4,40); }
td.TdClassName
{
border-color: #F30428;
}
.TagClassName
{
border-color: #F30428;
}
</style>