Shades of Red Orange #FF342E
Tints of Red Orange #FF342E
RGB
CMYK
RGB Variations
Color information
#FF342E (or 0xFF342E) is known color: Red Orange. HEX triplet: FF, 34 and 2E. RGB value is (255,52,46). Sum of RGB (Red+Green+Blue) = 255+52+46=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF342E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF342E is #00CBD1. Grayscale: #707070. Windows color (decimal): -52178 or 3028223. OLE color: 3028223.
HSL color Cylindrical-coordinate representation of color #FF342E: hue angle of 1.72º 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 #FF342E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 46 | - |
| CMYK | 0 | 0.80 | 0.82 | 0 |
| HSL | 1.72º | 1% | 0.59% | - |
| HSV(B) | 1.72º | 0.82% | 1% | - |
| XYZ | 42.96 | 23.91 | 4.94 | - |
| YUV | 112.01 | 90.75 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 46 | 0 | 0.80 | 0.82 | 0 | 1.72 | 1 | 0.59 |
| Hex | FF | 34 | 2E | 0 | 50 | 52 | 0 | 2 | 64 | 3B |
| Octal | 377 | 64 | 56 | 0 | 120 | 122 | 0 | 2 | 144 | 73 |
| Binary | 11111111 | 110100 | 101110 | 0 | 1010000 | 1010010 | 0 | 10 | 1100100 | 111011 |
Color Harmonies of #FF342E
Complementary color
Monochromatic Colors of #FF342E
Black with #FF342E
Text Example
Text Example
White with #FF342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF342E; }
p { color: rgb(255,52,46); }
H1.HeaderClassName
{
color: #FF342E;
}
.AnyTagClassName
{
color: #FF342E;
}
</style>
background-color css
<style>
a { background-color: #FF342E; }
a { background-color: rgb(255,52,46); }
div.DivClassName
{
background-color: #FF342E;
}
.BgClassName
{
background-color: #FF342E;
}
</style>
border-color css
<style>
span { border-color: #FF342E; }
span { border-color: rgb(255,52,46); }
td.TdClassName
{
border-color: #FF342E;
}
.TagClassName
{
border-color: #FF342E;
}
</style>