Shades of Orange Red #FF360D
Tints of Orange Red #FF360D
RGB
CMYK
RGB Variations
Color information
#FF360D (or 0xFF360D) is known color: Orange Red. HEX triplet: FF, 36 and 0D. RGB value is (255,54,13). Sum of RGB (Red+Green+Blue) = 255+54+13=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF360D is #00C9F2. Grayscale: #6D6D6D. Windows color (decimal): -51699 or 866047. OLE color: 866047.
HSL color Cylindrical-coordinate representation of color #FF360D: hue angle of 10.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF360D is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 13 | - |
| CMYK | 0 | 0.79 | 0.95 | 0 |
| HSL | 10.17º | 1% | 0.53% | - |
| HSV(B) | 10.17º | 0.95% | 1% | - |
| XYZ | 42.63 | 23.93 | 2.75 | - |
| YUV | 109.43 | 73.59 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 13 | 0 | 0.79 | 0.95 | 0 | 10.17 | 1 | 0.53 |
| Hex | FF | 36 | D | 0 | 4F | 5F | 0 | A | 64 | 35 |
| Octal | 377 | 66 | 15 | 0 | 117 | 137 | 0 | 12 | 144 | 65 |
| Binary | 11111111 | 110110 | 1101 | 0 | 1001111 | 1011111 | 0 | 1010 | 1100100 | 110101 |
Color Harmonies of #FF360D
Complementary color
Monochromatic Colors of #FF360D
Black with #FF360D
Text Example
Text Example
White with #FF360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF360D; }
p { color: rgb(255,54,13); }
H1.HeaderClassName
{
color: #FF360D;
}
.AnyTagClassName
{
color: #FF360D;
}
</style>
background-color css
<style>
a { background-color: #FF360D; }
a { background-color: rgb(255,54,13); }
div.DivClassName
{
background-color: #FF360D;
}
.BgClassName
{
background-color: #FF360D;
}
</style>
border-color css
<style>
span { border-color: #FF360D; }
span { border-color: rgb(255,54,13); }
td.TdClassName
{
border-color: #FF360D;
}
.TagClassName
{
border-color: #FF360D;
}
</style>