Shades of Torch Red #F30613
Tints of Torch Red #F30613
RGB
CMYK
RGB Variations
Color information
#F30613 (or 0xF30613) is known color: Torch Red. HEX triplet: F3, 06 and 13. RGB value is (243,6,19). Sum of RGB (Red+Green+Blue) = 243+6+19=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30613 is #0CF9EC. Grayscale: #4E4E4E. Windows color (decimal): -850413 or 1246963. OLE color: 1246963.
HSL color Cylindrical-coordinate representation of color #F30613: hue angle of 356.71º 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 #F30613 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.05 |
| HSL | 356.71º | 0.95% | 0.49% | - |
| HSV(B) | 356.71º | 0.98% | 0.95% | - |
| XYZ | 37.14 | 19.23 | 2.37 | - |
| YUV | 78.35 | 94.52 | 245.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 19 | 0 | 0.98 | 0.92 | 0.05 | 356.71 | 0.95 | 0.49 |
| Hex | F3 | 6 | 13 | 0 | 62 | 5C | 5 | 165 | 5F | 31 |
| Octal | 363 | 6 | 23 | 0 | 142 | 134 | 5 | 545 | 137 | 61 |
| Binary | 11110011 | 110 | 10011 | 0 | 1100010 | 1011100 | 101 | 101100101 | 1011111 | 110001 |
Color Harmonies of #F30613
Complementary color
Monochromatic Colors of #F30613
Black with #F30613
Text Example
Text Example
White with #F30613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30613; }
p { color: rgb(243,6,19); }
H1.HeaderClassName
{
color: #F30613;
}
.AnyTagClassName
{
color: #F30613;
}
</style>
background-color css
<style>
a { background-color: #F30613; }
a { background-color: rgb(243,6,19); }
div.DivClassName
{
background-color: #F30613;
}
.BgClassName
{
background-color: #F30613;
}
</style>
border-color css
<style>
span { border-color: #F30613; }
span { border-color: rgb(243,6,19); }
td.TdClassName
{
border-color: #F30613;
}
.TagClassName
{
border-color: #F30613;
}
</style>