Shades of Orange Red #FF4513
Tints of Orange Red #FF4513
RGB
CMYK
RGB Variations
Color information
#FF4513 (or 0xFF4513) is known color: Orange Red. HEX triplet: FF, 45 and 13. RGB value is (255,69,19). Sum of RGB (Red+Green+Blue) = 255+69+19=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4513 is #00BAEC. Grayscale: #777777. Windows color (decimal): -47853 or 1263103. OLE color: 1263103.
HSL color Cylindrical-coordinate representation of color #FF4513: hue angle of 12.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF4513 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 19 | - |
| CMYK | 0 | 0.73 | 0.93 | 0 |
| HSL | 12.71º | 1% | 0.54% | - |
| HSV(B) | 12.71º | 0.93% | 1% | - |
| XYZ | 43.49 | 25.56 | 3.26 | - |
| YUV | 118.91 | 71.62 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 19 | 0 | 0.73 | 0.93 | 0 | 12.71 | 1 | 0.54 |
| Hex | FF | 45 | 13 | 0 | 49 | 5D | 0 | D | 64 | 36 |
| Octal | 377 | 105 | 23 | 0 | 111 | 135 | 0 | 15 | 144 | 66 |
| Binary | 11111111 | 1000101 | 10011 | 0 | 1001001 | 1011101 | 0 | 1101 | 1100100 | 110110 |
Color Harmonies of #FF4513
Complementary color
Monochromatic Colors of #FF4513
Black with #FF4513
Text Example
Text Example
White with #FF4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4513; }
p { color: rgb(255,69,19); }
H1.HeaderClassName
{
color: #FF4513;
}
.AnyTagClassName
{
color: #FF4513;
}
</style>
background-color css
<style>
a { background-color: #FF4513; }
a { background-color: rgb(255,69,19); }
div.DivClassName
{
background-color: #FF4513;
}
.BgClassName
{
background-color: #FF4513;
}
</style>
border-color css
<style>
span { border-color: #FF4513; }
span { border-color: rgb(255,69,19); }
td.TdClassName
{
border-color: #FF4513;
}
.TagClassName
{
border-color: #FF4513;
}
</style>