Shades of Red Orange #F0332F
Tints of Red Orange #F0332F
RGB
CMYK
RGB Variations
Color information
#F0332F (or 0xF0332F) is known color: Red Orange. HEX triplet: F0, 33 and 2F. RGB value is (240,51,47). Sum of RGB (Red+Green+Blue) = 240+51+47=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0332F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0332F is #0FCCD0. Grayscale: #6B6B6B. Windows color (decimal): -1035473 or 3093488. OLE color: 3093488.
HSL color Cylindrical-coordinate representation of color #F0332F: hue angle of 1.24º degrees, saturation: 0.87, 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 #F0332F is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 47 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.06 |
| HSL | 1.24º | 0.87% | 0.56% | - |
| HSV(B) | 1.24º | 0.8% | 0.94% | - |
| XYZ | 37.63 | 21.1 | 4.78 | - |
| YUV | 107.06 | 94.12 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 47 | 0 | 0.79 | 0.80 | 0.06 | 1.24 | 0.87 | 0.56 |
| Hex | F0 | 33 | 2F | 0 | 4F | 50 | 6 | 1 | 57 | 38 |
| Octal | 360 | 63 | 57 | 0 | 117 | 120 | 6 | 1 | 127 | 70 |
| Binary | 11110000 | 110011 | 101111 | 0 | 1001111 | 1010000 | 110 | 1 | 1010111 | 111000 |
Color Harmonies of #F0332F
Complementary color
Monochromatic Colors of #F0332F
Black with #F0332F
Text Example
Text Example
White with #F0332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0332F; }
p { color: rgb(240,51,47); }
H1.HeaderClassName
{
color: #F0332F;
}
.AnyTagClassName
{
color: #F0332F;
}
</style>
background-color css
<style>
a { background-color: #F0332F; }
a { background-color: rgb(240,51,47); }
div.DivClassName
{
background-color: #F0332F;
}
.BgClassName
{
background-color: #F0332F;
}
</style>
border-color css
<style>
span { border-color: #F0332F; }
span { border-color: rgb(240,51,47); }
td.TdClassName
{
border-color: #F0332F;
}
.TagClassName
{
border-color: #F0332F;
}
</style>