Shades of Orange Red #F34119
Tints of Orange Red #F34119
RGB
CMYK
RGB Variations
Color information
#F34119 (or 0xF34119) is known color: Orange Red. HEX triplet: F3, 41 and 19. RGB value is (243,65,25). Sum of RGB (Red+Green+Blue) = 243+65+25=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F34119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34119 is #0CBEE6. Grayscale: #727272. Windows color (decimal): -835303 or 1655283. OLE color: 1655283.
HSL color Cylindrical-coordinate representation of color #F34119: hue angle of 11.01º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F34119 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 25 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.05 |
| HSL | 11.01º | 0.9% | 0.53% | - |
| HSV(B) | 11.01º | 0.9% | 0.95% | - |
| XYZ | 39.03 | 22.91 | 3.28 | - |
| YUV | 113.66 | 77.97 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 25 | 0 | 0.73 | 0.90 | 0.05 | 11.01 | 0.9 | 0.53 |
| Hex | F3 | 41 | 19 | 0 | 49 | 5A | 5 | B | 5A | 35 |
| Octal | 363 | 101 | 31 | 0 | 111 | 132 | 5 | 13 | 132 | 65 |
| Binary | 11110011 | 1000001 | 11001 | 0 | 1001001 | 1011010 | 101 | 1011 | 1011010 | 110101 |
Color Harmonies of #F34119
Complementary color
Monochromatic Colors of #F34119
Black with #F34119
Text Example
Text Example
White with #F34119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34119; }
p { color: rgb(243,65,25); }
H1.HeaderClassName
{
color: #F34119;
}
.AnyTagClassName
{
color: #F34119;
}
</style>
background-color css
<style>
a { background-color: #F34119; }
a { background-color: rgb(243,65,25); }
div.DivClassName
{
background-color: #F34119;
}
.BgClassName
{
background-color: #F34119;
}
</style>
border-color css
<style>
span { border-color: #F34119; }
span { border-color: rgb(243,65,25); }
td.TdClassName
{
border-color: #F34119;
}
.TagClassName
{
border-color: #F34119;
}
</style>