Shades of Red Orange #F03533
Tints of Red Orange #F03533
RGB
CMYK
RGB Variations
Color information
#F03533 (or 0xF03533) is known color: Red Orange. HEX triplet: F0, 35 and 33. RGB value is (240,53,51). Sum of RGB (Red+Green+Blue) = 240+53+51=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F03533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03533 is #0FCACC. Grayscale: #6C6C6C. Windows color (decimal): -1034957 or 3356144. OLE color: 3356144.
HSL color Cylindrical-coordinate representation of color #F03533: hue angle of 0.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03533 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 51 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.06 |
| HSL | 0.63º | 0.86% | 0.57% | - |
| HSV(B) | 0.63º | 0.79% | 0.94% | - |
| XYZ | 37.81 | 21.31 | 5.25 | - |
| YUV | 108.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 51 | 0 | 0.78 | 0.79 | 0.06 | 0.63 | 0.86 | 0.57 |
| Hex | F0 | 35 | 33 | 0 | 4E | 4F | 6 | 1 | 56 | 39 |
| Octal | 360 | 65 | 63 | 0 | 116 | 117 | 6 | 1 | 126 | 71 |
| Binary | 11110000 | 110101 | 110011 | 0 | 1001110 | 1001111 | 110 | 1 | 1010110 | 111001 |
Color Harmonies of #F03533
Complementary color
Monochromatic Colors of #F03533
Black with #F03533
Text Example
Text Example
White with #F03533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03533; }
p { color: rgb(240,53,51); }
H1.HeaderClassName
{
color: #F03533;
}
.AnyTagClassName
{
color: #F03533;
}
</style>
background-color css
<style>
a { background-color: #F03533; }
a { background-color: rgb(240,53,51); }
div.DivClassName
{
background-color: #F03533;
}
.BgClassName
{
background-color: #F03533;
}
</style>
border-color css
<style>
span { border-color: #F03533; }
span { border-color: rgb(240,53,51); }
td.TdClassName
{
border-color: #F03533;
}
.TagClassName
{
border-color: #F03533;
}
</style>