Shades of Red Orange #F3411B
Tints of Red Orange #F3411B
RGB
CMYK
RGB Variations
Color information
#F3411B (or 0xF3411B) is known color: Red Orange. HEX triplet: F3, 41 and 1B. RGB value is (243,65,27). Sum of RGB (Red+Green+Blue) = 243+65+27=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F3411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3411B is #0CBEE4. Grayscale: #727272. Windows color (decimal): -835301 or 1786355. OLE color: 1786355.
HSL color Cylindrical-coordinate representation of color #F3411B: hue angle of 10.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3411B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.05 |
| HSL | 10.56º | 0.9% | 0.53% | - |
| HSV(B) | 10.56º | 0.89% | 0.95% | - |
| XYZ | 39.05 | 22.91 | 3.4 | - |
| YUV | 113.89 | 78.97 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 27 | 0 | 0.73 | 0.89 | 0.05 | 10.56 | 0.9 | 0.53 |
| Hex | F3 | 41 | 1B | 0 | 49 | 59 | 5 | B | 5A | 35 |
| Octal | 363 | 101 | 33 | 0 | 111 | 131 | 5 | 13 | 132 | 65 |
| Binary | 11110011 | 1000001 | 11011 | 0 | 1001001 | 1011001 | 101 | 1011 | 1011010 | 110101 |
Color Harmonies of #F3411B
Complementary color
Monochromatic Colors of #F3411B
Black with #F3411B
Text Example
Text Example
White with #F3411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3411B; }
p { color: rgb(243,65,27); }
H1.HeaderClassName
{
color: #F3411B;
}
.AnyTagClassName
{
color: #F3411B;
}
</style>
background-color css
<style>
a { background-color: #F3411B; }
a { background-color: rgb(243,65,27); }
div.DivClassName
{
background-color: #F3411B;
}
.BgClassName
{
background-color: #F3411B;
}
</style>
border-color css
<style>
span { border-color: #F3411B; }
span { border-color: rgb(243,65,27); }
td.TdClassName
{
border-color: #F3411B;
}
.TagClassName
{
border-color: #F3411B;
}
</style>