Shades of Torch Red #F30219
Tints of Torch Red #F30219
RGB
CMYK
RGB Variations
Color information
#F30219 (or 0xF30219) is known color: Torch Red. HEX triplet: F3, 02 and 19. RGB value is (243,2,25). Sum of RGB (Red+Green+Blue) = 243+2+25=270 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 243 - color contains mainly: red. Hex color #F30219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30219 is #0CFDE6. Grayscale: #4C4C4C. Windows color (decimal): -851431 or 1639155. OLE color: 1639155.
HSL color Cylindrical-coordinate representation of color #F30219: hue angle of 354.27º 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 #F30219 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.05 |
| HSL | 354.27º | 0.98% | 0.48% | - |
| HSV(B) | 354.27º | 0.99% | 0.95% | - |
| XYZ | 37.16 | 19.17 | 2.66 | - |
| YUV | 76.68 | 98.84 | 246.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 25 | 0 | 0.99 | 0.90 | 0.05 | 354.27 | 0.98 | 0.48 |
| Hex | F3 | 2 | 19 | 0 | 63 | 5A | 5 | 162 | 62 | 30 |
| Octal | 363 | 2 | 31 | 0 | 143 | 132 | 5 | 542 | 142 | 60 |
| Binary | 11110011 | 10 | 11001 | 0 | 1100011 | 1011010 | 101 | 101100010 | 1100010 | 110000 |
Color Harmonies of #F30219
Complementary color
Monochromatic Colors of #F30219
Black with #F30219
Text Example
Text Example
White with #F30219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30219; }
p { color: rgb(243,2,25); }
H1.HeaderClassName
{
color: #F30219;
}
.AnyTagClassName
{
color: #F30219;
}
</style>
background-color css
<style>
a { background-color: #F30219; }
a { background-color: rgb(243,2,25); }
div.DivClassName
{
background-color: #F30219;
}
.BgClassName
{
background-color: #F30219;
}
</style>
border-color css
<style>
span { border-color: #F30219; }
span { border-color: rgb(243,2,25); }
td.TdClassName
{
border-color: #F30219;
}
.TagClassName
{
border-color: #F30219;
}
</style>