Shades of Torch Red #F3023D
Tints of Torch Red #F3023D
RGB
CMYK
RGB Variations
Color information
#F3023D (or 0xF3023D) is known color: Torch Red. HEX triplet: F3, 02 and 3D. RGB value is (243,2,61). Sum of RGB (Red+Green+Blue) = 243+2+61=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F3023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3023D is #0CFDC2. Grayscale: #505050. Windows color (decimal): -851395 or 3998451. OLE color: 3998451.
HSL color Cylindrical-coordinate representation of color #F3023D: hue angle of 345.31º 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 #F3023D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.05 |
| HSL | 345.31º | 0.98% | 0.48% | - |
| HSV(B) | 345.31º | 0.99% | 0.95% | - |
| XYZ | 37.83 | 19.44 | 6.17 | - |
| YUV | 80.79 | 116.84 | 243.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 61 | 0 | 0.99 | 0.75 | 0.05 | 345.31 | 0.98 | 0.48 |
| Hex | F3 | 2 | 3D | 0 | 63 | 4B | 5 | 159 | 62 | 30 |
| Octal | 363 | 2 | 75 | 0 | 143 | 113 | 5 | 531 | 142 | 60 |
| Binary | 11110011 | 10 | 111101 | 0 | 1100011 | 1001011 | 101 | 101011001 | 1100010 | 110000 |
Color Harmonies of #F3023D
Complementary color
Monochromatic Colors of #F3023D
Black with #F3023D
Text Example
Text Example
White with #F3023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3023D; }
p { color: rgb(243,2,61); }
H1.HeaderClassName
{
color: #F3023D;
}
.AnyTagClassName
{
color: #F3023D;
}
</style>
background-color css
<style>
a { background-color: #F3023D; }
a { background-color: rgb(243,2,61); }
div.DivClassName
{
background-color: #F3023D;
}
.BgClassName
{
background-color: #F3023D;
}
</style>
border-color css
<style>
span { border-color: #F3023D; }
span { border-color: rgb(243,2,61); }
td.TdClassName
{
border-color: #F3023D;
}
.TagClassName
{
border-color: #F3023D;
}
</style>