Shades of Torch Red #F30220
Tints of Torch Red #F30220
RGB
CMYK
RGB Variations
Color information
#F30220 (or 0xF30220) is known color: Torch Red. HEX triplet: F3, 02 and 20. RGB value is (243,2,32). Sum of RGB (Red+Green+Blue) = 243+2+32=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F30220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30220 is #0CFDDF. Grayscale: #4D4D4D. Windows color (decimal): -851424 or 2097907. OLE color: 2097907.
HSL color Cylindrical-coordinate representation of color #F30220: hue angle of 352.53º 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 #F30220 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.05 |
| HSL | 352.53º | 0.98% | 0.48% | - |
| HSV(B) | 352.53º | 0.99% | 0.95% | - |
| XYZ | 37.24 | 19.2 | 3.11 | - |
| YUV | 77.48 | 102.34 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 32 | 0 | 0.99 | 0.87 | 0.05 | 352.53 | 0.98 | 0.48 |
| Hex | F3 | 2 | 20 | 0 | 63 | 57 | 5 | 161 | 62 | 30 |
| Octal | 363 | 2 | 40 | 0 | 143 | 127 | 5 | 541 | 142 | 60 |
| Binary | 11110011 | 10 | 100000 | 0 | 1100011 | 1010111 | 101 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F30220
Complementary color
Monochromatic Colors of #F30220
Black with #F30220
Text Example
Text Example
White with #F30220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30220; }
p { color: rgb(243,2,32); }
H1.HeaderClassName
{
color: #F30220;
}
.AnyTagClassName
{
color: #F30220;
}
</style>
background-color css
<style>
a { background-color: #F30220; }
a { background-color: rgb(243,2,32); }
div.DivClassName
{
background-color: #F30220;
}
.BgClassName
{
background-color: #F30220;
}
</style>
border-color css
<style>
span { border-color: #F30220; }
span { border-color: rgb(243,2,32); }
td.TdClassName
{
border-color: #F30220;
}
.TagClassName
{
border-color: #F30220;
}
</style>