Shades of Orange Red #FF380B
Tints of Orange Red #FF380B
RGB
CMYK
RGB Variations
Color information
#FF380B (or 0xFF380B) is known color: Orange Red. HEX triplet: FF, 38 and 0B. RGB value is (255,56,11). Sum of RGB (Red+Green+Blue) = 255+56+11=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF380B is #00C7F4. Grayscale: #6E6E6E. Windows color (decimal): -51189 or 735487. OLE color: 735487.
HSL color Cylindrical-coordinate representation of color #FF380B: hue angle of 11.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF380B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 11 | - |
| CMYK | 0 | 0.78 | 0.96 | 0 |
| HSL | 11.07º | 1% | 0.52% | - |
| HSV(B) | 11.07º | 0.96% | 1% | - |
| XYZ | 42.71 | 24.11 | 2.72 | - |
| YUV | 110.37 | 71.93 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 11 | 0 | 0.78 | 0.96 | 0 | 11.07 | 1 | 0.52 |
| Hex | FF | 38 | B | 0 | 4E | 60 | 0 | B | 64 | 34 |
| Octal | 377 | 70 | 13 | 0 | 116 | 140 | 0 | 13 | 144 | 64 |
| Binary | 11111111 | 111000 | 1011 | 0 | 1001110 | 1100000 | 0 | 1011 | 1100100 | 110100 |
Color Harmonies of #FF380B
Complementary color
Monochromatic Colors of #FF380B
Black with #FF380B
Text Example
Text Example
White with #FF380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF380B; }
p { color: rgb(255,56,11); }
H1.HeaderClassName
{
color: #FF380B;
}
.AnyTagClassName
{
color: #FF380B;
}
</style>
background-color css
<style>
a { background-color: #FF380B; }
a { background-color: rgb(255,56,11); }
div.DivClassName
{
background-color: #FF380B;
}
.BgClassName
{
background-color: #FF380B;
}
</style>
border-color css
<style>
span { border-color: #FF380B; }
span { border-color: rgb(255,56,11); }
td.TdClassName
{
border-color: #FF380B;
}
.TagClassName
{
border-color: #FF380B;
}
</style>