Shades of Torch Red #F30212
Tints of Torch Red #F30212
RGB
CMYK
RGB Variations
Color information
#F30212 (or 0xF30212) is known color: Torch Red. HEX triplet: F3, 02 and 12. RGB value is (243,2,18). Sum of RGB (Red+Green+Blue) = 243+2+18=263 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.40% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 243 - color contains mainly: red. Hex color #F30212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30212 is #0CFDED. Grayscale: #4C4C4C. Windows color (decimal): -851438 or 1180403. OLE color: 1180403.
HSL color Cylindrical-coordinate representation of color #F30212: hue angle of 356.02º 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 #F30212 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.05 |
| HSL | 356.02º | 0.98% | 0.48% | - |
| HSV(B) | 356.02º | 0.99% | 0.95% | - |
| XYZ | 37.09 | 19.14 | 2.31 | - |
| YUV | 75.88 | 95.34 | 247.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 18 | 0 | 0.99 | 0.93 | 0.05 | 356.02 | 0.98 | 0.48 |
| Hex | F3 | 2 | 12 | 0 | 63 | 5D | 5 | 164 | 62 | 30 |
| Octal | 363 | 2 | 22 | 0 | 143 | 135 | 5 | 544 | 142 | 60 |
| Binary | 11110011 | 10 | 10010 | 0 | 1100011 | 1011101 | 101 | 101100100 | 1100010 | 110000 |
Color Harmonies of #F30212
Complementary color
Monochromatic Colors of #F30212
Black with #F30212
Text Example
Text Example
White with #F30212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30212; }
p { color: rgb(243,2,18); }
H1.HeaderClassName
{
color: #F30212;
}
.AnyTagClassName
{
color: #F30212;
}
</style>
background-color css
<style>
a { background-color: #F30212; }
a { background-color: rgb(243,2,18); }
div.DivClassName
{
background-color: #F30212;
}
.BgClassName
{
background-color: #F30212;
}
</style>
border-color css
<style>
span { border-color: #F30212; }
span { border-color: rgb(243,2,18); }
td.TdClassName
{
border-color: #F30212;
}
.TagClassName
{
border-color: #F30212;
}
</style>