Shades of Red Orange #F03229
Tints of Red Orange #F03229
RGB
CMYK
RGB Variations
Color information
#F03229 (or 0xF03229) is known color: Red Orange. HEX triplet: F0, 32 and 29. RGB value is (240,50,41). Sum of RGB (Red+Green+Blue) = 240+50+41=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F03229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03229 is #0FCDD6. Grayscale: #6A6A6A. Windows color (decimal): -1035735 or 2700016. OLE color: 2700016.
HSL color Cylindrical-coordinate representation of color #F03229: hue angle of 2.71º 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 #F03229 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 41 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.06 |
| HSL | 2.71º | 0.87% | 0.55% | - |
| HSV(B) | 2.71º | 0.83% | 0.94% | - |
| XYZ | 37.48 | 20.97 | 4.17 | - |
| YUV | 105.78 | 91.45 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 41 | 0 | 0.79 | 0.83 | 0.06 | 2.71 | 0.87 | 0.55 |
| Hex | F0 | 32 | 29 | 0 | 4F | 53 | 6 | 3 | 57 | 37 |
| Octal | 360 | 62 | 51 | 0 | 117 | 123 | 6 | 3 | 127 | 67 |
| Binary | 11110000 | 110010 | 101001 | 0 | 1001111 | 1010011 | 110 | 11 | 1010111 | 110111 |
Color Harmonies of #F03229
Complementary color
Monochromatic Colors of #F03229
Black with #F03229
Text Example
Text Example
White with #F03229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03229; }
p { color: rgb(240,50,41); }
H1.HeaderClassName
{
color: #F03229;
}
.AnyTagClassName
{
color: #F03229;
}
</style>
background-color css
<style>
a { background-color: #F03229; }
a { background-color: rgb(240,50,41); }
div.DivClassName
{
background-color: #F03229;
}
.BgClassName
{
background-color: #F03229;
}
</style>
border-color css
<style>
span { border-color: #F03229; }
span { border-color: rgb(240,50,41); }
td.TdClassName
{
border-color: #F03229;
}
.TagClassName
{
border-color: #F03229;
}
</style>