Shades of Red Orange #F82921
Tints of Red Orange #F82921
RGB
CMYK
RGB Variations
Color information
#F82921 (or 0xF82921) is known color: Red Orange. HEX triplet: F8, 29 and 21. RGB value is (248,41,33). Sum of RGB (Red+Green+Blue) = 248+41+33=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F82921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82921 is #07D6DE. Grayscale: #666666. Windows color (decimal): -513759 or 2173432. OLE color: 2173432.
HSL color Cylindrical-coordinate representation of color #F82921: hue angle of 2.23º 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 #F82921 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 33 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.03 |
| HSL | 2.23º | 0.94% | 0.55% | - |
| HSV(B) | 2.23º | 0.87% | 0.97% | - |
| XYZ | 39.78 | 21.65 | 3.52 | - |
| YUV | 101.98 | 89.08 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 33 | 0 | 0.83 | 0.87 | 0.03 | 2.23 | 0.94 | 0.55 |
| Hex | F8 | 29 | 21 | 0 | 53 | 57 | 3 | 2 | 5E | 37 |
| Octal | 370 | 51 | 41 | 0 | 123 | 127 | 3 | 2 | 136 | 67 |
| Binary | 11111000 | 101001 | 100001 | 0 | 1010011 | 1010111 | 11 | 10 | 1011110 | 110111 |
Color Harmonies of #F82921
Complementary color
Monochromatic Colors of #F82921
Black with #F82921
Text Example
Text Example
White with #F82921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82921; }
p { color: rgb(248,41,33); }
H1.HeaderClassName
{
color: #F82921;
}
.AnyTagClassName
{
color: #F82921;
}
</style>
background-color css
<style>
a { background-color: #F82921; }
a { background-color: rgb(248,41,33); }
div.DivClassName
{
background-color: #F82921;
}
.BgClassName
{
background-color: #F82921;
}
</style>
border-color css
<style>
span { border-color: #F82921; }
span { border-color: rgb(248,41,33); }
td.TdClassName
{
border-color: #F82921;
}
.TagClassName
{
border-color: #F82921;
}
</style>