Shades of Torch Red #F30614
Tints of Torch Red #F30614
RGB
CMYK
RGB Variations
Color information
#F30614 (or 0xF30614) is known color: Torch Red. HEX triplet: F3, 06 and 14. RGB value is (243,6,20). Sum of RGB (Red+Green+Blue) = 243+6+20=269 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.33% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 243 - color contains mainly: red. Hex color #F30614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30614 is #0CF9EB. Grayscale: #4E4E4E. Windows color (decimal): -850412 or 1312499. OLE color: 1312499.
HSL color Cylindrical-coordinate representation of color #F30614: hue angle of 356.46º 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 #F30614 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.05 |
| HSL | 356.46º | 0.95% | 0.49% | - |
| HSV(B) | 356.46º | 0.98% | 0.95% | - |
| XYZ | 37.15 | 19.24 | 2.42 | - |
| YUV | 78.46 | 95.02 | 245.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 20 | 0 | 0.98 | 0.92 | 0.05 | 356.46 | 0.95 | 0.49 |
| Hex | F3 | 6 | 14 | 0 | 62 | 5C | 5 | 164 | 5F | 31 |
| Octal | 363 | 6 | 24 | 0 | 142 | 134 | 5 | 544 | 137 | 61 |
| Binary | 11110011 | 110 | 10100 | 0 | 1100010 | 1011100 | 101 | 101100100 | 1011111 | 110001 |
Color Harmonies of #F30614
Complementary color
Monochromatic Colors of #F30614
Black with #F30614
Text Example
Text Example
White with #F30614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30614; }
p { color: rgb(243,6,20); }
H1.HeaderClassName
{
color: #F30614;
}
.AnyTagClassName
{
color: #F30614;
}
</style>
background-color css
<style>
a { background-color: #F30614; }
a { background-color: rgb(243,6,20); }
div.DivClassName
{
background-color: #F30614;
}
.BgClassName
{
background-color: #F30614;
}
</style>
border-color css
<style>
span { border-color: #F30614; }
span { border-color: rgb(243,6,20); }
td.TdClassName
{
border-color: #F30614;
}
.TagClassName
{
border-color: #F30614;
}
</style>