Shades of Torch Red #F40618
Tints of Torch Red #F40618
RGB
CMYK
RGB Variations
Color information
#F40618 (or 0xF40618) is known color: Torch Red. HEX triplet: F4, 06 and 18. RGB value is (244,6,24). Sum of RGB (Red+Green+Blue) = 244+6+24=274 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.05% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 244 - color contains mainly: red. Hex color #F40618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40618 is #0BF9E7. Grayscale: #4F4F4F. Windows color (decimal): -784872 or 1574644. OLE color: 1574644.
HSL color Cylindrical-coordinate representation of color #F40618: hue angle of 355.46º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40618 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.04 |
| HSL | 355.46º | 0.95% | 0.49% | - |
| HSV(B) | 355.46º | 0.98% | 0.96% | - |
| XYZ | 37.54 | 19.43 | 2.64 | - |
| YUV | 79.21 | 96.85 | 245.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 24 | 0 | 0.98 | 0.90 | 0.04 | 355.46 | 0.95 | 0.49 |
| Hex | F4 | 6 | 18 | 0 | 62 | 5A | 4 | 163 | 5F | 31 |
| Octal | 364 | 6 | 30 | 0 | 142 | 132 | 4 | 543 | 137 | 61 |
| Binary | 11110100 | 110 | 11000 | 0 | 1100010 | 1011010 | 100 | 101100011 | 1011111 | 110001 |
Color Harmonies of #F40618
Complementary color
Monochromatic Colors of #F40618
Black with #F40618
Text Example
Text Example
White with #F40618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40618; }
p { color: rgb(244,6,24); }
H1.HeaderClassName
{
color: #F40618;
}
.AnyTagClassName
{
color: #F40618;
}
</style>
background-color css
<style>
a { background-color: #F40618; }
a { background-color: rgb(244,6,24); }
div.DivClassName
{
background-color: #F40618;
}
.BgClassName
{
background-color: #F40618;
}
</style>
border-color css
<style>
span { border-color: #F40618; }
span { border-color: rgb(244,6,24); }
td.TdClassName
{
border-color: #F40618;
}
.TagClassName
{
border-color: #F40618;
}
</style>