Shades of Red Orange #FF322B
Tints of Red Orange #FF322B
RGB
CMYK
RGB Variations
Color information
#FF322B (or 0xFF322B) is known color: Red Orange. HEX triplet: FF, 32 and 2B. RGB value is (255,50,43). Sum of RGB (Red+Green+Blue) = 255+50+43=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF322B is #00CDD4. Grayscale: #6E6E6E. Windows color (decimal): -52693 or 2831103. OLE color: 2831103.
HSL color Cylindrical-coordinate representation of color #FF322B: hue angle of 1.98º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF322B is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 43 | - |
| CMYK | 0 | 0.80 | 0.83 | 0 |
| HSL | 1.98º | 1% | 0.58% | - |
| HSV(B) | 1.98º | 0.83% | 1% | - |
| XYZ | 42.82 | 23.72 | 4.61 | - |
| YUV | 110.5 | 89.92 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 43 | 0 | 0.80 | 0.83 | 0 | 1.98 | 1 | 0.58 |
| Hex | FF | 32 | 2B | 0 | 50 | 53 | 0 | 2 | 64 | 3A |
| Octal | 377 | 62 | 53 | 0 | 120 | 123 | 0 | 2 | 144 | 72 |
| Binary | 11111111 | 110010 | 101011 | 0 | 1010000 | 1010011 | 0 | 10 | 1100100 | 111010 |
Color Harmonies of #FF322B
Complementary color
Monochromatic Colors of #FF322B
Black with #FF322B
Text Example
Text Example
White with #FF322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF322B; }
p { color: rgb(255,50,43); }
H1.HeaderClassName
{
color: #FF322B;
}
.AnyTagClassName
{
color: #FF322B;
}
</style>
background-color css
<style>
a { background-color: #FF322B; }
a { background-color: rgb(255,50,43); }
div.DivClassName
{
background-color: #FF322B;
}
.BgClassName
{
background-color: #FF322B;
}
</style>
border-color css
<style>
span { border-color: #FF322B; }
span { border-color: rgb(255,50,43); }
td.TdClassName
{
border-color: #FF322B;
}
.TagClassName
{
border-color: #FF322B;
}
</style>