Shades of Red Orange #FF362C
Tints of Red Orange #FF362C
RGB
CMYK
RGB Variations
Color information
#FF362C (or 0xFF362C) is known color: Red Orange. HEX triplet: FF, 36 and 2C. RGB value is (255,54,44). Sum of RGB (Red+Green+Blue) = 255+54+44=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF362C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF362C is #00C9D3. Grayscale: #717171. Windows color (decimal): -51668 or 2897663. OLE color: 2897663.
HSL color Cylindrical-coordinate representation of color #FF362C: hue angle of 2.84º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF362C is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 44 | - |
| CMYK | 0 | 0.79 | 0.83 | 0 |
| HSL | 2.84º | 1% | 0.59% | - |
| HSV(B) | 2.84º | 0.83% | 1% | - |
| XYZ | 43.01 | 24.08 | 4.76 | - |
| YUV | 112.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 44 | 0 | 0.79 | 0.83 | 0 | 2.84 | 1 | 0.59 |
| Hex | FF | 36 | 2C | 0 | 4F | 53 | 0 | 3 | 64 | 3B |
| Octal | 377 | 66 | 54 | 0 | 117 | 123 | 0 | 3 | 144 | 73 |
| Binary | 11111111 | 110110 | 101100 | 0 | 1001111 | 1010011 | 0 | 11 | 1100100 | 111011 |
Color Harmonies of #FF362C
Complementary color
Monochromatic Colors of #FF362C
Black with #FF362C
Text Example
Text Example
White with #FF362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF362C; }
p { color: rgb(255,54,44); }
H1.HeaderClassName
{
color: #FF362C;
}
.AnyTagClassName
{
color: #FF362C;
}
</style>
background-color css
<style>
a { background-color: #FF362C; }
a { background-color: rgb(255,54,44); }
div.DivClassName
{
background-color: #FF362C;
}
.BgClassName
{
background-color: #FF362C;
}
</style>
border-color css
<style>
span { border-color: #FF362C; }
span { border-color: rgb(255,54,44); }
td.TdClassName
{
border-color: #FF362C;
}
.TagClassName
{
border-color: #FF362C;
}
</style>