Shades of Red Orange #FF4331
Tints of Red Orange #FF4331
RGB
CMYK
RGB Variations
Color information
#FF4331 (or 0xFF4331) is known color: Red Orange. HEX triplet: FF, 43 and 31. RGB value is (255,67,49). Sum of RGB (Red+Green+Blue) = 255+67+49=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4331 is #00BCCE. Grayscale: #797979. Windows color (decimal): -48335 or 3228671. OLE color: 3228671.
HSL color Cylindrical-coordinate representation of color #FF4331: hue angle of 5.24º 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 #FF4331 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 49 | - |
| CMYK | 0 | 0.74 | 0.81 | 0 |
| HSL | 5.24º | 1% | 0.6% | - |
| HSV(B) | 5.24º | 0.81% | 1% | - |
| XYZ | 43.8 | 25.5 | 5.52 | - |
| YUV | 121.16 | 87.28 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 49 | 0 | 0.74 | 0.81 | 0 | 5.24 | 1 | 0.6 |
| Hex | FF | 43 | 31 | 0 | 4A | 51 | 0 | 5 | 64 | 3C |
| Octal | 377 | 103 | 61 | 0 | 112 | 121 | 0 | 5 | 144 | 74 |
| Binary | 11111111 | 1000011 | 110001 | 0 | 1001010 | 1010001 | 0 | 101 | 1100100 | 111100 |
Color Harmonies of #FF4331
Complementary color
Monochromatic Colors of #FF4331
Black with #FF4331
Text Example
Text Example
White with #FF4331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4331; }
p { color: rgb(255,67,49); }
H1.HeaderClassName
{
color: #FF4331;
}
.AnyTagClassName
{
color: #FF4331;
}
</style>
background-color css
<style>
a { background-color: #FF4331; }
a { background-color: rgb(255,67,49); }
div.DivClassName
{
background-color: #FF4331;
}
.BgClassName
{
background-color: #FF4331;
}
</style>
border-color css
<style>
span { border-color: #FF4331; }
span { border-color: rgb(255,67,49); }
td.TdClassName
{
border-color: #FF4331;
}
.TagClassName
{
border-color: #FF4331;
}
</style>