Shades of Red Orange #FF3321
Tints of Red Orange #FF3321
RGB
CMYK
RGB Variations
Color information
#FF3321 (or 0xFF3321) is known color: Red Orange. HEX triplet: FF, 33 and 21. RGB value is (255,51,33). Sum of RGB (Red+Green+Blue) = 255+51+33=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3321 is #00CCDE. Grayscale: #6E6E6E. Windows color (decimal): -52447 or 2175999. OLE color: 2175999.
HSL color Cylindrical-coordinate representation of color #FF3321: hue angle of 4.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3321 is Cyan = 0, Magento = 0.8, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 33 | - |
| CMYK | 0 | 0.8 | 0.87 | 0 |
| HSL | 4.86º | 1% | 0.56% | - |
| HSV(B) | 4.86º | 0.87% | 1% | - |
| XYZ | 42.7 | 23.74 | 3.77 | - |
| YUV | 109.94 | 84.59 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 33 | 0 | 0.8 | 0.87 | 0 | 4.86 | 1 | 0.56 |
| Hex | FF | 33 | 21 | 0 | 50 | 57 | 0 | 5 | 64 | 38 |
| Octal | 377 | 63 | 41 | 0 | 120 | 127 | 0 | 5 | 144 | 70 |
| Binary | 11111111 | 110011 | 100001 | 0 | 1010000 | 1010111 | 0 | 101 | 1100100 | 111000 |
Color Harmonies of #FF3321
Complementary color
Monochromatic Colors of #FF3321
Black with #FF3321
Text Example
Text Example
White with #FF3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3321; }
p { color: rgb(255,51,33); }
H1.HeaderClassName
{
color: #FF3321;
}
.AnyTagClassName
{
color: #FF3321;
}
</style>
background-color css
<style>
a { background-color: #FF3321; }
a { background-color: rgb(255,51,33); }
div.DivClassName
{
background-color: #FF3321;
}
.BgClassName
{
background-color: #FF3321;
}
</style>
border-color css
<style>
span { border-color: #FF3321; }
span { border-color: rgb(255,51,33); }
td.TdClassName
{
border-color: #FF3321;
}
.TagClassName
{
border-color: #FF3321;
}
</style>