Shades of Orange Red #FF4813
Tints of Orange Red #FF4813
RGB
CMYK
RGB Variations
Color information
#FF4813 (or 0xFF4813) is known color: Orange Red. HEX triplet: FF, 48 and 13. RGB value is (255,72,19). Sum of RGB (Red+Green+Blue) = 255+72+19=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4813 is #00B7EC. Grayscale: #797979. Windows color (decimal): -47085 or 1263871. OLE color: 1263871.
HSL color Cylindrical-coordinate representation of color #FF4813: hue angle of 13.47º 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 #FF4813 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 19 | - |
| CMYK | 0 | 0.72 | 0.93 | 0 |
| HSL | 13.47º | 1% | 0.54% | - |
| HSV(B) | 13.47º | 0.93% | 1% | - |
| XYZ | 43.67 | 25.94 | 3.32 | - |
| YUV | 120.68 | 70.63 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 19 | 0 | 0.72 | 0.93 | 0 | 13.47 | 1 | 0.54 |
| Hex | FF | 48 | 13 | 0 | 48 | 5D | 0 | D | 64 | 36 |
| Octal | 377 | 110 | 23 | 0 | 110 | 135 | 0 | 15 | 144 | 66 |
| Binary | 11111111 | 1001000 | 10011 | 0 | 1001000 | 1011101 | 0 | 1101 | 1100100 | 110110 |
Color Harmonies of #FF4813
Complementary color
Monochromatic Colors of #FF4813
Black with #FF4813
Text Example
Text Example
White with #FF4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4813; }
p { color: rgb(255,72,19); }
H1.HeaderClassName
{
color: #FF4813;
}
.AnyTagClassName
{
color: #FF4813;
}
</style>
background-color css
<style>
a { background-color: #FF4813; }
a { background-color: rgb(255,72,19); }
div.DivClassName
{
background-color: #FF4813;
}
.BgClassName
{
background-color: #FF4813;
}
</style>
border-color css
<style>
span { border-color: #FF4813; }
span { border-color: rgb(255,72,19); }
td.TdClassName
{
border-color: #FF4813;
}
.TagClassName
{
border-color: #FF4813;
}
</style>