Shades of Red Orange #F42E2E
Tints of Red Orange #F42E2E
RGB
CMYK
RGB Variations
Color information
#F42E2E (or 0xF42E2E) is known color: Red Orange. HEX triplet: F4, 2E and 2E. RGB value is (244,46,46). Sum of RGB (Red+Green+Blue) = 244+46+46=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42E2E is #0BD1D1. Grayscale: #696969. Windows color (decimal): -774610 or 3026676. OLE color: 3026676.
HSL color Cylindrical-coordinate representation of color #F42E2E: hue angle of 0º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42E2E is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 46 | 46 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.04 |
| HSL | 0º | 0.9% | 0.57% | - |
| HSV(B) | 0º | 0.81% | 0.96% | - |
| XYZ | 38.78 | 21.38 | 4.67 | - |
| YUV | 105.2 | 94.6 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 46 | 46 | 0 | 0.81 | 0.81 | 0.04 | 0 | 0.9 | 0.57 |
| Hex | F4 | 2E | 2E | 0 | 51 | 51 | 4 | 0 | 5A | 39 |
| Octal | 364 | 56 | 56 | 0 | 121 | 121 | 4 | 0 | 132 | 71 |
| Binary | 11110100 | 101110 | 101110 | 0 | 1010001 | 1010001 | 100 | 0 | 1011010 | 111001 |
Color Harmonies of #F42E2E
Complementary color
Monochromatic Colors of #F42E2E
Black with #F42E2E
Text Example
Text Example
White with #F42E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42E2E; }
p { color: rgb(244,46,46); }
H1.HeaderClassName
{
color: #F42E2E;
}
.AnyTagClassName
{
color: #F42E2E;
}
</style>
background-color css
<style>
a { background-color: #F42E2E; }
a { background-color: rgb(244,46,46); }
div.DivClassName
{
background-color: #F42E2E;
}
.BgClassName
{
background-color: #F42E2E;
}
</style>
border-color css
<style>
span { border-color: #F42E2E; }
span { border-color: rgb(244,46,46); }
td.TdClassName
{
border-color: #F42E2E;
}
.TagClassName
{
border-color: #F42E2E;
}
</style>