Shades of Red Orange #F92C1D
Tints of Red Orange #F92C1D
RGB
CMYK
RGB Variations
Color information
#F92C1D (or 0xF92C1D) is known color: Red Orange. HEX triplet: F9, 2C and 1D. RGB value is (249,44,29). Sum of RGB (Red+Green+Blue) = 249+44+29=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C1D is #06D3E2. Grayscale: #676767. Windows color (decimal): -447459 or 1912057. OLE color: 1912057.
HSL color Cylindrical-coordinate representation of color #F92C1D: hue angle of 4.09º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F92C1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.02 |
| HSL | 4.09º | 0.95% | 0.55% | - |
| HSV(B) | 4.09º | 0.88% | 0.98% | - |
| XYZ | 40.19 | 22.03 | 3.3 | - |
| YUV | 103.59 | 85.92 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 29 | 0 | 0.82 | 0.88 | 0.02 | 4.09 | 0.95 | 0.55 |
| Hex | F9 | 2C | 1D | 0 | 52 | 58 | 2 | 4 | 5F | 37 |
| Octal | 371 | 54 | 35 | 0 | 122 | 130 | 2 | 4 | 137 | 67 |
| Binary | 11111001 | 101100 | 11101 | 0 | 1010010 | 1011000 | 10 | 100 | 1011111 | 110111 |
Color Harmonies of #F92C1D
Complementary color
Monochromatic Colors of #F92C1D
Black with #F92C1D
Text Example
Text Example
White with #F92C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C1D; }
p { color: rgb(249,44,29); }
H1.HeaderClassName
{
color: #F92C1D;
}
.AnyTagClassName
{
color: #F92C1D;
}
</style>
background-color css
<style>
a { background-color: #F92C1D; }
a { background-color: rgb(249,44,29); }
div.DivClassName
{
background-color: #F92C1D;
}
.BgClassName
{
background-color: #F92C1D;
}
</style>
border-color css
<style>
span { border-color: #F92C1D; }
span { border-color: rgb(249,44,29); }
td.TdClassName
{
border-color: #F92C1D;
}
.TagClassName
{
border-color: #F92C1D;
}
</style>