Shades of Red Orange #F03321
Tints of Red Orange #F03321
RGB
CMYK
RGB Variations
Color information
#F03321 (or 0xF03321) is known color: Red Orange. HEX triplet: F0, 33 and 21. RGB value is (240,51,33). Sum of RGB (Red+Green+Blue) = 240+51+33=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F03321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03321 is #0FCCDE. Grayscale: #696969. Windows color (decimal): -1035487 or 2175984. OLE color: 2175984.
HSL color Cylindrical-coordinate representation of color #F03321: hue angle of 5.22º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F03321 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 33 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.06 |
| HSL | 5.22º | 0.87% | 0.54% | - |
| HSV(B) | 5.22º | 0.86% | 0.94% | - |
| XYZ | 37.39 | 21 | 3.52 | - |
| YUV | 105.46 | 87.12 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 33 | 0 | 0.79 | 0.86 | 0.06 | 5.22 | 0.87 | 0.54 |
| Hex | F0 | 33 | 21 | 0 | 4F | 56 | 6 | 5 | 57 | 36 |
| Octal | 360 | 63 | 41 | 0 | 117 | 126 | 6 | 5 | 127 | 66 |
| Binary | 11110000 | 110011 | 100001 | 0 | 1001111 | 1010110 | 110 | 101 | 1010111 | 110110 |
Color Harmonies of #F03321
Complementary color
Monochromatic Colors of #F03321
Black with #F03321
Text Example
Text Example
White with #F03321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03321; }
p { color: rgb(240,51,33); }
H1.HeaderClassName
{
color: #F03321;
}
.AnyTagClassName
{
color: #F03321;
}
</style>
background-color css
<style>
a { background-color: #F03321; }
a { background-color: rgb(240,51,33); }
div.DivClassName
{
background-color: #F03321;
}
.BgClassName
{
background-color: #F03321;
}
</style>
border-color css
<style>
span { border-color: #F03321; }
span { border-color: rgb(240,51,33); }
td.TdClassName
{
border-color: #F03321;
}
.TagClassName
{
border-color: #F03321;
}
</style>