Shades of Red Orange #F02C1D
Tints of Red Orange #F02C1D
RGB
CMYK
RGB Variations
Color information
#F02C1D (or 0xF02C1D) is known color: Red Orange. HEX triplet: F0, 2C and 1D. RGB value is (240,44,29). Sum of RGB (Red+Green+Blue) = 240+44+29=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C1D is #0FD3E2. Grayscale: #656565. Windows color (decimal): -1037283 or 1912048. OLE color: 1912048.
HSL color Cylindrical-coordinate representation of color #F02C1D: hue angle of 4.27º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F02C1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.06 |
| HSL | 4.27º | 0.88% | 0.53% | - |
| HSV(B) | 4.27º | 0.88% | 0.94% | - |
| XYZ | 37.06 | 20.42 | 3.15 | - |
| YUV | 100.89 | 87.43 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 29 | 0 | 0.82 | 0.88 | 0.06 | 4.27 | 0.88 | 0.53 |
| Hex | F0 | 2C | 1D | 0 | 52 | 58 | 6 | 4 | 58 | 35 |
| Octal | 360 | 54 | 35 | 0 | 122 | 130 | 6 | 4 | 130 | 65 |
| Binary | 11110000 | 101100 | 11101 | 0 | 1010010 | 1011000 | 110 | 100 | 1011000 | 110101 |
Color Harmonies of #F02C1D
Complementary color
Monochromatic Colors of #F02C1D
Black with #F02C1D
Text Example
Text Example
White with #F02C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C1D; }
p { color: rgb(240,44,29); }
H1.HeaderClassName
{
color: #F02C1D;
}
.AnyTagClassName
{
color: #F02C1D;
}
</style>
background-color css
<style>
a { background-color: #F02C1D; }
a { background-color: rgb(240,44,29); }
div.DivClassName
{
background-color: #F02C1D;
}
.BgClassName
{
background-color: #F02C1D;
}
</style>
border-color css
<style>
span { border-color: #F02C1D; }
span { border-color: rgb(240,44,29); }
td.TdClassName
{
border-color: #F02C1D;
}
.TagClassName
{
border-color: #F02C1D;
}
</style>