Shades of Orange Red #FF4919
Tints of Orange Red #FF4919
RGB
CMYK
RGB Variations
Color information
#FF4919 (or 0xFF4919) is known color: Orange Red. HEX triplet: FF, 49 and 19. RGB value is (255,73,25). Sum of RGB (Red+Green+Blue) = 255+73+25=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4919 is #00B6E6. Grayscale: #7A7A7A. Windows color (decimal): -46823 or 1657343. OLE color: 1657343.
HSL color Cylindrical-coordinate representation of color #FF4919: hue angle of 12.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF4919 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 25 | - |
| CMYK | 0 | 0.71 | 0.90 | 0 |
| HSL | 12.52º | 1% | 0.55% | - |
| HSV(B) | 12.52º | 0.9% | 1% | - |
| XYZ | 43.8 | 26.1 | 3.65 | - |
| YUV | 121.95 | 73.3 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 25 | 0 | 0.71 | 0.90 | 0 | 12.52 | 1 | 0.55 |
| Hex | FF | 49 | 19 | 0 | 47 | 5A | 0 | D | 64 | 37 |
| Octal | 377 | 111 | 31 | 0 | 107 | 132 | 0 | 15 | 144 | 67 |
| Binary | 11111111 | 1001001 | 11001 | 0 | 1000111 | 1011010 | 0 | 1101 | 1100100 | 110111 |
Color Harmonies of #FF4919
Complementary color
Monochromatic Colors of #FF4919
Black with #FF4919
Text Example
Text Example
White with #FF4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4919; }
p { color: rgb(255,73,25); }
H1.HeaderClassName
{
color: #FF4919;
}
.AnyTagClassName
{
color: #FF4919;
}
</style>
background-color css
<style>
a { background-color: #FF4919; }
a { background-color: rgb(255,73,25); }
div.DivClassName
{
background-color: #FF4919;
}
.BgClassName
{
background-color: #FF4919;
}
</style>
border-color css
<style>
span { border-color: #FF4919; }
span { border-color: rgb(255,73,25); }
td.TdClassName
{
border-color: #FF4919;
}
.TagClassName
{
border-color: #FF4919;
}
</style>