Shades of Red Orange #F0321D
Tints of Red Orange #F0321D
RGB
CMYK
RGB Variations
Color information
#F0321D (or 0xF0321D) is known color: Red Orange. HEX triplet: F0, 32 and 1D. RGB value is (240,50,29). Sum of RGB (Red+Green+Blue) = 240+50+29=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0321D is #0FCDE2. Grayscale: #686868. Windows color (decimal): -1035747 or 1913584. OLE color: 1913584.
HSL color Cylindrical-coordinate representation of color #F0321D: hue angle of 5.97º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0321D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 29 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.06 |
| HSL | 5.97º | 0.88% | 0.53% | - |
| HSV(B) | 5.97º | 0.88% | 0.94% | - |
| XYZ | 37.3 | 20.9 | 3.23 | - |
| YUV | 104.42 | 85.45 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 29 | 0 | 0.79 | 0.88 | 0.06 | 5.97 | 0.88 | 0.53 |
| Hex | F0 | 32 | 1D | 0 | 4F | 58 | 6 | 6 | 58 | 35 |
| Octal | 360 | 62 | 35 | 0 | 117 | 130 | 6 | 6 | 130 | 65 |
| Binary | 11110000 | 110010 | 11101 | 0 | 1001111 | 1011000 | 110 | 110 | 1011000 | 110101 |
Color Harmonies of #F0321D
Complementary color
Monochromatic Colors of #F0321D
Black with #F0321D
Text Example
Text Example
White with #F0321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0321D; }
p { color: rgb(240,50,29); }
H1.HeaderClassName
{
color: #F0321D;
}
.AnyTagClassName
{
color: #F0321D;
}
</style>
background-color css
<style>
a { background-color: #F0321D; }
a { background-color: rgb(240,50,29); }
div.DivClassName
{
background-color: #F0321D;
}
.BgClassName
{
background-color: #F0321D;
}
</style>
border-color css
<style>
span { border-color: #F0321D; }
span { border-color: rgb(240,50,29); }
td.TdClassName
{
border-color: #F0321D;
}
.TagClassName
{
border-color: #F0321D;
}
</style>