Shades of Torch Red #F00C3F
Tints of Torch Red #F00C3F
RGB
CMYK
RGB Variations
Color information
#F00C3F (or 0xF00C3F) is known color: Torch Red. HEX triplet: F0, 0C and 3F. RGB value is (240,12,63). Sum of RGB (Red+Green+Blue) = 240+12+63=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00C3F is #0FF3C0. Grayscale: #565656. Windows color (decimal): -1045441 or 4132080. OLE color: 4132080.
HSL color Cylindrical-coordinate representation of color #F00C3F: hue angle of 346.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C3F is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 63 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.06 |
| HSL | 346.58º | 0.9% | 0.49% | - |
| HSV(B) | 346.58º | 0.95% | 0.94% | - |
| XYZ | 36.96 | 19.15 | 6.45 | - |
| YUV | 85.99 | 115.04 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 63 | 0 | 0.95 | 0.74 | 0.06 | 346.58 | 0.9 | 0.49 |
| Hex | F0 | C | 3F | 0 | 5F | 4A | 6 | 15B | 5A | 31 |
| Octal | 360 | 14 | 77 | 0 | 137 | 112 | 6 | 533 | 132 | 61 |
| Binary | 11110000 | 1100 | 111111 | 0 | 1011111 | 1001010 | 110 | 101011011 | 1011010 | 110001 |
Color Harmonies of #F00C3F
Complementary color
Monochromatic Colors of #F00C3F
Black with #F00C3F
Text Example
Text Example
White with #F00C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C3F; }
p { color: rgb(240,12,63); }
H1.HeaderClassName
{
color: #F00C3F;
}
.AnyTagClassName
{
color: #F00C3F;
}
</style>
background-color css
<style>
a { background-color: #F00C3F; }
a { background-color: rgb(240,12,63); }
div.DivClassName
{
background-color: #F00C3F;
}
.BgClassName
{
background-color: #F00C3F;
}
</style>
border-color css
<style>
span { border-color: #F00C3F; }
span { border-color: rgb(240,12,63); }
td.TdClassName
{
border-color: #F00C3F;
}
.TagClassName
{
border-color: #F00C3F;
}
</style>