Shades of Orange Red #F24419
Tints of Orange Red #F24419
RGB
CMYK
RGB Variations
Color information
#F24419 (or 0xF24419) is known color: Orange Red. HEX triplet: F2, 44 and 19. RGB value is (242,68,25). Sum of RGB (Red+Green+Blue) = 242+68+25=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F24419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24419 is #0DBBE6. Grayscale: #737373. Windows color (decimal): -900071 or 1656050. OLE color: 1656050.
HSL color Cylindrical-coordinate representation of color #F24419: hue angle of 11.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F24419 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 25 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.05 |
| HSL | 11.89º | 0.89% | 0.52% | - |
| HSV(B) | 11.89º | 0.9% | 0.95% | - |
| XYZ | 38.86 | 23.08 | 3.33 | - |
| YUV | 115.12 | 77.15 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 25 | 0 | 0.72 | 0.90 | 0.05 | 11.89 | 0.89 | 0.52 |
| Hex | F2 | 44 | 19 | 0 | 48 | 5A | 5 | C | 59 | 34 |
| Octal | 362 | 104 | 31 | 0 | 110 | 132 | 5 | 14 | 131 | 64 |
| Binary | 11110010 | 1000100 | 11001 | 0 | 1001000 | 1011010 | 101 | 1100 | 1011001 | 110100 |
Color Harmonies of #F24419
Complementary color
Monochromatic Colors of #F24419
Black with #F24419
Text Example
Text Example
White with #F24419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24419; }
p { color: rgb(242,68,25); }
H1.HeaderClassName
{
color: #F24419;
}
.AnyTagClassName
{
color: #F24419;
}
</style>
background-color css
<style>
a { background-color: #F24419; }
a { background-color: rgb(242,68,25); }
div.DivClassName
{
background-color: #F24419;
}
.BgClassName
{
background-color: #F24419;
}
</style>
border-color css
<style>
span { border-color: #F24419; }
span { border-color: rgb(242,68,25); }
td.TdClassName
{
border-color: #F24419;
}
.TagClassName
{
border-color: #F24419;
}
</style>