Shades of Red Orange #FF361B
Tints of Red Orange #FF361B
RGB
CMYK
RGB Variations
Color information
#FF361B (or 0xFF361B) is known color: Red Orange. HEX triplet: FF, 36 and 1B. RGB value is (255,54,27). Sum of RGB (Red+Green+Blue) = 255+54+27=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF361B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF361B is #00C9E4. Grayscale: #6F6F6F. Windows color (decimal): -51685 or 1783551. OLE color: 1783551.
HSL color Cylindrical-coordinate representation of color #FF361B: hue angle of 7.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF361B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 27 | - |
| CMYK | 0 | 0.79 | 0.89 | 0 |
| HSL | 7.11º | 1% | 0.55% | - |
| HSV(B) | 7.11º | 0.89% | 1% | - |
| XYZ | 42.76 | 23.98 | 3.41 | - |
| YUV | 111.02 | 80.59 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 27 | 0 | 0.79 | 0.89 | 0 | 7.11 | 1 | 0.55 |
| Hex | FF | 36 | 1B | 0 | 4F | 59 | 0 | 7 | 64 | 37 |
| Octal | 377 | 66 | 33 | 0 | 117 | 131 | 0 | 7 | 144 | 67 |
| Binary | 11111111 | 110110 | 11011 | 0 | 1001111 | 1011001 | 0 | 111 | 1100100 | 110111 |
Color Harmonies of #FF361B
Complementary color
Monochromatic Colors of #FF361B
Black with #FF361B
Text Example
Text Example
White with #FF361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF361B; }
p { color: rgb(255,54,27); }
H1.HeaderClassName
{
color: #FF361B;
}
.AnyTagClassName
{
color: #FF361B;
}
</style>
background-color css
<style>
a { background-color: #FF361B; }
a { background-color: rgb(255,54,27); }
div.DivClassName
{
background-color: #FF361B;
}
.BgClassName
{
background-color: #FF361B;
}
</style>
border-color css
<style>
span { border-color: #FF361B; }
span { border-color: rgb(255,54,27); }
td.TdClassName
{
border-color: #FF361B;
}
.TagClassName
{
border-color: #FF361B;
}
</style>