Shades of Red Orange #F3291E
Tints of Red Orange #F3291E
RGB
CMYK
RGB Variations
Color information
#F3291E (or 0xF3291E) is known color: Red Orange. HEX triplet: F3, 29 and 1E. RGB value is (243,41,30). Sum of RGB (Red+Green+Blue) = 243+41+30=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F3291E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3291E is #0CD6E1. Grayscale: #646464. Windows color (decimal): -841442 or 1976819. OLE color: 1976819.
HSL color Cylindrical-coordinate representation of color #F3291E: hue angle of 3.1º 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 #F3291E is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 30 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.05 |
| HSL | 3.1º | 0.9% | 0.54% | - |
| HSV(B) | 3.1º | 0.88% | 0.95% | - |
| XYZ | 37.99 | 20.73 | 3.23 | - |
| YUV | 100.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 30 | 0 | 0.83 | 0.88 | 0.05 | 3.1 | 0.9 | 0.54 |
| Hex | F3 | 29 | 1E | 0 | 53 | 58 | 5 | 3 | 5A | 36 |
| Octal | 363 | 51 | 36 | 0 | 123 | 130 | 5 | 3 | 132 | 66 |
| Binary | 11110011 | 101001 | 11110 | 0 | 1010011 | 1011000 | 101 | 11 | 1011010 | 110110 |
Color Harmonies of #F3291E
Complementary color
Monochromatic Colors of #F3291E
Black with #F3291E
Text Example
Text Example
White with #F3291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3291E; }
p { color: rgb(243,41,30); }
H1.HeaderClassName
{
color: #F3291E;
}
.AnyTagClassName
{
color: #F3291E;
}
</style>
background-color css
<style>
a { background-color: #F3291E; }
a { background-color: rgb(243,41,30); }
div.DivClassName
{
background-color: #F3291E;
}
.BgClassName
{
background-color: #F3291E;
}
</style>
border-color css
<style>
span { border-color: #F3291E; }
span { border-color: rgb(243,41,30); }
td.TdClassName
{
border-color: #F3291E;
}
.TagClassName
{
border-color: #F3291E;
}
</style>