Shades of Red Orange #FF332F
Tints of Red Orange #FF332F
RGB
CMYK
RGB Variations
Color information
#FF332F (or 0xFF332F) is known color: Red Orange. HEX triplet: FF, 33 and 2F. RGB value is (255,51,47). Sum of RGB (Red+Green+Blue) = 255+51+47=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF332F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF332F is #00CCD0. Grayscale: #6F6F6F. Windows color (decimal): -52433 or 3093503. OLE color: 3093503.
HSL color Cylindrical-coordinate representation of color #FF332F: hue angle of 1.15º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF332F is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 47 | - |
| CMYK | 0 | 0.8 | 0.82 | 0 |
| HSL | 1.15º | 1% | 0.59% | - |
| HSV(B) | 1.15º | 0.82% | 1% | - |
| XYZ | 42.94 | 23.83 | 5.03 | - |
| YUV | 111.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 47 | 0 | 0.8 | 0.82 | 0 | 1.15 | 1 | 0.59 |
| Hex | FF | 33 | 2F | 0 | 50 | 52 | 0 | 1 | 64 | 3B |
| Octal | 377 | 63 | 57 | 0 | 120 | 122 | 0 | 1 | 144 | 73 |
| Binary | 11111111 | 110011 | 101111 | 0 | 1010000 | 1010010 | 0 | 1 | 1100100 | 111011 |
Color Harmonies of #FF332F
Complementary color
Monochromatic Colors of #FF332F
Black with #FF332F
Text Example
Text Example
White with #FF332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF332F; }
p { color: rgb(255,51,47); }
H1.HeaderClassName
{
color: #FF332F;
}
.AnyTagClassName
{
color: #FF332F;
}
</style>
background-color css
<style>
a { background-color: #FF332F; }
a { background-color: rgb(255,51,47); }
div.DivClassName
{
background-color: #FF332F;
}
.BgClassName
{
background-color: #FF332F;
}
</style>
border-color css
<style>
span { border-color: #FF332F; }
span { border-color: rgb(255,51,47); }
td.TdClassName
{
border-color: #FF332F;
}
.TagClassName
{
border-color: #FF332F;
}
</style>