Shades of Red Orange #F0332C
Tints of Red Orange #F0332C
RGB
CMYK
RGB Variations
Color information
#F0332C (or 0xF0332C) is known color: Red Orange. HEX triplet: F0, 33 and 2C. RGB value is (240,51,44). Sum of RGB (Red+Green+Blue) = 240+51+44=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0332C is #0FCCD3. Grayscale: #6A6A6A. Windows color (decimal): -1035476 or 2896880. OLE color: 2896880.
HSL color Cylindrical-coordinate representation of color #F0332C: hue angle of 2.14º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0332C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 44 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.06 |
| HSL | 2.14º | 0.87% | 0.56% | - |
| HSV(B) | 2.14º | 0.82% | 0.94% | - |
| XYZ | 37.57 | 21.07 | 4.47 | - |
| YUV | 106.71 | 92.62 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 44 | 0 | 0.79 | 0.82 | 0.06 | 2.14 | 0.87 | 0.56 |
| Hex | F0 | 33 | 2C | 0 | 4F | 52 | 6 | 2 | 57 | 38 |
| Octal | 360 | 63 | 54 | 0 | 117 | 122 | 6 | 2 | 127 | 70 |
| Binary | 11110000 | 110011 | 101100 | 0 | 1001111 | 1010010 | 110 | 10 | 1010111 | 111000 |
Color Harmonies of #F0332C
Complementary color
Monochromatic Colors of #F0332C
Black with #F0332C
Text Example
Text Example
White with #F0332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0332C; }
p { color: rgb(240,51,44); }
H1.HeaderClassName
{
color: #F0332C;
}
.AnyTagClassName
{
color: #F0332C;
}
</style>
background-color css
<style>
a { background-color: #F0332C; }
a { background-color: rgb(240,51,44); }
div.DivClassName
{
background-color: #F0332C;
}
.BgClassName
{
background-color: #F0332C;
}
</style>
border-color css
<style>
span { border-color: #F0332C; }
span { border-color: rgb(240,51,44); }
td.TdClassName
{
border-color: #F0332C;
}
.TagClassName
{
border-color: #F0332C;
}
</style>