Shades of Red Orange #FF382E
Tints of Red Orange #FF382E
RGB
CMYK
RGB Variations
Color information
#FF382E (or 0xFF382E) is known color: Red Orange. HEX triplet: FF, 38 and 2E. RGB value is (255,56,46). Sum of RGB (Red+Green+Blue) = 255+56+46=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF382E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF382E is #00C7D1. Grayscale: #727272. Windows color (decimal): -51154 or 3029247. OLE color: 3029247.
HSL color Cylindrical-coordinate representation of color #FF382E: hue angle of 2.87º 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 #FF382E is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 46 | - |
| CMYK | 0 | 0.78 | 0.82 | 0 |
| HSL | 2.87º | 1% | 0.59% | - |
| HSV(B) | 2.87º | 0.82% | 1% | - |
| XYZ | 43.15 | 24.29 | 5 | - |
| YUV | 114.36 | 89.43 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 46 | 0 | 0.78 | 0.82 | 0 | 2.87 | 1 | 0.59 |
| Hex | FF | 38 | 2E | 0 | 4E | 52 | 0 | 3 | 64 | 3B |
| Octal | 377 | 70 | 56 | 0 | 116 | 122 | 0 | 3 | 144 | 73 |
| Binary | 11111111 | 111000 | 101110 | 0 | 1001110 | 1010010 | 0 | 11 | 1100100 | 111011 |
Color Harmonies of #FF382E
Complementary color
Monochromatic Colors of #FF382E
Black with #FF382E
Text Example
Text Example
White with #FF382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF382E; }
p { color: rgb(255,56,46); }
H1.HeaderClassName
{
color: #FF382E;
}
.AnyTagClassName
{
color: #FF382E;
}
</style>
background-color css
<style>
a { background-color: #FF382E; }
a { background-color: rgb(255,56,46); }
div.DivClassName
{
background-color: #FF382E;
}
.BgClassName
{
background-color: #FF382E;
}
</style>
border-color css
<style>
span { border-color: #FF382E; }
span { border-color: rgb(255,56,46); }
td.TdClassName
{
border-color: #FF382E;
}
.TagClassName
{
border-color: #FF382E;
}
</style>