Shades of Orange Red #FF3716
Tints of Orange Red #FF3716
RGB
CMYK
RGB Variations
Color information
#FF3716 (or 0xFF3716) is known color: Orange Red. HEX triplet: FF, 37 and 16. RGB value is (255,55,22). Sum of RGB (Red+Green+Blue) = 255+55+22=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3716 is #00C8E9. Grayscale: #6F6F6F. Windows color (decimal): -51434 or 1456127. OLE color: 1456127.
HSL color Cylindrical-coordinate representation of color #FF3716: hue angle of 8.5º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF3716 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0 |
| HSL | 8.5º | 1% | 0.54% | - |
| HSV(B) | 8.5º | 0.91% | 1% | - |
| XYZ | 42.75 | 24.05 | 3.15 | - |
| YUV | 111.04 | 77.76 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 22 | 0 | 0.78 | 0.91 | 0 | 8.5 | 1 | 0.54 |
| Hex | FF | 37 | 16 | 0 | 4E | 5B | 0 | 8 | 64 | 36 |
| Octal | 377 | 67 | 26 | 0 | 116 | 133 | 0 | 10 | 144 | 66 |
| Binary | 11111111 | 110111 | 10110 | 0 | 1001110 | 1011011 | 0 | 1000 | 1100100 | 110110 |
Color Harmonies of #FF3716
Complementary color
Monochromatic Colors of #FF3716
Black with #FF3716
Text Example
Text Example
White with #FF3716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3716; }
p { color: rgb(255,55,22); }
H1.HeaderClassName
{
color: #FF3716;
}
.AnyTagClassName
{
color: #FF3716;
}
</style>
background-color css
<style>
a { background-color: #FF3716; }
a { background-color: rgb(255,55,22); }
div.DivClassName
{
background-color: #FF3716;
}
.BgClassName
{
background-color: #FF3716;
}
</style>
border-color css
<style>
span { border-color: #FF3716; }
span { border-color: rgb(255,55,22); }
td.TdClassName
{
border-color: #FF3716;
}
.TagClassName
{
border-color: #FF3716;
}
</style>