Shades of Red Orange #F32E1E
Tints of Red Orange #F32E1E
RGB
CMYK
RGB Variations
Color information
#F32E1E (or 0xF32E1E) is known color: Red Orange. HEX triplet: F3, 2E and 1E. RGB value is (243,46,30). Sum of RGB (Red+Green+Blue) = 243+46+30=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E1E is #0CD1E1. Grayscale: #676767. Windows color (decimal): -840162 or 1978099. OLE color: 1978099.
HSL color Cylindrical-coordinate representation of color #F32E1E: hue angle of 4.51º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F32E1E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 30 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.05 |
| HSL | 4.51º | 0.9% | 0.54% | - |
| HSV(B) | 4.51º | 0.88% | 0.95% | - |
| XYZ | 38.17 | 21.1 | 3.29 | - |
| YUV | 103.08 | 86.77 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 30 | 0 | 0.81 | 0.88 | 0.05 | 4.51 | 0.9 | 0.54 |
| Hex | F3 | 2E | 1E | 0 | 51 | 58 | 5 | 5 | 5A | 36 |
| Octal | 363 | 56 | 36 | 0 | 121 | 130 | 5 | 5 | 132 | 66 |
| Binary | 11110011 | 101110 | 11110 | 0 | 1010001 | 1011000 | 101 | 101 | 1011010 | 110110 |
Color Harmonies of #F32E1E
Complementary color
Monochromatic Colors of #F32E1E
Black with #F32E1E
Text Example
Text Example
White with #F32E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E1E; }
p { color: rgb(243,46,30); }
H1.HeaderClassName
{
color: #F32E1E;
}
.AnyTagClassName
{
color: #F32E1E;
}
</style>
background-color css
<style>
a { background-color: #F32E1E; }
a { background-color: rgb(243,46,30); }
div.DivClassName
{
background-color: #F32E1E;
}
.BgClassName
{
background-color: #F32E1E;
}
</style>
border-color css
<style>
span { border-color: #F32E1E; }
span { border-color: rgb(243,46,30); }
td.TdClassName
{
border-color: #F32E1E;
}
.TagClassName
{
border-color: #F32E1E;
}
</style>