Shades of Red Orange #FF392F
Tints of Red Orange #FF392F
RGB
CMYK
RGB Variations
Color information
#FF392F (or 0xFF392F) is known color: Red Orange. HEX triplet: FF, 39 and 2F. RGB value is (255,57,47). Sum of RGB (Red+Green+Blue) = 255+57+47=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF392F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF392F is #00C6D0. Grayscale: #737373. Windows color (decimal): -50897 or 3095039. OLE color: 3095039.
HSL color Cylindrical-coordinate representation of color #FF392F: hue angle of 2.88º 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 #FF392F is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 47 | - |
| CMYK | 0 | 0.78 | 0.82 | 0 |
| HSL | 2.88º | 1% | 0.59% | - |
| HSV(B) | 2.88º | 0.82% | 1% | - |
| XYZ | 43.22 | 24.39 | 5.12 | - |
| YUV | 115.06 | 89.6 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 47 | 0 | 0.78 | 0.82 | 0 | 2.88 | 1 | 0.59 |
| Hex | FF | 39 | 2F | 0 | 4E | 52 | 0 | 3 | 64 | 3B |
| Octal | 377 | 71 | 57 | 0 | 116 | 122 | 0 | 3 | 144 | 73 |
| Binary | 11111111 | 111001 | 101111 | 0 | 1001110 | 1010010 | 0 | 11 | 1100100 | 111011 |
Color Harmonies of #FF392F
Complementary color
Monochromatic Colors of #FF392F
Black with #FF392F
Text Example
Text Example
White with #FF392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF392F; }
p { color: rgb(255,57,47); }
H1.HeaderClassName
{
color: #FF392F;
}
.AnyTagClassName
{
color: #FF392F;
}
</style>
background-color css
<style>
a { background-color: #FF392F; }
a { background-color: rgb(255,57,47); }
div.DivClassName
{
background-color: #FF392F;
}
.BgClassName
{
background-color: #FF392F;
}
</style>
border-color css
<style>
span { border-color: #FF392F; }
span { border-color: rgb(255,57,47); }
td.TdClassName
{
border-color: #FF392F;
}
.TagClassName
{
border-color: #FF392F;
}
</style>