Shades of Torch Red #F2003D
Tints of Torch Red #F2003D
RGB
CMYK
RGB Variations
Color information
#F2003D (or 0xF2003D) is known color: Torch Red. HEX triplet: F2, 00 and 3D. RGB value is (242,0,61). Sum of RGB (Red+Green+Blue) = 242+0+61=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F2003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2003D is #0DFFC2. Grayscale: #4F4F4F. Windows color (decimal): -917443 or 3997938. OLE color: 3997938.
HSL color Cylindrical-coordinate representation of color #F2003D: hue angle of 344.88º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2003D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.75 | 0.05 |
| HSL | 344.88º | 1% | 0.47% | - |
| HSV(B) | 344.88º | 1% | 0.95% | - |
| XYZ | 37.46 | 19.21 | 6.15 | - |
| YUV | 79.31 | 117.67 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 61 | 0 | 1 | 0.75 | 0.05 | 344.88 | 1 | 0.47 |
| Hex | F2 | 0 | 3D | 0 | 64 | 4B | 5 | 159 | 64 | 2F |
| Octal | 362 | 0 | 75 | 0 | 144 | 113 | 5 | 531 | 144 | 57 |
| Binary | 11110010 | 0 | 111101 | 0 | 1100100 | 1001011 | 101 | 101011001 | 1100100 | 101111 |
Color Harmonies of #F2003D
Complementary color
Monochromatic Colors of #F2003D
Black with #F2003D
Text Example
Text Example
White with #F2003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2003D; }
p { color: rgb(242,0,61); }
H1.HeaderClassName
{
color: #F2003D;
}
.AnyTagClassName
{
color: #F2003D;
}
</style>
background-color css
<style>
a { background-color: #F2003D; }
a { background-color: rgb(242,0,61); }
div.DivClassName
{
background-color: #F2003D;
}
.BgClassName
{
background-color: #F2003D;
}
</style>
border-color css
<style>
span { border-color: #F2003D; }
span { border-color: rgb(242,0,61); }
td.TdClassName
{
border-color: #F2003D;
}
.TagClassName
{
border-color: #F2003D;
}
</style>