Shades of Orange Red #F34419
Tints of Orange Red #F34419
RGB
CMYK
RGB Variations
Color information
#F34419 (or 0xF34419) is known color: Orange Red. HEX triplet: F3, 44 and 19. RGB value is (243,68,25). Sum of RGB (Red+Green+Blue) = 243+68+25=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F34419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34419 is #0CBBE6. Grayscale: #737373. Windows color (decimal): -834535 or 1656051. OLE color: 1656051.
HSL color Cylindrical-coordinate representation of color #F34419: hue angle of 11.83º 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 #F34419 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 25 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.05 |
| HSL | 11.83º | 0.9% | 0.53% | - |
| HSV(B) | 11.83º | 0.9% | 0.95% | - |
| XYZ | 39.2 | 23.26 | 3.34 | - |
| YUV | 115.42 | 76.98 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 25 | 0 | 0.72 | 0.90 | 0.05 | 11.83 | 0.9 | 0.53 |
| Hex | F3 | 44 | 19 | 0 | 48 | 5A | 5 | C | 5A | 35 |
| Octal | 363 | 104 | 31 | 0 | 110 | 132 | 5 | 14 | 132 | 65 |
| Binary | 11110011 | 1000100 | 11001 | 0 | 1001000 | 1011010 | 101 | 1100 | 1011010 | 110101 |
Color Harmonies of #F34419
Complementary color
Monochromatic Colors of #F34419
Black with #F34419
Text Example
Text Example
White with #F34419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34419; }
p { color: rgb(243,68,25); }
H1.HeaderClassName
{
color: #F34419;
}
.AnyTagClassName
{
color: #F34419;
}
</style>
background-color css
<style>
a { background-color: #F34419; }
a { background-color: rgb(243,68,25); }
div.DivClassName
{
background-color: #F34419;
}
.BgClassName
{
background-color: #F34419;
}
</style>
border-color css
<style>
span { border-color: #F34419; }
span { border-color: rgb(243,68,25); }
td.TdClassName
{
border-color: #F34419;
}
.TagClassName
{
border-color: #F34419;
}
</style>