Shades of Orange Red #FF380F
Tints of Orange Red #FF380F
RGB
CMYK
RGB Variations
Color information
#FF380F (or 0xFF380F) is known color: Orange Red. HEX triplet: FF, 38 and 0F. RGB value is (255,56,15). Sum of RGB (Red+Green+Blue) = 255+56+15=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF380F is #00C7F0. Grayscale: #6F6F6F. Windows color (decimal): -51185 or 997631. OLE color: 997631.
HSL color Cylindrical-coordinate representation of color #FF380F: hue angle of 10.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF380F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0 |
| HSL | 10.25º | 1% | 0.53% | - |
| HSV(B) | 10.25º | 0.94% | 1% | - |
| XYZ | 42.74 | 24.12 | 2.86 | - |
| YUV | 110.83 | 73.93 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 15 | 0 | 0.78 | 0.94 | 0 | 10.25 | 1 | 0.53 |
| Hex | FF | 38 | F | 0 | 4E | 5E | 0 | A | 64 | 35 |
| Octal | 377 | 70 | 17 | 0 | 116 | 136 | 0 | 12 | 144 | 65 |
| Binary | 11111111 | 111000 | 1111 | 0 | 1001110 | 1011110 | 0 | 1010 | 1100100 | 110101 |
Color Harmonies of #FF380F
Complementary color
Monochromatic Colors of #FF380F
Black with #FF380F
Text Example
Text Example
White with #FF380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF380F; }
p { color: rgb(255,56,15); }
H1.HeaderClassName
{
color: #FF380F;
}
.AnyTagClassName
{
color: #FF380F;
}
</style>
background-color css
<style>
a { background-color: #FF380F; }
a { background-color: rgb(255,56,15); }
div.DivClassName
{
background-color: #FF380F;
}
.BgClassName
{
background-color: #FF380F;
}
</style>
border-color css
<style>
span { border-color: #FF380F; }
span { border-color: rgb(255,56,15); }
td.TdClassName
{
border-color: #FF380F;
}
.TagClassName
{
border-color: #FF380F;
}
</style>