Shades of Red Orange #F83121
Tints of Red Orange #F83121
RGB
CMYK
RGB Variations
Color information
#F83121 (or 0xF83121) is known color: Red Orange. HEX triplet: F8, 31 and 21. RGB value is (248,49,33). Sum of RGB (Red+Green+Blue) = 248+49+33=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F83121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83121 is #07CEDE. Grayscale: #6A6A6A. Windows color (decimal): -511711 or 2175480. OLE color: 2175480.
HSL color Cylindrical-coordinate representation of color #F83121: hue angle of 4.47º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F83121 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 33 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.03 |
| HSL | 4.47º | 0.94% | 0.55% | - |
| HSV(B) | 4.47º | 0.87% | 0.97% | - |
| XYZ | 40.08 | 22.26 | 3.62 | - |
| YUV | 106.68 | 86.43 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 33 | 0 | 0.80 | 0.87 | 0.03 | 4.47 | 0.94 | 0.55 |
| Hex | F8 | 31 | 21 | 0 | 50 | 57 | 3 | 4 | 5E | 37 |
| Octal | 370 | 61 | 41 | 0 | 120 | 127 | 3 | 4 | 136 | 67 |
| Binary | 11111000 | 110001 | 100001 | 0 | 1010000 | 1010111 | 11 | 100 | 1011110 | 110111 |
Color Harmonies of #F83121
Complementary color
Monochromatic Colors of #F83121
Black with #F83121
Text Example
Text Example
White with #F83121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83121; }
p { color: rgb(248,49,33); }
H1.HeaderClassName
{
color: #F83121;
}
.AnyTagClassName
{
color: #F83121;
}
</style>
background-color css
<style>
a { background-color: #F83121; }
a { background-color: rgb(248,49,33); }
div.DivClassName
{
background-color: #F83121;
}
.BgClassName
{
background-color: #F83121;
}
</style>
border-color css
<style>
span { border-color: #F83121; }
span { border-color: rgb(248,49,33); }
td.TdClassName
{
border-color: #F83121;
}
.TagClassName
{
border-color: #F83121;
}
</style>