Shades of Red Orange #F92D1D
Tints of Red Orange #F92D1D
RGB
CMYK
RGB Variations
Color information
#F92D1D (or 0xF92D1D) is known color: Red Orange. HEX triplet: F9, 2D and 1D. RGB value is (249,45,29). Sum of RGB (Red+Green+Blue) = 249+45+29=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D1D is #06D2E2. Grayscale: #686868. Windows color (decimal): -447203 or 1912313. OLE color: 1912313.
HSL color Cylindrical-coordinate representation of color #F92D1D: hue angle of 4.36º 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 #F92D1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.02 |
| HSL | 4.36º | 0.95% | 0.55% | - |
| HSV(B) | 4.36º | 0.88% | 0.98% | - |
| XYZ | 40.23 | 22.11 | 3.31 | - |
| YUV | 104.17 | 85.59 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 29 | 0 | 0.82 | 0.88 | 0.02 | 4.36 | 0.95 | 0.55 |
| Hex | F9 | 2D | 1D | 0 | 52 | 58 | 2 | 4 | 5F | 37 |
| Octal | 371 | 55 | 35 | 0 | 122 | 130 | 2 | 4 | 137 | 67 |
| Binary | 11111001 | 101101 | 11101 | 0 | 1010010 | 1011000 | 10 | 100 | 1011111 | 110111 |
Color Harmonies of #F92D1D
Complementary color
Monochromatic Colors of #F92D1D
Black with #F92D1D
Text Example
Text Example
White with #F92D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D1D; }
p { color: rgb(249,45,29); }
H1.HeaderClassName
{
color: #F92D1D;
}
.AnyTagClassName
{
color: #F92D1D;
}
</style>
background-color css
<style>
a { background-color: #F92D1D; }
a { background-color: rgb(249,45,29); }
div.DivClassName
{
background-color: #F92D1D;
}
.BgClassName
{
background-color: #F92D1D;
}
</style>
border-color css
<style>
span { border-color: #F92D1D; }
span { border-color: rgb(249,45,29); }
td.TdClassName
{
border-color: #F92D1D;
}
.TagClassName
{
border-color: #F92D1D;
}
</style>