Shades of Torch Red #F2023D
Tints of Torch Red #F2023D
RGB
CMYK
RGB Variations
Color information
#F2023D (or 0xF2023D) is known color: Torch Red. HEX triplet: F2, 02 and 3D. RGB value is (242,2,61). Sum of RGB (Red+Green+Blue) = 242+2+61=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2023D is #0DFDC2. Grayscale: #505050. Windows color (decimal): -916931 or 3998450. OLE color: 3998450.
HSL color Cylindrical-coordinate representation of color #F2023D: hue angle of 345.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2023D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.05 |
| HSL | 345.25º | 0.98% | 0.48% | - |
| HSV(B) | 345.25º | 0.99% | 0.95% | - |
| XYZ | 37.48 | 19.26 | 6.16 | - |
| YUV | 80.49 | 117.01 | 243.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 61 | 0 | 0.99 | 0.75 | 0.05 | 345.25 | 0.98 | 0.48 |
| Hex | F2 | 2 | 3D | 0 | 63 | 4B | 5 | 159 | 62 | 30 |
| Octal | 362 | 2 | 75 | 0 | 143 | 113 | 5 | 531 | 142 | 60 |
| Binary | 11110010 | 10 | 111101 | 0 | 1100011 | 1001011 | 101 | 101011001 | 1100010 | 110000 |
Color Harmonies of #F2023D
Complementary color
Monochromatic Colors of #F2023D
Black with #F2023D
Text Example
Text Example
White with #F2023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2023D; }
p { color: rgb(242,2,61); }
H1.HeaderClassName
{
color: #F2023D;
}
.AnyTagClassName
{
color: #F2023D;
}
</style>
background-color css
<style>
a { background-color: #F2023D; }
a { background-color: rgb(242,2,61); }
div.DivClassName
{
background-color: #F2023D;
}
.BgClassName
{
background-color: #F2023D;
}
</style>
border-color css
<style>
span { border-color: #F2023D; }
span { border-color: rgb(242,2,61); }
td.TdClassName
{
border-color: #F2023D;
}
.TagClassName
{
border-color: #F2023D;
}
</style>