Shades of Red Orange #F93831
Tints of Red Orange #F93831
RGB
CMYK
RGB Variations
Color information
#F93831 (or 0xF93831) is known color: Red Orange. HEX triplet: F9, 38 and 31. RGB value is (249,56,49). Sum of RGB (Red+Green+Blue) = 249+56+49=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F93831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93831 is #06C7CE. Grayscale: #717171. Windows color (decimal): -444367 or 3225849. OLE color: 3225849.
HSL color Cylindrical-coordinate representation of color #F93831: hue angle of 2.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93831 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 49 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.02 |
| HSL | 2.1º | 0.94% | 0.58% | - |
| HSV(B) | 2.1º | 0.8% | 0.98% | - |
| XYZ | 41.04 | 23.19 | 5.22 | - |
| YUV | 112.91 | 91.94 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 49 | 0 | 0.78 | 0.80 | 0.02 | 2.1 | 0.94 | 0.58 |
| Hex | F9 | 38 | 31 | 0 | 4E | 50 | 2 | 2 | 5E | 3A |
| Octal | 371 | 70 | 61 | 0 | 116 | 120 | 2 | 2 | 136 | 72 |
| Binary | 11111001 | 111000 | 110001 | 0 | 1001110 | 1010000 | 10 | 10 | 1011110 | 111010 |
Color Harmonies of #F93831
Complementary color
Monochromatic Colors of #F93831
Black with #F93831
Text Example
Text Example
White with #F93831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93831; }
p { color: rgb(249,56,49); }
H1.HeaderClassName
{
color: #F93831;
}
.AnyTagClassName
{
color: #F93831;
}
</style>
background-color css
<style>
a { background-color: #F93831; }
a { background-color: rgb(249,56,49); }
div.DivClassName
{
background-color: #F93831;
}
.BgClassName
{
background-color: #F93831;
}
</style>
border-color css
<style>
span { border-color: #F93831; }
span { border-color: rgb(249,56,49); }
td.TdClassName
{
border-color: #F93831;
}
.TagClassName
{
border-color: #F93831;
}
</style>