Shades of Orange Red #FF4615
Tints of Orange Red #FF4615
RGB
CMYK
RGB Variations
Color information
#FF4615 (or 0xFF4615) is known color: Orange Red. HEX triplet: FF, 46 and 15. RGB value is (255,70,21). Sum of RGB (Red+Green+Blue) = 255+70+21=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4615 is #00B9EA. Grayscale: #787878. Windows color (decimal): -47595 or 1394431. OLE color: 1394431.
HSL color Cylindrical-coordinate representation of color #FF4615: hue angle of 12.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF4615 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 21 | - |
| CMYK | 0 | 0.73 | 0.92 | 0 |
| HSL | 12.56º | 1% | 0.54% | - |
| HSV(B) | 12.56º | 0.92% | 1% | - |
| XYZ | 43.57 | 25.69 | 3.37 | - |
| YUV | 119.73 | 72.29 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 21 | 0 | 0.73 | 0.92 | 0 | 12.56 | 1 | 0.54 |
| Hex | FF | 46 | 15 | 0 | 49 | 5C | 0 | D | 64 | 36 |
| Octal | 377 | 106 | 25 | 0 | 111 | 134 | 0 | 15 | 144 | 66 |
| Binary | 11111111 | 1000110 | 10101 | 0 | 1001001 | 1011100 | 0 | 1101 | 1100100 | 110110 |
Color Harmonies of #FF4615
Complementary color
Monochromatic Colors of #FF4615
Black with #FF4615
Text Example
Text Example
White with #FF4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4615; }
p { color: rgb(255,70,21); }
H1.HeaderClassName
{
color: #FF4615;
}
.AnyTagClassName
{
color: #FF4615;
}
</style>
background-color css
<style>
a { background-color: #FF4615; }
a { background-color: rgb(255,70,21); }
div.DivClassName
{
background-color: #FF4615;
}
.BgClassName
{
background-color: #FF4615;
}
</style>
border-color css
<style>
span { border-color: #FF4615; }
span { border-color: rgb(255,70,21); }
td.TdClassName
{
border-color: #FF4615;
}
.TagClassName
{
border-color: #FF4615;
}
</style>