Shades of Red Orange #FF3E34
Tints of Red Orange #FF3E34
RGB
CMYK
RGB Variations
Color information
#FF3E34 (or 0xFF3E34) is known color: Red Orange. HEX triplet: FF, 3E and 34. RGB value is (255,62,52). Sum of RGB (Red+Green+Blue) = 255+62+52=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E34 is #00C1CB. Grayscale: #767676. Windows color (decimal): -49612 or 3423999. OLE color: 3423999.
HSL color Cylindrical-coordinate representation of color #FF3E34: hue angle of 2.96º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3E34 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 52 | - |
| CMYK | 0 | 0.76 | 0.80 | 0 |
| HSL | 2.96º | 1% | 0.6% | - |
| HSV(B) | 2.96º | 0.8% | 1% | - |
| XYZ | 43.58 | 24.95 | 5.77 | - |
| YUV | 118.57 | 90.44 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 52 | 0 | 0.76 | 0.80 | 0 | 2.96 | 1 | 0.6 |
| Hex | FF | 3E | 34 | 0 | 4C | 50 | 0 | 3 | 64 | 3C |
| Octal | 377 | 76 | 64 | 0 | 114 | 120 | 0 | 3 | 144 | 74 |
| Binary | 11111111 | 111110 | 110100 | 0 | 1001100 | 1010000 | 0 | 11 | 1100100 | 111100 |
Color Harmonies of #FF3E34
Complementary color
Monochromatic Colors of #FF3E34
Black with #FF3E34
Text Example
Text Example
White with #FF3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E34; }
p { color: rgb(255,62,52); }
H1.HeaderClassName
{
color: #FF3E34;
}
.AnyTagClassName
{
color: #FF3E34;
}
</style>
background-color css
<style>
a { background-color: #FF3E34; }
a { background-color: rgb(255,62,52); }
div.DivClassName
{
background-color: #FF3E34;
}
.BgClassName
{
background-color: #FF3E34;
}
</style>
border-color css
<style>
span { border-color: #FF3E34; }
span { border-color: rgb(255,62,52); }
td.TdClassName
{
border-color: #FF3E34;
}
.TagClassName
{
border-color: #FF3E34;
}
</style>