Shades of Red Orange #F02824
Tints of Red Orange #F02824
RGB
CMYK
RGB Variations
Color information
#F02824 (or 0xF02824) is known color: Red Orange. HEX triplet: F0, 28 and 24. RGB value is (240,40,36). Sum of RGB (Red+Green+Blue) = 240+40+36=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F02824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02824 is #0FD7DB. Grayscale: #636363. Windows color (decimal): -1038300 or 2369776. OLE color: 2369776.
HSL color Cylindrical-coordinate representation of color #F02824: hue angle of 1.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02824 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 36 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.06 |
| HSL | 1.18º | 0.87% | 0.54% | - |
| HSV(B) | 1.18º | 0.85% | 0.94% | - |
| XYZ | 37.01 | 20.17 | 3.61 | - |
| YUV | 99.34 | 92.26 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 36 | 0 | 0.83 | 0.85 | 0.06 | 1.18 | 0.87 | 0.54 |
| Hex | F0 | 28 | 24 | 0 | 53 | 55 | 6 | 1 | 57 | 36 |
| Octal | 360 | 50 | 44 | 0 | 123 | 125 | 6 | 1 | 127 | 66 |
| Binary | 11110000 | 101000 | 100100 | 0 | 1010011 | 1010101 | 110 | 1 | 1010111 | 110110 |
Color Harmonies of #F02824
Complementary color
Monochromatic Colors of #F02824
Black with #F02824
Text Example
Text Example
White with #F02824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02824; }
p { color: rgb(240,40,36); }
H1.HeaderClassName
{
color: #F02824;
}
.AnyTagClassName
{
color: #F02824;
}
</style>
background-color css
<style>
a { background-color: #F02824; }
a { background-color: rgb(240,40,36); }
div.DivClassName
{
background-color: #F02824;
}
.BgClassName
{
background-color: #F02824;
}
</style>
border-color css
<style>
span { border-color: #F02824; }
span { border-color: rgb(240,40,36); }
td.TdClassName
{
border-color: #F02824;
}
.TagClassName
{
border-color: #F02824;
}
</style>