Shades of Red Orange #FF4124
Tints of Red Orange #FF4124
RGB
CMYK
RGB Variations
Color information
#FF4124 (or 0xFF4124) is known color: Red Orange. HEX triplet: FF, 41 and 24. RGB value is (255,65,36). Sum of RGB (Red+Green+Blue) = 255+65+36=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4124 is #00BEDB. Grayscale: #767676. Windows color (decimal): -48860 or 2376191. OLE color: 2376191.
HSL color Cylindrical-coordinate representation of color #FF4124: hue angle of 7.95º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF4124 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 36 | - |
| CMYK | 0 | 0.75 | 0.86 | 0 |
| HSL | 7.95º | 1% | 0.57% | - |
| HSV(B) | 7.95º | 0.86% | 1% | - |
| XYZ | 43.45 | 25.17 | 4.24 | - |
| YUV | 118.5 | 81.45 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 36 | 0 | 0.75 | 0.86 | 0 | 7.95 | 1 | 0.57 |
| Hex | FF | 41 | 24 | 0 | 4B | 56 | 0 | 8 | 64 | 39 |
| Octal | 377 | 101 | 44 | 0 | 113 | 126 | 0 | 10 | 144 | 71 |
| Binary | 11111111 | 1000001 | 100100 | 0 | 1001011 | 1010110 | 0 | 1000 | 1100100 | 111001 |
Color Harmonies of #FF4124
Complementary color
Monochromatic Colors of #FF4124
Black with #FF4124
Text Example
Text Example
White with #FF4124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4124; }
p { color: rgb(255,65,36); }
H1.HeaderClassName
{
color: #FF4124;
}
.AnyTagClassName
{
color: #FF4124;
}
</style>
background-color css
<style>
a { background-color: #FF4124; }
a { background-color: rgb(255,65,36); }
div.DivClassName
{
background-color: #FF4124;
}
.BgClassName
{
background-color: #FF4124;
}
</style>
border-color css
<style>
span { border-color: #FF4124; }
span { border-color: rgb(255,65,36); }
td.TdClassName
{
border-color: #FF4124;
}
.TagClassName
{
border-color: #FF4124;
}
</style>