Shades of Red Orange #FF3A32
Tints of Red Orange #FF3A32
RGB
CMYK
RGB Variations
Color information
#FF3A32 (or 0xFF3A32) is known color: Red Orange. HEX triplet: FF, 3A and 32. RGB value is (255,58,50). Sum of RGB (Red+Green+Blue) = 255+58+50=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A32 is #00C5CD. Grayscale: #747474. Windows color (decimal): -50638 or 3291903. OLE color: 3291903.
HSL color Cylindrical-coordinate representation of color #FF3A32: hue angle of 2.34º 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 #FF3A32 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 50 | - |
| CMYK | 0 | 0.77 | 0.80 | 0 |
| HSL | 2.34º | 1% | 0.6% | - |
| HSV(B) | 2.34º | 0.8% | 1% | - |
| XYZ | 43.33 | 24.52 | 5.47 | - |
| YUV | 115.99 | 90.77 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 50 | 0 | 0.77 | 0.80 | 0 | 2.34 | 1 | 0.6 |
| Hex | FF | 3A | 32 | 0 | 4D | 50 | 0 | 2 | 64 | 3C |
| Octal | 377 | 72 | 62 | 0 | 115 | 120 | 0 | 2 | 144 | 74 |
| Binary | 11111111 | 111010 | 110010 | 0 | 1001101 | 1010000 | 0 | 10 | 1100100 | 111100 |
Color Harmonies of #FF3A32
Complementary color
Monochromatic Colors of #FF3A32
Black with #FF3A32
Text Example
Text Example
White with #FF3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A32; }
p { color: rgb(255,58,50); }
H1.HeaderClassName
{
color: #FF3A32;
}
.AnyTagClassName
{
color: #FF3A32;
}
</style>
background-color css
<style>
a { background-color: #FF3A32; }
a { background-color: rgb(255,58,50); }
div.DivClassName
{
background-color: #FF3A32;
}
.BgClassName
{
background-color: #FF3A32;
}
</style>
border-color css
<style>
span { border-color: #FF3A32; }
span { border-color: rgb(255,58,50); }
td.TdClassName
{
border-color: #FF3A32;
}
.TagClassName
{
border-color: #FF3A32;
}
</style>