Shades of Red Orange #F42828
Tints of Red Orange #F42828
RGB
CMYK
RGB Variations
Color information
#F42828 (or 0xF42828) is known color: Red Orange. HEX triplet: F4, 28 and 28. RGB value is (244,40,40). Sum of RGB (Red+Green+Blue) = 244+40+40=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F42828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42828 is #0BD7D7. Grayscale: #656565. Windows color (decimal): -776152 or 2631924. OLE color: 2631924.
HSL color Cylindrical-coordinate representation of color #F42828: hue angle of 0º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42828 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 40 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.04 |
| HSL | 0º | 0.9% | 0.56% | - |
| HSV(B) | 0º | 0.84% | 0.96% | - |
| XYZ | 38.45 | 20.9 | 4.02 | - |
| YUV | 101 | 93.59 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 40 | 0 | 0.84 | 0.84 | 0.04 | 0 | 0.9 | 0.56 |
| Hex | F4 | 28 | 28 | 0 | 54 | 54 | 4 | 0 | 5A | 38 |
| Octal | 364 | 50 | 50 | 0 | 124 | 124 | 4 | 0 | 132 | 70 |
| Binary | 11110100 | 101000 | 101000 | 0 | 1010100 | 1010100 | 100 | 0 | 1011010 | 111000 |
Color Harmonies of #F42828
Complementary color
Monochromatic Colors of #F42828
Black with #F42828
Text Example
Text Example
White with #F42828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42828; }
p { color: rgb(244,40,40); }
H1.HeaderClassName
{
color: #F42828;
}
.AnyTagClassName
{
color: #F42828;
}
</style>
background-color css
<style>
a { background-color: #F42828; }
a { background-color: rgb(244,40,40); }
div.DivClassName
{
background-color: #F42828;
}
.BgClassName
{
background-color: #F42828;
}
</style>
border-color css
<style>
span { border-color: #F42828; }
span { border-color: rgb(244,40,40); }
td.TdClassName
{
border-color: #F42828;
}
.TagClassName
{
border-color: #F42828;
}
</style>