Shades of Red Orange #FF361E
Tints of Red Orange #FF361E
RGB
CMYK
RGB Variations
Color information
#FF361E (or 0xFF361E) is known color: Red Orange. HEX triplet: FF, 36 and 1E. RGB value is (255,54,30). Sum of RGB (Red+Green+Blue) = 255+54+30=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF361E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF361E is #00C9E1. Grayscale: #6F6F6F. Windows color (decimal): -51682 or 1980159. OLE color: 1980159.
HSL color Cylindrical-coordinate representation of color #FF361E: hue angle of 6.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF361E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 30 | - |
| CMYK | 0 | 0.79 | 0.88 | 0 |
| HSL | 6.4º | 1% | 0.56% | - |
| HSV(B) | 6.4º | 0.88% | 1% | - |
| XYZ | 42.79 | 23.99 | 3.6 | - |
| YUV | 111.36 | 82.09 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 30 | 0 | 0.79 | 0.88 | 0 | 6.4 | 1 | 0.56 |
| Hex | FF | 36 | 1E | 0 | 4F | 58 | 0 | 6 | 64 | 38 |
| Octal | 377 | 66 | 36 | 0 | 117 | 130 | 0 | 6 | 144 | 70 |
| Binary | 11111111 | 110110 | 11110 | 0 | 1001111 | 1011000 | 0 | 110 | 1100100 | 111000 |
Color Harmonies of #FF361E
Complementary color
Monochromatic Colors of #FF361E
Black with #FF361E
Text Example
Text Example
White with #FF361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF361E; }
p { color: rgb(255,54,30); }
H1.HeaderClassName
{
color: #FF361E;
}
.AnyTagClassName
{
color: #FF361E;
}
</style>
background-color css
<style>
a { background-color: #FF361E; }
a { background-color: rgb(255,54,30); }
div.DivClassName
{
background-color: #FF361E;
}
.BgClassName
{
background-color: #FF361E;
}
</style>
border-color css
<style>
span { border-color: #FF361E; }
span { border-color: rgb(255,54,30); }
td.TdClassName
{
border-color: #FF361E;
}
.TagClassName
{
border-color: #FF361E;
}
</style>