Shades of Orange Red #FF3601
Tints of Orange Red #FF3601
RGB
CMYK
RGB Variations
Color information
#FF3601 (or 0xFF3601) is known color: Orange Red. HEX triplet: FF, 36 and 01. RGB value is (255,54,1). Sum of RGB (Red+Green+Blue) = 255+54+1=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3601 is #00C9FE. Grayscale: #6C6C6C. Windows color (decimal): -51711 or 79615. OLE color: 79615.
HSL color Cylindrical-coordinate representation of color #FF3601: hue angle of 12.52º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF3601 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0 |
| HSL | 12.52º | 1% | 0.5% | - |
| HSV(B) | 12.52º | 1% | 1% | - |
| XYZ | 42.56 | 23.9 | 2.4 | - |
| YUV | 108.06 | 67.59 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 1 | 0 | 0.79 | 1.00 | 0 | 12.52 | 1 | 0.5 |
| Hex | FF | 36 | 1 | 0 | 4F | 64 | 0 | D | 64 | 32 |
| Octal | 377 | 66 | 1 | 0 | 117 | 144 | 0 | 15 | 144 | 62 |
| Binary | 11111111 | 110110 | 1 | 0 | 1001111 | 1100100 | 0 | 1101 | 1100100 | 110010 |
Color Harmonies of #FF3601
Complementary color
Monochromatic Colors of #FF3601
Black with #FF3601
Text Example
Text Example
White with #FF3601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3601; }
p { color: rgb(255,54,1); }
H1.HeaderClassName
{
color: #FF3601;
}
.AnyTagClassName
{
color: #FF3601;
}
</style>
background-color css
<style>
a { background-color: #FF3601; }
a { background-color: rgb(255,54,1); }
div.DivClassName
{
background-color: #FF3601;
}
.BgClassName
{
background-color: #FF3601;
}
</style>
border-color css
<style>
span { border-color: #FF3601; }
span { border-color: rgb(255,54,1); }
td.TdClassName
{
border-color: #FF3601;
}
.TagClassName
{
border-color: #FF3601;
}
</style>