Shades of Red Orange #FF381E
Tints of Red Orange #FF381E
RGB
CMYK
RGB Variations
Color information
#FF381E (or 0xFF381E) is known color: Red Orange. HEX triplet: FF, 38 and 1E. RGB value is (255,56,30). Sum of RGB (Red+Green+Blue) = 255+56+30=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF381E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF381E is #00C7E1. Grayscale: #707070. Windows color (decimal): -51170 or 1980671. OLE color: 1980671.
HSL color Cylindrical-coordinate representation of color #FF381E: hue angle of 6.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF381E is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 30 | - |
| CMYK | 0 | 0.78 | 0.88 | 0 |
| HSL | 6.93º | 1% | 0.56% | - |
| HSV(B) | 6.93º | 0.88% | 1% | - |
| XYZ | 42.89 | 24.18 | 3.64 | - |
| YUV | 112.54 | 81.43 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 30 | 0 | 0.78 | 0.88 | 0 | 6.93 | 1 | 0.56 |
| Hex | FF | 38 | 1E | 0 | 4E | 58 | 0 | 7 | 64 | 38 |
| Octal | 377 | 70 | 36 | 0 | 116 | 130 | 0 | 7 | 144 | 70 |
| Binary | 11111111 | 111000 | 11110 | 0 | 1001110 | 1011000 | 0 | 111 | 1100100 | 111000 |
Color Harmonies of #FF381E
Complementary color
Monochromatic Colors of #FF381E
Black with #FF381E
Text Example
Text Example
White with #FF381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF381E; }
p { color: rgb(255,56,30); }
H1.HeaderClassName
{
color: #FF381E;
}
.AnyTagClassName
{
color: #FF381E;
}
</style>
background-color css
<style>
a { background-color: #FF381E; }
a { background-color: rgb(255,56,30); }
div.DivClassName
{
background-color: #FF381E;
}
.BgClassName
{
background-color: #FF381E;
}
</style>
border-color css
<style>
span { border-color: #FF381E; }
span { border-color: rgb(255,56,30); }
td.TdClassName
{
border-color: #FF381E;
}
.TagClassName
{
border-color: #FF381E;
}
</style>