Shades of Red Orange #FF392D
Tints of Red Orange #FF392D
RGB
CMYK
RGB Variations
Color information
#FF392D (or 0xFF392D) is known color: Red Orange. HEX triplet: FF, 39 and 2D. RGB value is (255,57,45). Sum of RGB (Red+Green+Blue) = 255+57+45=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF392D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF392D is #00C6D2. Grayscale: #737373. Windows color (decimal): -50899 or 2963967. OLE color: 2963967.
HSL color Cylindrical-coordinate representation of color #FF392D: hue angle of 3.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 #FF392D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 45 | - |
| CMYK | 0 | 0.78 | 0.82 | 0 |
| HSL | 3.43º | 1% | 0.59% | - |
| HSV(B) | 3.43º | 0.82% | 1% | - |
| XYZ | 43.18 | 24.38 | 4.91 | - |
| YUV | 114.83 | 88.6 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 45 | 0 | 0.78 | 0.82 | 0 | 3.43 | 1 | 0.59 |
| Hex | FF | 39 | 2D | 0 | 4E | 52 | 0 | 3 | 64 | 3B |
| Octal | 377 | 71 | 55 | 0 | 116 | 122 | 0 | 3 | 144 | 73 |
| Binary | 11111111 | 111001 | 101101 | 0 | 1001110 | 1010010 | 0 | 11 | 1100100 | 111011 |
Color Harmonies of #FF392D
Complementary color
Monochromatic Colors of #FF392D
Black with #FF392D
Text Example
Text Example
White with #FF392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF392D; }
p { color: rgb(255,57,45); }
H1.HeaderClassName
{
color: #FF392D;
}
.AnyTagClassName
{
color: #FF392D;
}
</style>
background-color css
<style>
a { background-color: #FF392D; }
a { background-color: rgb(255,57,45); }
div.DivClassName
{
background-color: #FF392D;
}
.BgClassName
{
background-color: #FF392D;
}
</style>
border-color css
<style>
span { border-color: #FF392D; }
span { border-color: rgb(255,57,45); }
td.TdClassName
{
border-color: #FF392D;
}
.TagClassName
{
border-color: #FF392D;
}
</style>