Shades of Torch Red #F4003D
Tints of Torch Red #F4003D
RGB
CMYK
RGB Variations
Color information
#F4003D (or 0xF4003D) is known color: Torch Red. HEX triplet: F4, 00 and 3D. RGB value is (244,0,61). Sum of RGB (Red+Green+Blue) = 244+0+61=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F4003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4003D is #0BFFC2. Grayscale: #4F4F4F. Windows color (decimal): -786371 or 3997940. OLE color: 3997940.
HSL color Cylindrical-coordinate representation of color #F4003D: hue angle of 345º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4003D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.75 | 0.04 |
| HSL | 345º | 1% | 0.48% | - |
| HSV(B) | 345º | 1% | 0.96% | - |
| XYZ | 38.15 | 19.57 | 6.18 | - |
| YUV | 79.91 | 117.34 | 245.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 61 | 0 | 1 | 0.75 | 0.04 | 345 | 1 | 0.48 |
| Hex | F4 | 0 | 3D | 0 | 64 | 4B | 4 | 159 | 64 | 30 |
| Octal | 364 | 0 | 75 | 0 | 144 | 113 | 4 | 531 | 144 | 60 |
| Binary | 11110100 | 0 | 111101 | 0 | 1100100 | 1001011 | 100 | 101011001 | 1100100 | 110000 |
Color Harmonies of #F4003D
Complementary color
Monochromatic Colors of #F4003D
Black with #F4003D
Text Example
Text Example
White with #F4003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4003D; }
p { color: rgb(244,0,61); }
H1.HeaderClassName
{
color: #F4003D;
}
.AnyTagClassName
{
color: #F4003D;
}
</style>
background-color css
<style>
a { background-color: #F4003D; }
a { background-color: rgb(244,0,61); }
div.DivClassName
{
background-color: #F4003D;
}
.BgClassName
{
background-color: #F4003D;
}
</style>
border-color css
<style>
span { border-color: #F4003D; }
span { border-color: rgb(244,0,61); }
td.TdClassName
{
border-color: #F4003D;
}
.TagClassName
{
border-color: #F4003D;
}
</style>