Shades of Torch Red #F00C15
Tints of Torch Red #F00C15
RGB
CMYK
RGB Variations
Color information
#F00C15 (or 0xF00C15) is known color: Torch Red. HEX triplet: F0, 0C and 15. RGB value is (240,12,21). Sum of RGB (Red+Green+Blue) = 240+12+21=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00C15 is #0FF3EA. Grayscale: #515151. Windows color (decimal): -1045483 or 1379568. OLE color: 1379568.
HSL color Cylindrical-coordinate representation of color #F00C15: hue angle of 357.63º 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 #F00C15 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 21 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.06 |
| HSL | 357.63º | 0.9% | 0.49% | - |
| HSV(B) | 357.63º | 0.95% | 0.94% | - |
| XYZ | 36.2 | 18.84 | 2.44 | - |
| YUV | 81.2 | 94.04 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 21 | 0 | 0.95 | 0.91 | 0.06 | 357.63 | 0.9 | 0.49 |
| Hex | F0 | C | 15 | 0 | 5F | 5B | 6 | 166 | 5A | 31 |
| Octal | 360 | 14 | 25 | 0 | 137 | 133 | 6 | 546 | 132 | 61 |
| Binary | 11110000 | 1100 | 10101 | 0 | 1011111 | 1011011 | 110 | 101100110 | 1011010 | 110001 |
Color Harmonies of #F00C15
Complementary color
Monochromatic Colors of #F00C15
Black with #F00C15
Text Example
Text Example
White with #F00C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C15; }
p { color: rgb(240,12,21); }
H1.HeaderClassName
{
color: #F00C15;
}
.AnyTagClassName
{
color: #F00C15;
}
</style>
background-color css
<style>
a { background-color: #F00C15; }
a { background-color: rgb(240,12,21); }
div.DivClassName
{
background-color: #F00C15;
}
.BgClassName
{
background-color: #F00C15;
}
</style>
border-color css
<style>
span { border-color: #F00C15; }
span { border-color: rgb(240,12,21); }
td.TdClassName
{
border-color: #F00C15;
}
.TagClassName
{
border-color: #F00C15;
}
</style>