Shades of Torch Red #F30633
Tints of Torch Red #F30633
RGB
CMYK
RGB Variations
Color information
#F30633 (or 0xF30633) is known color: Torch Red. HEX triplet: F3, 06 and 33. RGB value is (243,6,51). Sum of RGB (Red+Green+Blue) = 243+6+51=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F30633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30633 is #0CF9CC. Grayscale: #525252. Windows color (decimal): -850381 or 3344115. OLE color: 3344115.
HSL color Cylindrical-coordinate representation of color #F30633: hue angle of 348.61º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30633 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 51 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.05 |
| HSL | 348.61º | 0.95% | 0.49% | - |
| HSV(B) | 348.61º | 0.98% | 0.95% | - |
| XYZ | 37.62 | 19.42 | 4.9 | - |
| YUV | 81.99 | 110.52 | 242.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 51 | 0 | 0.98 | 0.79 | 0.05 | 348.61 | 0.95 | 0.49 |
| Hex | F3 | 6 | 33 | 0 | 62 | 4F | 5 | 15D | 5F | 31 |
| Octal | 363 | 6 | 63 | 0 | 142 | 117 | 5 | 535 | 137 | 61 |
| Binary | 11110011 | 110 | 110011 | 0 | 1100010 | 1001111 | 101 | 101011101 | 1011111 | 110001 |
Color Harmonies of #F30633
Complementary color
Monochromatic Colors of #F30633
Black with #F30633
Text Example
Text Example
White with #F30633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30633; }
p { color: rgb(243,6,51); }
H1.HeaderClassName
{
color: #F30633;
}
.AnyTagClassName
{
color: #F30633;
}
</style>
background-color css
<style>
a { background-color: #F30633; }
a { background-color: rgb(243,6,51); }
div.DivClassName
{
background-color: #F30633;
}
.BgClassName
{
background-color: #F30633;
}
</style>
border-color css
<style>
span { border-color: #F30633; }
span { border-color: rgb(243,6,51); }
td.TdClassName
{
border-color: #F30633;
}
.TagClassName
{
border-color: #F30633;
}
</style>