Shades of Torch Red #F30628
Tints of Torch Red #F30628
RGB
CMYK
RGB Variations
Color information
#F30628 (or 0xF30628) is known color: Torch Red. HEX triplet: F3, 06 and 28. RGB value is (243,6,40). Sum of RGB (Red+Green+Blue) = 243+6+40=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F30628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30628 is #0CF9D7. Grayscale: #505050. Windows color (decimal): -850392 or 2623219. OLE color: 2623219.
HSL color Cylindrical-coordinate representation of color #F30628: hue angle of 351.39º 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 #F30628 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 40 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.05 |
| HSL | 351.39º | 0.95% | 0.49% | - |
| HSV(B) | 351.39º | 0.98% | 0.95% | - |
| XYZ | 37.41 | 19.34 | 3.77 | - |
| YUV | 80.74 | 105.02 | 243.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 40 | 0 | 0.98 | 0.84 | 0.05 | 351.39 | 0.95 | 0.49 |
| Hex | F3 | 6 | 28 | 0 | 62 | 54 | 5 | 15F | 5F | 31 |
| Octal | 363 | 6 | 50 | 0 | 142 | 124 | 5 | 537 | 137 | 61 |
| Binary | 11110011 | 110 | 101000 | 0 | 1100010 | 1010100 | 101 | 101011111 | 1011111 | 110001 |
Color Harmonies of #F30628
Complementary color
Monochromatic Colors of #F30628
Black with #F30628
Text Example
Text Example
White with #F30628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30628; }
p { color: rgb(243,6,40); }
H1.HeaderClassName
{
color: #F30628;
}
.AnyTagClassName
{
color: #F30628;
}
</style>
background-color css
<style>
a { background-color: #F30628; }
a { background-color: rgb(243,6,40); }
div.DivClassName
{
background-color: #F30628;
}
.BgClassName
{
background-color: #F30628;
}
</style>
border-color css
<style>
span { border-color: #F30628; }
span { border-color: rgb(243,6,40); }
td.TdClassName
{
border-color: #F30628;
}
.TagClassName
{
border-color: #F30628;
}
</style>