Shades of Orange Red #FF380E
Tints of Orange Red #FF380E
RGB
CMYK
RGB Variations
Color information
#FF380E (or 0xFF380E) is known color: Orange Red. HEX triplet: FF, 38 and 0E. RGB value is (255,56,14). Sum of RGB (Red+Green+Blue) = 255+56+14=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF380E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF380E is #00C7F1. Grayscale: #6F6F6F. Windows color (decimal): -51186 or 932095. OLE color: 932095.
HSL color Cylindrical-coordinate representation of color #FF380E: hue angle of 10.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF380E is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 14 | - |
| CMYK | 0 | 0.78 | 0.95 | 0 |
| HSL | 10.46º | 1% | 0.53% | - |
| HSV(B) | 10.46º | 0.95% | 1% | - |
| XYZ | 42.73 | 24.12 | 2.82 | - |
| YUV | 110.71 | 73.43 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 14 | 0 | 0.78 | 0.95 | 0 | 10.46 | 1 | 0.53 |
| Hex | FF | 38 | E | 0 | 4E | 5F | 0 | A | 64 | 35 |
| Octal | 377 | 70 | 16 | 0 | 116 | 137 | 0 | 12 | 144 | 65 |
| Binary | 11111111 | 111000 | 1110 | 0 | 1001110 | 1011111 | 0 | 1010 | 1100100 | 110101 |
Color Harmonies of #FF380E
Complementary color
Monochromatic Colors of #FF380E
Black with #FF380E
Text Example
Text Example
White with #FF380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF380E; }
p { color: rgb(255,56,14); }
H1.HeaderClassName
{
color: #FF380E;
}
.AnyTagClassName
{
color: #FF380E;
}
</style>
background-color css
<style>
a { background-color: #FF380E; }
a { background-color: rgb(255,56,14); }
div.DivClassName
{
background-color: #FF380E;
}
.BgClassName
{
background-color: #FF380E;
}
</style>
border-color css
<style>
span { border-color: #FF380E; }
span { border-color: rgb(255,56,14); }
td.TdClassName
{
border-color: #FF380E;
}
.TagClassName
{
border-color: #FF380E;
}
</style>