Shades of Red Orange #FF3932
Tints of Red Orange #FF3932
RGB
CMYK
RGB Variations
Color information
#FF3932 (or 0xFF3932) is known color: Red Orange. HEX triplet: FF, 39 and 32. RGB value is (255,57,50). Sum of RGB (Red+Green+Blue) = 255+57+50=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3932 is #00C6CD. Grayscale: #737373. Windows color (decimal): -50894 or 3291647. OLE color: 3291647.
HSL color Cylindrical-coordinate representation of color #FF3932: hue angle of 2.05º 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 #FF3932 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 50 | - |
| CMYK | 0 | 0.78 | 0.80 | 0 |
| HSL | 2.05º | 1% | 0.6% | - |
| HSV(B) | 2.05º | 0.8% | 1% | - |
| XYZ | 43.28 | 24.42 | 5.45 | - |
| YUV | 115.4 | 91.1 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 50 | 0 | 0.78 | 0.80 | 0 | 2.05 | 1 | 0.6 |
| Hex | FF | 39 | 32 | 0 | 4E | 50 | 0 | 2 | 64 | 3C |
| Octal | 377 | 71 | 62 | 0 | 116 | 120 | 0 | 2 | 144 | 74 |
| Binary | 11111111 | 111001 | 110010 | 0 | 1001110 | 1010000 | 0 | 10 | 1100100 | 111100 |
Color Harmonies of #FF3932
Complementary color
Monochromatic Colors of #FF3932
Black with #FF3932
Text Example
Text Example
White with #FF3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3932; }
p { color: rgb(255,57,50); }
H1.HeaderClassName
{
color: #FF3932;
}
.AnyTagClassName
{
color: #FF3932;
}
</style>
background-color css
<style>
a { background-color: #FF3932; }
a { background-color: rgb(255,57,50); }
div.DivClassName
{
background-color: #FF3932;
}
.BgClassName
{
background-color: #FF3932;
}
</style>
border-color css
<style>
span { border-color: #FF3932; }
span { border-color: rgb(255,57,50); }
td.TdClassName
{
border-color: #FF3932;
}
.TagClassName
{
border-color: #FF3932;
}
</style>