Shades of Red Orange #FF381B
Tints of Red Orange #FF381B
RGB
CMYK
RGB Variations
Color information
#FF381B (or 0xFF381B) is known color: Red Orange. HEX triplet: FF, 38 and 1B. RGB value is (255,56,27). Sum of RGB (Red+Green+Blue) = 255+56+27=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF381B is #00C7E4. Grayscale: #707070. Windows color (decimal): -51173 or 1784063. OLE color: 1784063.
HSL color Cylindrical-coordinate representation of color #FF381B: hue angle of 7.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF381B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 27 | - |
| CMYK | 0 | 0.78 | 0.89 | 0 |
| HSL | 7.63º | 1% | 0.55% | - |
| HSV(B) | 7.63º | 0.89% | 1% | - |
| XYZ | 42.85 | 24.17 | 3.44 | - |
| YUV | 112.2 | 79.93 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 27 | 0 | 0.78 | 0.89 | 0 | 7.63 | 1 | 0.55 |
| Hex | FF | 38 | 1B | 0 | 4E | 59 | 0 | 8 | 64 | 37 |
| Octal | 377 | 70 | 33 | 0 | 116 | 131 | 0 | 10 | 144 | 67 |
| Binary | 11111111 | 111000 | 11011 | 0 | 1001110 | 1011001 | 0 | 1000 | 1100100 | 110111 |
Color Harmonies of #FF381B
Complementary color
Monochromatic Colors of #FF381B
Black with #FF381B
Text Example
Text Example
White with #FF381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF381B; }
p { color: rgb(255,56,27); }
H1.HeaderClassName
{
color: #FF381B;
}
.AnyTagClassName
{
color: #FF381B;
}
</style>
background-color css
<style>
a { background-color: #FF381B; }
a { background-color: rgb(255,56,27); }
div.DivClassName
{
background-color: #FF381B;
}
.BgClassName
{
background-color: #FF381B;
}
</style>
border-color css
<style>
span { border-color: #FF381B; }
span { border-color: rgb(255,56,27); }
td.TdClassName
{
border-color: #FF381B;
}
.TagClassName
{
border-color: #FF381B;
}
</style>