Shades of Red Orange #F03530
Tints of Red Orange #F03530
RGB
CMYK
RGB Variations
Color information
#F03530 (or 0xF03530) is known color: Red Orange. HEX triplet: F0, 35 and 30. RGB value is (240,53,48). Sum of RGB (Red+Green+Blue) = 240+53+48=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F03530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03530 is #0FCACF. Grayscale: #6C6C6C. Windows color (decimal): -1034960 or 3159536. OLE color: 3159536.
HSL color Cylindrical-coordinate representation of color #F03530: hue angle of 1.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03530 is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 48 | - |
| CMYK | 0 | 0.78 | 0.8 | 0.06 |
| HSL | 1.56º | 0.86% | 0.56% | - |
| HSV(B) | 1.56º | 0.8% | 0.94% | - |
| XYZ | 37.74 | 21.28 | 4.92 | - |
| YUV | 108.34 | 93.95 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 48 | 0 | 0.78 | 0.8 | 0.06 | 1.56 | 0.86 | 0.56 |
| Hex | F0 | 35 | 30 | 0 | 4E | 50 | 6 | 2 | 56 | 38 |
| Octal | 360 | 65 | 60 | 0 | 116 | 120 | 6 | 2 | 126 | 70 |
| Binary | 11110000 | 110101 | 110000 | 0 | 1001110 | 1010000 | 110 | 10 | 1010110 | 111000 |
Color Harmonies of #F03530
Complementary color
Monochromatic Colors of #F03530
Black with #F03530
Text Example
Text Example
White with #F03530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03530; }
p { color: rgb(240,53,48); }
H1.HeaderClassName
{
color: #F03530;
}
.AnyTagClassName
{
color: #F03530;
}
</style>
background-color css
<style>
a { background-color: #F03530; }
a { background-color: rgb(240,53,48); }
div.DivClassName
{
background-color: #F03530;
}
.BgClassName
{
background-color: #F03530;
}
</style>
border-color css
<style>
span { border-color: #F03530; }
span { border-color: rgb(240,53,48); }
td.TdClassName
{
border-color: #F03530;
}
.TagClassName
{
border-color: #F03530;
}
</style>