Shades of Red Orange #FF381D
Tints of Red Orange #FF381D
RGB
CMYK
RGB Variations
Color information
#FF381D (or 0xFF381D) is known color: Red Orange. HEX triplet: FF, 38 and 1D. RGB value is (255,56,29). Sum of RGB (Red+Green+Blue) = 255+56+29=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF381D is #00C7E2. Grayscale: #707070. Windows color (decimal): -51171 or 1915135. OLE color: 1915135.
HSL color Cylindrical-coordinate representation of color #FF381D: hue angle of 7.17º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF381D is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 29 | - |
| CMYK | 0 | 0.78 | 0.89 | 0 |
| HSL | 7.17º | 1% | 0.56% | - |
| HSV(B) | 7.17º | 0.89% | 1% | - |
| XYZ | 42.88 | 24.18 | 3.57 | - |
| YUV | 112.42 | 80.93 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 29 | 0 | 0.78 | 0.89 | 0 | 7.17 | 1 | 0.56 |
| Hex | FF | 38 | 1D | 0 | 4E | 59 | 0 | 7 | 64 | 38 |
| Octal | 377 | 70 | 35 | 0 | 116 | 131 | 0 | 7 | 144 | 70 |
| Binary | 11111111 | 111000 | 11101 | 0 | 1001110 | 1011001 | 0 | 111 | 1100100 | 111000 |
Color Harmonies of #FF381D
Complementary color
Monochromatic Colors of #FF381D
Black with #FF381D
Text Example
Text Example
White with #FF381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF381D; }
p { color: rgb(255,56,29); }
H1.HeaderClassName
{
color: #FF381D;
}
.AnyTagClassName
{
color: #FF381D;
}
</style>
background-color css
<style>
a { background-color: #FF381D; }
a { background-color: rgb(255,56,29); }
div.DivClassName
{
background-color: #FF381D;
}
.BgClassName
{
background-color: #FF381D;
}
</style>
border-color css
<style>
span { border-color: #FF381D; }
span { border-color: rgb(255,56,29); }
td.TdClassName
{
border-color: #FF381D;
}
.TagClassName
{
border-color: #FF381D;
}
</style>