Shades of Torch Red #F30027
Tints of Torch Red #F30027
RGB
CMYK
RGB Variations
Color information
#F30027 (or 0xF30027) is known color: Torch Red. HEX triplet: F3, 00 and 27. RGB value is (243,0,39). Sum of RGB (Red+Green+Blue) = 243+0+39=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F30027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30027 is #0CFFD8. Grayscale: #4D4D4D. Windows color (decimal): -851929 or 2556147. OLE color: 2556147.
HSL color Cylindrical-coordinate representation of color #F30027: hue angle of 350.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30027 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.84 | 0.05 |
| HSL | 350.37º | 1% | 0.48% | - |
| HSV(B) | 350.37º | 1% | 0.95% | - |
| XYZ | 37.33 | 19.2 | 3.66 | - |
| YUV | 77.1 | 106.51 | 246.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 39 | 0 | 1 | 0.84 | 0.05 | 350.37 | 1 | 0.48 |
| Hex | F3 | 0 | 27 | 0 | 64 | 54 | 5 | 15E | 64 | 30 |
| Octal | 363 | 0 | 47 | 0 | 144 | 124 | 5 | 536 | 144 | 60 |
| Binary | 11110011 | 0 | 100111 | 0 | 1100100 | 1010100 | 101 | 101011110 | 1100100 | 110000 |
Color Harmonies of #F30027
Complementary color
Monochromatic Colors of #F30027
Black with #F30027
Text Example
Text Example
White with #F30027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30027; }
p { color: rgb(243,0,39); }
H1.HeaderClassName
{
color: #F30027;
}
.AnyTagClassName
{
color: #F30027;
}
</style>
background-color css
<style>
a { background-color: #F30027; }
a { background-color: rgb(243,0,39); }
div.DivClassName
{
background-color: #F30027;
}
.BgClassName
{
background-color: #F30027;
}
</style>
border-color css
<style>
span { border-color: #F30027; }
span { border-color: rgb(243,0,39); }
td.TdClassName
{
border-color: #F30027;
}
.TagClassName
{
border-color: #F30027;
}
</style>