Shades of Torch Red #F30612
Tints of Torch Red #F30612
RGB
CMYK
RGB Variations
Color information
#F30612 (or 0xF30612) is known color: Torch Red. HEX triplet: F3, 06 and 12. RGB value is (243,6,18). Sum of RGB (Red+Green+Blue) = 243+6+18=267 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.01% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 243 - color contains mainly: red. Hex color #F30612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30612 is #0CF9ED. Grayscale: #4E4E4E. Windows color (decimal): -850414 or 1181427. OLE color: 1181427.
HSL color Cylindrical-coordinate representation of color #F30612: hue angle of 356.96º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30612 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.05 |
| HSL | 356.96º | 0.95% | 0.49% | - |
| HSV(B) | 356.96º | 0.98% | 0.95% | - |
| XYZ | 37.14 | 19.23 | 2.33 | - |
| YUV | 78.23 | 94.02 | 245.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 18 | 0 | 0.98 | 0.93 | 0.05 | 356.96 | 0.95 | 0.49 |
| Hex | F3 | 6 | 12 | 0 | 62 | 5D | 5 | 165 | 5F | 31 |
| Octal | 363 | 6 | 22 | 0 | 142 | 135 | 5 | 545 | 137 | 61 |
| Binary | 11110011 | 110 | 10010 | 0 | 1100010 | 1011101 | 101 | 101100101 | 1011111 | 110001 |
Color Harmonies of #F30612
Complementary color
Monochromatic Colors of #F30612
Black with #F30612
Text Example
Text Example
White with #F30612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30612; }
p { color: rgb(243,6,18); }
H1.HeaderClassName
{
color: #F30612;
}
.AnyTagClassName
{
color: #F30612;
}
</style>
background-color css
<style>
a { background-color: #F30612; }
a { background-color: rgb(243,6,18); }
div.DivClassName
{
background-color: #F30612;
}
.BgClassName
{
background-color: #F30612;
}
</style>
border-color css
<style>
span { border-color: #F30612; }
span { border-color: rgb(243,6,18); }
td.TdClassName
{
border-color: #F30612;
}
.TagClassName
{
border-color: #F30612;
}
</style>