Shades of Orange Red #FF390C
Tints of Orange Red #FF390C
RGB
CMYK
RGB Variations
Color information
#FF390C (or 0xFF390C) is known color: Orange Red. HEX triplet: FF, 39 and 0C. RGB value is (255,57,12). Sum of RGB (Red+Green+Blue) = 255+57+12=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF390C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF390C is #00C6F3. Grayscale: #6F6F6F. Windows color (decimal): -50932 or 801279. OLE color: 801279.
HSL color Cylindrical-coordinate representation of color #FF390C: hue angle of 11.11º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF390C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0 |
| HSL | 11.11º | 1% | 0.52% | - |
| HSV(B) | 11.11º | 0.95% | 1% | - |
| XYZ | 42.77 | 24.21 | 2.77 | - |
| YUV | 111.07 | 72.1 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 12 | 0 | 0.78 | 0.95 | 0 | 11.11 | 1 | 0.52 |
| Hex | FF | 39 | C | 0 | 4E | 5F | 0 | B | 64 | 34 |
| Octal | 377 | 71 | 14 | 0 | 116 | 137 | 0 | 13 | 144 | 64 |
| Binary | 11111111 | 111001 | 1100 | 0 | 1001110 | 1011111 | 0 | 1011 | 1100100 | 110100 |
Color Harmonies of #FF390C
Complementary color
Monochromatic Colors of #FF390C
Black with #FF390C
Text Example
Text Example
White with #FF390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF390C; }
p { color: rgb(255,57,12); }
H1.HeaderClassName
{
color: #FF390C;
}
.AnyTagClassName
{
color: #FF390C;
}
</style>
background-color css
<style>
a { background-color: #FF390C; }
a { background-color: rgb(255,57,12); }
div.DivClassName
{
background-color: #FF390C;
}
.BgClassName
{
background-color: #FF390C;
}
</style>
border-color css
<style>
span { border-color: #FF390C; }
span { border-color: rgb(255,57,12); }
td.TdClassName
{
border-color: #FF390C;
}
.TagClassName
{
border-color: #FF390C;
}
</style>