Shades of Torch Red #F30229
Tints of Torch Red #F30229
RGB
CMYK
RGB Variations
Color information
#F30229 (or 0xF30229) is known color: Torch Red. HEX triplet: F3, 02 and 29. RGB value is (243,2,41). Sum of RGB (Red+Green+Blue) = 243+2+41=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F30229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30229 is #0CFDD6. Grayscale: #4E4E4E. Windows color (decimal): -851415 or 2687731. OLE color: 2687731.
HSL color Cylindrical-coordinate representation of color #F30229: hue angle of 350.29º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30229 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.05 |
| HSL | 350.29º | 0.98% | 0.48% | - |
| HSV(B) | 350.29º | 0.99% | 0.95% | - |
| XYZ | 37.38 | 19.26 | 3.84 | - |
| YUV | 78.51 | 106.84 | 245.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 41 | 0 | 0.99 | 0.83 | 0.05 | 350.29 | 0.98 | 0.48 |
| Hex | F3 | 2 | 29 | 0 | 63 | 53 | 5 | 15E | 62 | 30 |
| Octal | 363 | 2 | 51 | 0 | 143 | 123 | 5 | 536 | 142 | 60 |
| Binary | 11110011 | 10 | 101001 | 0 | 1100011 | 1010011 | 101 | 101011110 | 1100010 | 110000 |
Color Harmonies of #F30229
Complementary color
Monochromatic Colors of #F30229
Black with #F30229
Text Example
Text Example
White with #F30229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30229; }
p { color: rgb(243,2,41); }
H1.HeaderClassName
{
color: #F30229;
}
.AnyTagClassName
{
color: #F30229;
}
</style>
background-color css
<style>
a { background-color: #F30229; }
a { background-color: rgb(243,2,41); }
div.DivClassName
{
background-color: #F30229;
}
.BgClassName
{
background-color: #F30229;
}
</style>
border-color css
<style>
span { border-color: #F30229; }
span { border-color: rgb(243,2,41); }
td.TdClassName
{
border-color: #F30229;
}
.TagClassName
{
border-color: #F30229;
}
</style>