Shades of Orange Red #FF3607
Tints of Orange Red #FF3607
RGB
CMYK
RGB Variations
Color information
#FF3607 (or 0xFF3607) is known color: Orange Red. HEX triplet: FF, 36 and 07. RGB value is (255,54,7). Sum of RGB (Red+Green+Blue) = 255+54+7=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3607 is #00C9F8. Grayscale: #6D6D6D. Windows color (decimal): -51705 or 472831. OLE color: 472831.
HSL color Cylindrical-coordinate representation of color #FF3607: hue angle of 11.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF3607 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0 |
| HSL | 11.37º | 1% | 0.51% | - |
| HSV(B) | 11.37º | 0.97% | 1% | - |
| XYZ | 42.6 | 23.91 | 2.57 | - |
| YUV | 108.74 | 70.59 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 7 | 0 | 0.79 | 0.97 | 0 | 11.37 | 1 | 0.51 |
| Hex | FF | 36 | 7 | 0 | 4F | 61 | 0 | B | 64 | 33 |
| Octal | 377 | 66 | 7 | 0 | 117 | 141 | 0 | 13 | 144 | 63 |
| Binary | 11111111 | 110110 | 111 | 0 | 1001111 | 1100001 | 0 | 1011 | 1100100 | 110011 |
Color Harmonies of #FF3607
Complementary color
Monochromatic Colors of #FF3607
Black with #FF3607
Text Example
Text Example
White with #FF3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3607; }
p { color: rgb(255,54,7); }
H1.HeaderClassName
{
color: #FF3607;
}
.AnyTagClassName
{
color: #FF3607;
}
</style>
background-color css
<style>
a { background-color: #FF3607; }
a { background-color: rgb(255,54,7); }
div.DivClassName
{
background-color: #FF3607;
}
.BgClassName
{
background-color: #FF3607;
}
</style>
border-color css
<style>
span { border-color: #FF3607; }
span { border-color: rgb(255,54,7); }
td.TdClassName
{
border-color: #FF3607;
}
.TagClassName
{
border-color: #FF3607;
}
</style>