Shades of Red Orange #FF3328
Tints of Red Orange #FF3328
RGB
CMYK
RGB Variations
Color information
#FF3328 (or 0xFF3328) is known color: Red Orange. HEX triplet: FF, 33 and 28. RGB value is (255,51,40). Sum of RGB (Red+Green+Blue) = 255+51+40=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3328 is #00CCD7. Grayscale: #6E6E6E. Windows color (decimal): -52440 or 2634751. OLE color: 2634751.
HSL color Cylindrical-coordinate representation of color #FF3328: hue angle of 3.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF3328 is Cyan = 0, Magento = 0.8, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 40 | - |
| CMYK | 0 | 0.8 | 0.84 | 0 |
| HSL | 3.07º | 1% | 0.58% | - |
| HSV(B) | 3.07º | 0.84% | 1% | - |
| XYZ | 42.81 | 23.78 | 4.34 | - |
| YUV | 110.74 | 88.09 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 40 | 0 | 0.8 | 0.84 | 0 | 3.07 | 1 | 0.58 |
| Hex | FF | 33 | 28 | 0 | 50 | 54 | 0 | 3 | 64 | 3A |
| Octal | 377 | 63 | 50 | 0 | 120 | 124 | 0 | 3 | 144 | 72 |
| Binary | 11111111 | 110011 | 101000 | 0 | 1010000 | 1010100 | 0 | 11 | 1100100 | 111010 |
Color Harmonies of #FF3328
Complementary color
Monochromatic Colors of #FF3328
Black with #FF3328
Text Example
Text Example
White with #FF3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3328; }
p { color: rgb(255,51,40); }
H1.HeaderClassName
{
color: #FF3328;
}
.AnyTagClassName
{
color: #FF3328;
}
</style>
background-color css
<style>
a { background-color: #FF3328; }
a { background-color: rgb(255,51,40); }
div.DivClassName
{
background-color: #FF3328;
}
.BgClassName
{
background-color: #FF3328;
}
</style>
border-color css
<style>
span { border-color: #FF3328; }
span { border-color: rgb(255,51,40); }
td.TdClassName
{
border-color: #FF3328;
}
.TagClassName
{
border-color: #FF3328;
}
</style>