Shades of Red Orange #FF342A
Tints of Red Orange #FF342A
RGB
CMYK
RGB Variations
Color information
#FF342A (or 0xFF342A) is known color: Red Orange. HEX triplet: FF, 34 and 2A. RGB value is (255,52,42). Sum of RGB (Red+Green+Blue) = 255+52+42=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF342A is #00CBD5. Grayscale: #6F6F6F. Windows color (decimal): -52182 or 2766079. OLE color: 2766079.
HSL color Cylindrical-coordinate representation of color #FF342A: hue angle of 2.82º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF342A is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 42 | - |
| CMYK | 0 | 0.80 | 0.84 | 0 |
| HSL | 2.82º | 1% | 0.58% | - |
| HSV(B) | 2.82º | 0.84% | 1% | - |
| XYZ | 42.89 | 23.88 | 4.54 | - |
| YUV | 111.56 | 88.75 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 42 | 0 | 0.80 | 0.84 | 0 | 2.82 | 1 | 0.58 |
| Hex | FF | 34 | 2A | 0 | 50 | 54 | 0 | 3 | 64 | 3A |
| Octal | 377 | 64 | 52 | 0 | 120 | 124 | 0 | 3 | 144 | 72 |
| Binary | 11111111 | 110100 | 101010 | 0 | 1010000 | 1010100 | 0 | 11 | 1100100 | 111010 |
Color Harmonies of #FF342A
Complementary color
Monochromatic Colors of #FF342A
Black with #FF342A
Text Example
Text Example
White with #FF342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF342A; }
p { color: rgb(255,52,42); }
H1.HeaderClassName
{
color: #FF342A;
}
.AnyTagClassName
{
color: #FF342A;
}
</style>
background-color css
<style>
a { background-color: #FF342A; }
a { background-color: rgb(255,52,42); }
div.DivClassName
{
background-color: #FF342A;
}
.BgClassName
{
background-color: #FF342A;
}
</style>
border-color css
<style>
span { border-color: #FF342A; }
span { border-color: rgb(255,52,42); }
td.TdClassName
{
border-color: #FF342A;
}
.TagClassName
{
border-color: #FF342A;
}
</style>