Shades of Red Orange #F92521
Tints of Red Orange #F92521
RGB
CMYK
RGB Variations
Color information
#F92521 (or 0xF92521) is known color: Red Orange. HEX triplet: F9, 25 and 21. RGB value is (249,37,33). Sum of RGB (Red+Green+Blue) = 249+37+33=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F92521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92521 is #06DADE. Grayscale: #646464. Windows color (decimal): -449247 or 2172409. OLE color: 2172409.
HSL color Cylindrical-coordinate representation of color #F92521: hue angle of 1.11º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92521 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 33 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.02 |
| HSL | 1.11º | 0.95% | 0.55% | - |
| HSV(B) | 1.11º | 0.87% | 0.98% | - |
| XYZ | 40 | 21.57 | 3.49 | - |
| YUV | 99.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 33 | 0 | 0.85 | 0.87 | 0.02 | 1.11 | 0.95 | 0.55 |
| Hex | F9 | 25 | 21 | 0 | 55 | 57 | 2 | 1 | 5F | 37 |
| Octal | 371 | 45 | 41 | 0 | 125 | 127 | 2 | 1 | 137 | 67 |
| Binary | 11111001 | 100101 | 100001 | 0 | 1010101 | 1010111 | 10 | 1 | 1011111 | 110111 |
Color Harmonies of #F92521
Complementary color
Monochromatic Colors of #F92521
Black with #F92521
Text Example
Text Example
White with #F92521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92521; }
p { color: rgb(249,37,33); }
H1.HeaderClassName
{
color: #F92521;
}
.AnyTagClassName
{
color: #F92521;
}
</style>
background-color css
<style>
a { background-color: #F92521; }
a { background-color: rgb(249,37,33); }
div.DivClassName
{
background-color: #F92521;
}
.BgClassName
{
background-color: #F92521;
}
</style>
border-color css
<style>
span { border-color: #F92521; }
span { border-color: rgb(249,37,33); }
td.TdClassName
{
border-color: #F92521;
}
.TagClassName
{
border-color: #F92521;
}
</style>