Shades of Red Orange #FF3332
Tints of Red Orange #FF3332
RGB
CMYK
RGB Variations
Color information
#FF3332 (or 0xFF3332) is known color: Red Orange. HEX triplet: FF, 33 and 32. RGB value is (255,51,50). Sum of RGB (Red+Green+Blue) = 255+51+50=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3332 is #00CCCD. Grayscale: #707070. Windows color (decimal): -52430 or 3290111. OLE color: 3290111.
HSL color Cylindrical-coordinate representation of color #FF3332: hue angle of 0.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3332 is Cyan = 0, Magento = 0.8, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 50 | - |
| CMYK | 0 | 0.8 | 0.80 | 0 |
| HSL | 0.29º | 1% | 0.6% | - |
| HSV(B) | 0.29º | 0.8% | 1% | - |
| XYZ | 43 | 23.86 | 5.36 | - |
| YUV | 111.88 | 93.09 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 50 | 0 | 0.8 | 0.80 | 0 | 0.29 | 1 | 0.6 |
| Hex | FF | 33 | 32 | 0 | 50 | 50 | 0 | 0 | 64 | 3C |
| Octal | 377 | 63 | 62 | 0 | 120 | 120 | 0 | 0 | 144 | 74 |
| Binary | 11111111 | 110011 | 110010 | 0 | 1010000 | 1010000 | 0 | 0 | 1100100 | 111100 |
Color Harmonies of #FF3332
Complementary color
Monochromatic Colors of #FF3332
Black with #FF3332
Text Example
Text Example
White with #FF3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3332; }
p { color: rgb(255,51,50); }
H1.HeaderClassName
{
color: #FF3332;
}
.AnyTagClassName
{
color: #FF3332;
}
</style>
background-color css
<style>
a { background-color: #FF3332; }
a { background-color: rgb(255,51,50); }
div.DivClassName
{
background-color: #FF3332;
}
.BgClassName
{
background-color: #FF3332;
}
</style>
border-color css
<style>
span { border-color: #FF3332; }
span { border-color: rgb(255,51,50); }
td.TdClassName
{
border-color: #FF3332;
}
.TagClassName
{
border-color: #FF3332;
}
</style>