Shades of Torch Red #F3033F
Tints of Torch Red #F3033F
RGB
CMYK
RGB Variations
Color information
#F3033F (or 0xF3033F) is known color: Torch Red. HEX triplet: F3, 03 and 3F. RGB value is (243,3,63). Sum of RGB (Red+Green+Blue) = 243+3+63=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F3033F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3033F is #0CFCC0. Grayscale: #515151. Windows color (decimal): -851137 or 4129779. OLE color: 4129779.
HSL color Cylindrical-coordinate representation of color #F3033F: hue angle of 345º 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 #F3033F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.05 |
| HSL | 345º | 0.98% | 0.48% | - |
| HSV(B) | 345º | 0.99% | 0.95% | - |
| XYZ | 37.89 | 19.48 | 6.47 | - |
| YUV | 81.6 | 117.51 | 243.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 63 | 0 | 0.99 | 0.74 | 0.05 | 345 | 0.98 | 0.48 |
| Hex | F3 | 3 | 3F | 0 | 63 | 4A | 5 | 159 | 62 | 30 |
| Octal | 363 | 3 | 77 | 0 | 143 | 112 | 5 | 531 | 142 | 60 |
| Binary | 11110011 | 11 | 111111 | 0 | 1100011 | 1001010 | 101 | 101011001 | 1100010 | 110000 |
Color Harmonies of #F3033F
Complementary color
Monochromatic Colors of #F3033F
Black with #F3033F
Text Example
Text Example
White with #F3033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3033F; }
p { color: rgb(243,3,63); }
H1.HeaderClassName
{
color: #F3033F;
}
.AnyTagClassName
{
color: #F3033F;
}
</style>
background-color css
<style>
a { background-color: #F3033F; }
a { background-color: rgb(243,3,63); }
div.DivClassName
{
background-color: #F3033F;
}
.BgClassName
{
background-color: #F3033F;
}
</style>
border-color css
<style>
span { border-color: #F3033F; }
span { border-color: rgb(243,3,63); }
td.TdClassName
{
border-color: #F3033F;
}
.TagClassName
{
border-color: #F3033F;
}
</style>