Shades of Orange Red #FF3701
Tints of Orange Red #FF3701
RGB
CMYK
RGB Variations
Color information
#FF3701 (or 0xFF3701) is known color: Orange Red. HEX triplet: FF, 37 and 01. RGB value is (255,55,1). Sum of RGB (Red+Green+Blue) = 255+55+1=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3701 is #00C8FE. Grayscale: #6D6D6D. Windows color (decimal): -51455 or 79871. OLE color: 79871.
HSL color Cylindrical-coordinate representation of color #FF3701: hue angle of 12.76º 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 #FF3701 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 1 | - |
| CMYK | 0 | 0.78 | 1.00 | 0 |
| HSL | 12.76º | 1% | 0.5% | - |
| HSV(B) | 12.76º | 1% | 1% | - |
| XYZ | 42.61 | 23.99 | 2.41 | - |
| YUV | 108.64 | 67.26 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 1 | 0 | 0.78 | 1.00 | 0 | 12.76 | 1 | 0.5 |
| Hex | FF | 37 | 1 | 0 | 4E | 64 | 0 | D | 64 | 32 |
| Octal | 377 | 67 | 1 | 0 | 116 | 144 | 0 | 15 | 144 | 62 |
| Binary | 11111111 | 110111 | 1 | 0 | 1001110 | 1100100 | 0 | 1101 | 1100100 | 110010 |
Color Harmonies of #FF3701
Complementary color
Monochromatic Colors of #FF3701
Black with #FF3701
Text Example
Text Example
White with #FF3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3701; }
p { color: rgb(255,55,1); }
H1.HeaderClassName
{
color: #FF3701;
}
.AnyTagClassName
{
color: #FF3701;
}
</style>
background-color css
<style>
a { background-color: #FF3701; }
a { background-color: rgb(255,55,1); }
div.DivClassName
{
background-color: #FF3701;
}
.BgClassName
{
background-color: #FF3701;
}
</style>
border-color css
<style>
span { border-color: #FF3701; }
span { border-color: rgb(255,55,1); }
td.TdClassName
{
border-color: #FF3701;
}
.TagClassName
{
border-color: #FF3701;
}
</style>