Shades of Red Orange #F03029
Tints of Red Orange #F03029
RGB
CMYK
RGB Variations
Color information
#F03029 (or 0xF03029) is known color: Red Orange. HEX triplet: F0, 30 and 29. RGB value is (240,48,41). Sum of RGB (Red+Green+Blue) = 240+48+41=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F03029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03029 is #0FCFD6. Grayscale: #686868. Windows color (decimal): -1036247 or 2699504. OLE color: 2699504.
HSL color Cylindrical-coordinate representation of color #F03029: hue angle of 2.11º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F03029 is Cyan = 0, Magento = 0.8, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 41 | - |
| CMYK | 0 | 0.8 | 0.83 | 0.06 |
| HSL | 2.11º | 0.87% | 0.55% | - |
| HSV(B) | 2.11º | 0.83% | 0.94% | - |
| XYZ | 37.39 | 20.8 | 4.14 | - |
| YUV | 104.61 | 92.11 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 41 | 0 | 0.8 | 0.83 | 0.06 | 2.11 | 0.87 | 0.55 |
| Hex | F0 | 30 | 29 | 0 | 50 | 53 | 6 | 2 | 57 | 37 |
| Octal | 360 | 60 | 51 | 0 | 120 | 123 | 6 | 2 | 127 | 67 |
| Binary | 11110000 | 110000 | 101001 | 0 | 1010000 | 1010011 | 110 | 10 | 1010111 | 110111 |
Color Harmonies of #F03029
Complementary color
Monochromatic Colors of #F03029
Black with #F03029
Text Example
Text Example
White with #F03029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03029; }
p { color: rgb(240,48,41); }
H1.HeaderClassName
{
color: #F03029;
}
.AnyTagClassName
{
color: #F03029;
}
</style>
background-color css
<style>
a { background-color: #F03029; }
a { background-color: rgb(240,48,41); }
div.DivClassName
{
background-color: #F03029;
}
.BgClassName
{
background-color: #F03029;
}
</style>
border-color css
<style>
span { border-color: #F03029; }
span { border-color: rgb(240,48,41); }
td.TdClassName
{
border-color: #F03029;
}
.TagClassName
{
border-color: #F03029;
}
</style>