Shades of Orange Red #F34113
Tints of Orange Red #F34113
RGB
CMYK
RGB Variations
Color information
#F34113 (or 0xF34113) is known color: Orange Red. HEX triplet: F3, 41 and 13. RGB value is (243,65,19). Sum of RGB (Red+Green+Blue) = 243+65+19=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F34113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34113 is #0CBEEC. Grayscale: #717171. Windows color (decimal): -835309 or 1262067. OLE color: 1262067.
HSL color Cylindrical-coordinate representation of color #F34113: hue angle of 12.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F34113 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 19 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.05 |
| HSL | 12.32º | 0.9% | 0.51% | - |
| HSV(B) | 12.32º | 0.92% | 0.95% | - |
| XYZ | 38.97 | 22.88 | 2.98 | - |
| YUV | 112.98 | 74.97 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 19 | 0 | 0.73 | 0.92 | 0.05 | 12.32 | 0.9 | 0.51 |
| Hex | F3 | 41 | 13 | 0 | 49 | 5C | 5 | C | 5A | 33 |
| Octal | 363 | 101 | 23 | 0 | 111 | 134 | 5 | 14 | 132 | 63 |
| Binary | 11110011 | 1000001 | 10011 | 0 | 1001001 | 1011100 | 101 | 1100 | 1011010 | 110011 |
Color Harmonies of #F34113
Complementary color
Monochromatic Colors of #F34113
Black with #F34113
Text Example
Text Example
White with #F34113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34113; }
p { color: rgb(243,65,19); }
H1.HeaderClassName
{
color: #F34113;
}
.AnyTagClassName
{
color: #F34113;
}
</style>
background-color css
<style>
a { background-color: #F34113; }
a { background-color: rgb(243,65,19); }
div.DivClassName
{
background-color: #F34113;
}
.BgClassName
{
background-color: #F34113;
}
</style>
border-color css
<style>
span { border-color: #F34113; }
span { border-color: rgb(243,65,19); }
td.TdClassName
{
border-color: #F34113;
}
.TagClassName
{
border-color: #F34113;
}
</style>