Shades of Red Orange #FF402E
Tints of Red Orange #FF402E
RGB
CMYK
RGB Variations
Color information
#FF402E (or 0xFF402E) is known color: Red Orange. HEX triplet: FF, 40 and 2E. RGB value is (255,64,46). Sum of RGB (Red+Green+Blue) = 255+64+46=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF402E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF402E is #00BFD1. Grayscale: #777777. Windows color (decimal): -49106 or 3031295. OLE color: 3031295.
HSL color Cylindrical-coordinate representation of color #FF402E: hue angle of 5.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF402E is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 46 | - |
| CMYK | 0 | 0.75 | 0.82 | 0 |
| HSL | 5.17º | 1% | 0.59% | - |
| HSV(B) | 5.17º | 0.82% | 1% | - |
| XYZ | 43.57 | 25.12 | 5.14 | - |
| YUV | 119.06 | 86.78 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 46 | 0 | 0.75 | 0.82 | 0 | 5.17 | 1 | 0.59 |
| Hex | FF | 40 | 2E | 0 | 4B | 52 | 0 | 5 | 64 | 3B |
| Octal | 377 | 100 | 56 | 0 | 113 | 122 | 0 | 5 | 144 | 73 |
| Binary | 11111111 | 1000000 | 101110 | 0 | 1001011 | 1010010 | 0 | 101 | 1100100 | 111011 |
Color Harmonies of #FF402E
Complementary color
Monochromatic Colors of #FF402E
Black with #FF402E
Text Example
Text Example
White with #FF402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF402E; }
p { color: rgb(255,64,46); }
H1.HeaderClassName
{
color: #FF402E;
}
.AnyTagClassName
{
color: #FF402E;
}
</style>
background-color css
<style>
a { background-color: #FF402E; }
a { background-color: rgb(255,64,46); }
div.DivClassName
{
background-color: #FF402E;
}
.BgClassName
{
background-color: #FF402E;
}
</style>
border-color css
<style>
span { border-color: #FF402E; }
span { border-color: rgb(255,64,46); }
td.TdClassName
{
border-color: #FF402E;
}
.TagClassName
{
border-color: #FF402E;
}
</style>