Shades of Red Orange #FF4431
Tints of Red Orange #FF4431
RGB
CMYK
RGB Variations
Color information
#FF4431 (or 0xFF4431) is known color: Red Orange. HEX triplet: FF, 44 and 31. RGB value is (255,68,49). Sum of RGB (Red+Green+Blue) = 255+68+49=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4431 is #00BBCE. Grayscale: #7A7A7A. Windows color (decimal): -48079 or 3228927. OLE color: 3228927.
HSL color Cylindrical-coordinate representation of color #FF4431: hue angle of 5.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF4431 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 49 | - |
| CMYK | 0 | 0.73 | 0.81 | 0 |
| HSL | 5.53º | 1% | 0.6% | - |
| HSV(B) | 5.53º | 0.81% | 1% | - |
| XYZ | 43.86 | 25.62 | 5.54 | - |
| YUV | 121.75 | 86.95 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 49 | 0 | 0.73 | 0.81 | 0 | 5.53 | 1 | 0.6 |
| Hex | FF | 44 | 31 | 0 | 49 | 51 | 0 | 6 | 64 | 3C |
| Octal | 377 | 104 | 61 | 0 | 111 | 121 | 0 | 6 | 144 | 74 |
| Binary | 11111111 | 1000100 | 110001 | 0 | 1001001 | 1010001 | 0 | 110 | 1100100 | 111100 |
Color Harmonies of #FF4431
Complementary color
Monochromatic Colors of #FF4431
Black with #FF4431
Text Example
Text Example
White with #FF4431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4431; }
p { color: rgb(255,68,49); }
H1.HeaderClassName
{
color: #FF4431;
}
.AnyTagClassName
{
color: #FF4431;
}
</style>
background-color css
<style>
a { background-color: #FF4431; }
a { background-color: rgb(255,68,49); }
div.DivClassName
{
background-color: #FF4431;
}
.BgClassName
{
background-color: #FF4431;
}
</style>
border-color css
<style>
span { border-color: #FF4431; }
span { border-color: rgb(255,68,49); }
td.TdClassName
{
border-color: #FF4431;
}
.TagClassName
{
border-color: #FF4431;
}
</style>