Shades of Red Orange #FF3E2C
Tints of Red Orange #FF3E2C
RGB
CMYK
RGB Variations
Color information
#FF3E2C (or 0xFF3E2C) is known color: Red Orange. HEX triplet: FF, 3E and 2C. RGB value is (255,62,44). Sum of RGB (Red+Green+Blue) = 255+62+44=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E2C is #00C1D3. Grayscale: #757575. Windows color (decimal): -49620 or 2899711. OLE color: 2899711.
HSL color Cylindrical-coordinate representation of color #FF3E2C: hue angle of 5.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF3E2C is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 44 | - |
| CMYK | 0 | 0.76 | 0.83 | 0 |
| HSL | 5.12º | 1% | 0.59% | - |
| HSV(B) | 5.12º | 0.83% | 1% | - |
| XYZ | 43.42 | 24.89 | 4.9 | - |
| YUV | 117.66 | 86.44 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 44 | 0 | 0.76 | 0.83 | 0 | 5.12 | 1 | 0.59 |
| Hex | FF | 3E | 2C | 0 | 4C | 53 | 0 | 5 | 64 | 3B |
| Octal | 377 | 76 | 54 | 0 | 114 | 123 | 0 | 5 | 144 | 73 |
| Binary | 11111111 | 111110 | 101100 | 0 | 1001100 | 1010011 | 0 | 101 | 1100100 | 111011 |
Color Harmonies of #FF3E2C
Complementary color
Monochromatic Colors of #FF3E2C
Black with #FF3E2C
Text Example
Text Example
White with #FF3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E2C; }
p { color: rgb(255,62,44); }
H1.HeaderClassName
{
color: #FF3E2C;
}
.AnyTagClassName
{
color: #FF3E2C;
}
</style>
background-color css
<style>
a { background-color: #FF3E2C; }
a { background-color: rgb(255,62,44); }
div.DivClassName
{
background-color: #FF3E2C;
}
.BgClassName
{
background-color: #FF3E2C;
}
</style>
border-color css
<style>
span { border-color: #FF3E2C; }
span { border-color: rgb(255,62,44); }
td.TdClassName
{
border-color: #FF3E2C;
}
.TagClassName
{
border-color: #FF3E2C;
}
</style>