Shades of Red Orange #FF3E2D
Tints of Red Orange #FF3E2D
RGB
CMYK
RGB Variations
Color information
#FF3E2D (or 0xFF3E2D) is known color: Red Orange. HEX triplet: FF, 3E and 2D. RGB value is (255,62,45). Sum of RGB (Red+Green+Blue) = 255+62+45=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E2D is #00C1D2. Grayscale: #767676. Windows color (decimal): -49619 or 2965247. OLE color: 2965247.
HSL color Cylindrical-coordinate representation of color #FF3E2D: hue angle of 4.86º 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 #FF3E2D is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 45 | - |
| CMYK | 0 | 0.76 | 0.82 | 0 |
| HSL | 4.86º | 1% | 0.59% | - |
| HSV(B) | 4.86º | 0.82% | 1% | - |
| XYZ | 43.44 | 24.89 | 5 | - |
| YUV | 117.77 | 86.94 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 45 | 0 | 0.76 | 0.82 | 0 | 4.86 | 1 | 0.59 |
| Hex | FF | 3E | 2D | 0 | 4C | 52 | 0 | 5 | 64 | 3B |
| Octal | 377 | 76 | 55 | 0 | 114 | 122 | 0 | 5 | 144 | 73 |
| Binary | 11111111 | 111110 | 101101 | 0 | 1001100 | 1010010 | 0 | 101 | 1100100 | 111011 |
Color Harmonies of #FF3E2D
Complementary color
Monochromatic Colors of #FF3E2D
Black with #FF3E2D
Text Example
Text Example
White with #FF3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E2D; }
p { color: rgb(255,62,45); }
H1.HeaderClassName
{
color: #FF3E2D;
}
.AnyTagClassName
{
color: #FF3E2D;
}
</style>
background-color css
<style>
a { background-color: #FF3E2D; }
a { background-color: rgb(255,62,45); }
div.DivClassName
{
background-color: #FF3E2D;
}
.BgClassName
{
background-color: #FF3E2D;
}
</style>
border-color css
<style>
span { border-color: #FF3E2D; }
span { border-color: rgb(255,62,45); }
td.TdClassName
{
border-color: #FF3E2D;
}
.TagClassName
{
border-color: #FF3E2D;
}
</style>