Shades of Red Orange #FF3326
Tints of Red Orange #FF3326
RGB
CMYK
RGB Variations
Color information
#FF3326 (or 0xFF3326) is known color: Red Orange. HEX triplet: FF, 33 and 26. RGB value is (255,51,38). Sum of RGB (Red+Green+Blue) = 255+51+38=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3326 is #00CCD9. Grayscale: #6E6E6E. Windows color (decimal): -52442 or 2503679. OLE color: 2503679.
HSL color Cylindrical-coordinate representation of color #FF3326: hue angle of 3.59º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF3326 is Cyan = 0, Magento = 0.8, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 38 | - |
| CMYK | 0 | 0.8 | 0.85 | 0 |
| HSL | 3.59º | 1% | 0.57% | - |
| HSV(B) | 3.59º | 0.85% | 1% | - |
| XYZ | 42.77 | 23.77 | 4.17 | - |
| YUV | 110.51 | 87.09 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 38 | 0 | 0.8 | 0.85 | 0 | 3.59 | 1 | 0.57 |
| Hex | FF | 33 | 26 | 0 | 50 | 55 | 0 | 4 | 64 | 39 |
| Octal | 377 | 63 | 46 | 0 | 120 | 125 | 0 | 4 | 144 | 71 |
| Binary | 11111111 | 110011 | 100110 | 0 | 1010000 | 1010101 | 0 | 100 | 1100100 | 111001 |
Color Harmonies of #FF3326
Complementary color
Monochromatic Colors of #FF3326
Black with #FF3326
Text Example
Text Example
White with #FF3326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3326; }
p { color: rgb(255,51,38); }
H1.HeaderClassName
{
color: #FF3326;
}
.AnyTagClassName
{
color: #FF3326;
}
</style>
background-color css
<style>
a { background-color: #FF3326; }
a { background-color: rgb(255,51,38); }
div.DivClassName
{
background-color: #FF3326;
}
.BgClassName
{
background-color: #FF3326;
}
</style>
border-color css
<style>
span { border-color: #FF3326; }
span { border-color: rgb(255,51,38); }
td.TdClassName
{
border-color: #FF3326;
}
.TagClassName
{
border-color: #FF3326;
}
</style>