Shades of Red Orange #F32E2E
Tints of Red Orange #F32E2E
RGB
CMYK
RGB Variations
Color information
#F32E2E (or 0xF32E2E) is known color: Red Orange. HEX triplet: F3, 2E and 2E. RGB value is (243,46,46). Sum of RGB (Red+Green+Blue) = 243+46+46=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E2E is #0CD1D1. Grayscale: #696969. Windows color (decimal): -840146 or 3026675. OLE color: 3026675.
HSL color Cylindrical-coordinate representation of color #F32E2E: hue angle of 0º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32E2E is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 46 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.05 |
| HSL | 0º | 0.89% | 0.57% | - |
| HSV(B) | 0º | 0.81% | 0.95% | - |
| XYZ | 38.43 | 21.21 | 4.65 | - |
| YUV | 104.9 | 94.77 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 46 | 0 | 0.81 | 0.81 | 0.05 | 0 | 0.89 | 0.57 |
| Hex | F3 | 2E | 2E | 0 | 51 | 51 | 5 | 0 | 59 | 39 |
| Octal | 363 | 56 | 56 | 0 | 121 | 121 | 5 | 0 | 131 | 71 |
| Binary | 11110011 | 101110 | 101110 | 0 | 1010001 | 1010001 | 101 | 0 | 1011001 | 111001 |
Color Harmonies of #F32E2E
Complementary color
Monochromatic Colors of #F32E2E
Black with #F32E2E
Text Example
Text Example
White with #F32E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E2E; }
p { color: rgb(243,46,46); }
H1.HeaderClassName
{
color: #F32E2E;
}
.AnyTagClassName
{
color: #F32E2E;
}
</style>
background-color css
<style>
a { background-color: #F32E2E; }
a { background-color: rgb(243,46,46); }
div.DivClassName
{
background-color: #F32E2E;
}
.BgClassName
{
background-color: #F32E2E;
}
</style>
border-color css
<style>
span { border-color: #F32E2E; }
span { border-color: rgb(243,46,46); }
td.TdClassName
{
border-color: #F32E2E;
}
.TagClassName
{
border-color: #F32E2E;
}
</style>