Shades of Red Orange #FF322D
Tints of Red Orange #FF322D
RGB
CMYK
RGB Variations
Color information
#FF322D (or 0xFF322D) is known color: Red Orange. HEX triplet: FF, 32 and 2D. RGB value is (255,50,45). Sum of RGB (Red+Green+Blue) = 255+50+45=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF322D is #00CDD2. Grayscale: #6E6E6E. Windows color (decimal): -52691 or 2962175. OLE color: 2962175.
HSL color Cylindrical-coordinate representation of color #FF322D: hue angle of 1.43º 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 #FF322D is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 45 | - |
| CMYK | 0 | 0.80 | 0.82 | 0 |
| HSL | 1.43º | 1% | 0.59% | - |
| HSV(B) | 1.43º | 0.82% | 1% | - |
| XYZ | 42.85 | 23.73 | 4.8 | - |
| YUV | 110.73 | 90.92 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 45 | 0 | 0.80 | 0.82 | 0 | 1.43 | 1 | 0.59 |
| Hex | FF | 32 | 2D | 0 | 50 | 52 | 0 | 1 | 64 | 3B |
| Octal | 377 | 62 | 55 | 0 | 120 | 122 | 0 | 1 | 144 | 73 |
| Binary | 11111111 | 110010 | 101101 | 0 | 1010000 | 1010010 | 0 | 1 | 1100100 | 111011 |
Color Harmonies of #FF322D
Complementary color
Monochromatic Colors of #FF322D
Black with #FF322D
Text Example
Text Example
White with #FF322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF322D; }
p { color: rgb(255,50,45); }
H1.HeaderClassName
{
color: #FF322D;
}
.AnyTagClassName
{
color: #FF322D;
}
</style>
background-color css
<style>
a { background-color: #FF322D; }
a { background-color: rgb(255,50,45); }
div.DivClassName
{
background-color: #FF322D;
}
.BgClassName
{
background-color: #FF322D;
}
</style>
border-color css
<style>
span { border-color: #FF322D; }
span { border-color: rgb(255,50,45); }
td.TdClassName
{
border-color: #FF322D;
}
.TagClassName
{
border-color: #FF322D;
}
</style>