Shades of Red Orange #FF361D
Tints of Red Orange #FF361D
RGB
CMYK
RGB Variations
Color information
#FF361D (or 0xFF361D) is known color: Red Orange. HEX triplet: FF, 36 and 1D. RGB value is (255,54,29). Sum of RGB (Red+Green+Blue) = 255+54+29=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF361D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF361D is #00C9E2. Grayscale: #6F6F6F. Windows color (decimal): -51683 or 1914623. OLE color: 1914623.
HSL color Cylindrical-coordinate representation of color #FF361D: hue angle of 6.64º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF361D is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 29 | - |
| CMYK | 0 | 0.79 | 0.89 | 0 |
| HSL | 6.64º | 1% | 0.56% | - |
| HSV(B) | 6.64º | 0.89% | 1% | - |
| XYZ | 42.78 | 23.99 | 3.54 | - |
| YUV | 111.25 | 81.59 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 29 | 0 | 0.79 | 0.89 | 0 | 6.64 | 1 | 0.56 |
| Hex | FF | 36 | 1D | 0 | 4F | 59 | 0 | 7 | 64 | 38 |
| Octal | 377 | 66 | 35 | 0 | 117 | 131 | 0 | 7 | 144 | 70 |
| Binary | 11111111 | 110110 | 11101 | 0 | 1001111 | 1011001 | 0 | 111 | 1100100 | 111000 |
Color Harmonies of #FF361D
Complementary color
Monochromatic Colors of #FF361D
Black with #FF361D
Text Example
Text Example
White with #FF361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF361D; }
p { color: rgb(255,54,29); }
H1.HeaderClassName
{
color: #FF361D;
}
.AnyTagClassName
{
color: #FF361D;
}
</style>
background-color css
<style>
a { background-color: #FF361D; }
a { background-color: rgb(255,54,29); }
div.DivClassName
{
background-color: #FF361D;
}
.BgClassName
{
background-color: #FF361D;
}
</style>
border-color css
<style>
span { border-color: #FF361D; }
span { border-color: rgb(255,54,29); }
td.TdClassName
{
border-color: #FF361D;
}
.TagClassName
{
border-color: #FF361D;
}
</style>