Shades of Red Orange #FF4828
Tints of Red Orange #FF4828
RGB
CMYK
RGB Variations
Color information
#FF4828 (or 0xFF4828) is known color: Red Orange. HEX triplet: FF, 48 and 28. RGB value is (255,72,40). Sum of RGB (Red+Green+Blue) = 255+72+40=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4828 is #00B7D7. Grayscale: #7B7B7B. Windows color (decimal): -47064 or 2640127. OLE color: 2640127.
HSL color Cylindrical-coordinate representation of color #FF4828: hue angle of 8.93º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF4828 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 40 | - |
| CMYK | 0 | 0.72 | 0.84 | 0 |
| HSL | 8.93º | 1% | 0.58% | - |
| HSV(B) | 8.93º | 0.84% | 1% | - |
| XYZ | 43.94 | 26.05 | 4.72 | - |
| YUV | 123.07 | 81.13 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 40 | 0 | 0.72 | 0.84 | 0 | 8.93 | 1 | 0.58 |
| Hex | FF | 48 | 28 | 0 | 48 | 54 | 0 | 9 | 64 | 3A |
| Octal | 377 | 110 | 50 | 0 | 110 | 124 | 0 | 11 | 144 | 72 |
| Binary | 11111111 | 1001000 | 101000 | 0 | 1001000 | 1010100 | 0 | 1001 | 1100100 | 111010 |
Color Harmonies of #FF4828
Complementary color
Monochromatic Colors of #FF4828
Black with #FF4828
Text Example
Text Example
White with #FF4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4828; }
p { color: rgb(255,72,40); }
H1.HeaderClassName
{
color: #FF4828;
}
.AnyTagClassName
{
color: #FF4828;
}
</style>
background-color css
<style>
a { background-color: #FF4828; }
a { background-color: rgb(255,72,40); }
div.DivClassName
{
background-color: #FF4828;
}
.BgClassName
{
background-color: #FF4828;
}
</style>
border-color css
<style>
span { border-color: #FF4828; }
span { border-color: rgb(255,72,40); }
td.TdClassName
{
border-color: #FF4828;
}
.TagClassName
{
border-color: #FF4828;
}
</style>