Shades of Red Orange #FF362E
Tints of Red Orange #FF362E
RGB
CMYK
RGB Variations
Color information
#FF362E (or 0xFF362E) is known color: Red Orange. HEX triplet: FF, 36 and 2E. RGB value is (255,54,46). Sum of RGB (Red+Green+Blue) = 255+54+46=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF362E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF362E is #00C9D1. Grayscale: #717171. Windows color (decimal): -51666 or 3028735. OLE color: 3028735.
HSL color Cylindrical-coordinate representation of color #FF362E: hue angle of 2.3º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF362E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 46 | - |
| CMYK | 0 | 0.79 | 0.82 | 0 |
| HSL | 2.3º | 1% | 0.59% | - |
| HSV(B) | 2.3º | 0.82% | 1% | - |
| XYZ | 43.05 | 24.1 | 4.97 | - |
| YUV | 113.19 | 90.09 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 46 | 0 | 0.79 | 0.82 | 0 | 2.3 | 1 | 0.59 |
| Hex | FF | 36 | 2E | 0 | 4F | 52 | 0 | 2 | 64 | 3B |
| Octal | 377 | 66 | 56 | 0 | 117 | 122 | 0 | 2 | 144 | 73 |
| Binary | 11111111 | 110110 | 101110 | 0 | 1001111 | 1010010 | 0 | 10 | 1100100 | 111011 |
Color Harmonies of #FF362E
Complementary color
Monochromatic Colors of #FF362E
Black with #FF362E
Text Example
Text Example
White with #FF362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF362E; }
p { color: rgb(255,54,46); }
H1.HeaderClassName
{
color: #FF362E;
}
.AnyTagClassName
{
color: #FF362E;
}
</style>
background-color css
<style>
a { background-color: #FF362E; }
a { background-color: rgb(255,54,46); }
div.DivClassName
{
background-color: #FF362E;
}
.BgClassName
{
background-color: #FF362E;
}
</style>
border-color css
<style>
span { border-color: #FF362E; }
span { border-color: rgb(255,54,46); }
td.TdClassName
{
border-color: #FF362E;
}
.TagClassName
{
border-color: #FF362E;
}
</style>