Shades of Red Orange #FF381F
Tints of Red Orange #FF381F
RGB
CMYK
RGB Variations
Color information
#FF381F (or 0xFF381F) is known color: Red Orange. HEX triplet: FF, 38 and 1F. RGB value is (255,56,31). Sum of RGB (Red+Green+Blue) = 255+56+31=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF381F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF381F is #00C7E0. Grayscale: #707070. Windows color (decimal): -51169 or 2046207. OLE color: 2046207.
HSL color Cylindrical-coordinate representation of color #FF381F: hue angle of 6.7º 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 #FF381F is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 31 | - |
| CMYK | 0 | 0.78 | 0.88 | 0 |
| HSL | 6.7º | 1% | 0.56% | - |
| HSV(B) | 6.7º | 0.88% | 1% | - |
| XYZ | 42.9 | 24.19 | 3.7 | - |
| YUV | 112.65 | 81.93 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 31 | 0 | 0.78 | 0.88 | 0 | 6.7 | 1 | 0.56 |
| Hex | FF | 38 | 1F | 0 | 4E | 58 | 0 | 7 | 64 | 38 |
| Octal | 377 | 70 | 37 | 0 | 116 | 130 | 0 | 7 | 144 | 70 |
| Binary | 11111111 | 111000 | 11111 | 0 | 1001110 | 1011000 | 0 | 111 | 1100100 | 111000 |
Color Harmonies of #FF381F
Complementary color
Monochromatic Colors of #FF381F
Black with #FF381F
Text Example
Text Example
White with #FF381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF381F; }
p { color: rgb(255,56,31); }
H1.HeaderClassName
{
color: #FF381F;
}
.AnyTagClassName
{
color: #FF381F;
}
</style>
background-color css
<style>
a { background-color: #FF381F; }
a { background-color: rgb(255,56,31); }
div.DivClassName
{
background-color: #FF381F;
}
.BgClassName
{
background-color: #FF381F;
}
</style>
border-color css
<style>
span { border-color: #FF381F; }
span { border-color: rgb(255,56,31); }
td.TdClassName
{
border-color: #FF381F;
}
.TagClassName
{
border-color: #FF381F;
}
</style>