Shades of Orange Red #FF390B
Tints of Orange Red #FF390B
RGB
CMYK
RGB Variations
Color information
#FF390B (or 0xFF390B) is known color: Orange Red. HEX triplet: FF, 39 and 0B. RGB value is (255,57,11). Sum of RGB (Red+Green+Blue) = 255+57+11=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF390B is #00C6F4. Grayscale: #6F6F6F. Windows color (decimal): -50933 or 735743. OLE color: 735743.
HSL color Cylindrical-coordinate representation of color #FF390B: hue angle of 11.31º 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 #FF390B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 11 | - |
| CMYK | 0 | 0.78 | 0.96 | 0 |
| HSL | 11.31º | 1% | 0.52% | - |
| HSV(B) | 11.31º | 0.96% | 1% | - |
| XYZ | 42.76 | 24.21 | 2.74 | - |
| YUV | 110.96 | 71.6 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 11 | 0 | 0.78 | 0.96 | 0 | 11.31 | 1 | 0.52 |
| Hex | FF | 39 | B | 0 | 4E | 60 | 0 | B | 64 | 34 |
| Octal | 377 | 71 | 13 | 0 | 116 | 140 | 0 | 13 | 144 | 64 |
| Binary | 11111111 | 111001 | 1011 | 0 | 1001110 | 1100000 | 0 | 1011 | 1100100 | 110100 |
Color Harmonies of #FF390B
Complementary color
Monochromatic Colors of #FF390B
Black with #FF390B
Text Example
Text Example
White with #FF390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF390B; }
p { color: rgb(255,57,11); }
H1.HeaderClassName
{
color: #FF390B;
}
.AnyTagClassName
{
color: #FF390B;
}
</style>
background-color css
<style>
a { background-color: #FF390B; }
a { background-color: rgb(255,57,11); }
div.DivClassName
{
background-color: #FF390B;
}
.BgClassName
{
background-color: #FF390B;
}
</style>
border-color css
<style>
span { border-color: #FF390B; }
span { border-color: rgb(255,57,11); }
td.TdClassName
{
border-color: #FF390B;
}
.TagClassName
{
border-color: #FF390B;
}
</style>