Shades of Red Orange #FF3422
Tints of Red Orange #FF3422
RGB
CMYK
RGB Variations
Color information
#FF3422 (or 0xFF3422) is known color: Red Orange. HEX triplet: FF, 34 and 22. RGB value is (255,52,34). Sum of RGB (Red+Green+Blue) = 255+52+34=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3422 is #00CBDD. Grayscale: #6E6E6E. Windows color (decimal): -52190 or 2241791. OLE color: 2241791.
HSL color Cylindrical-coordinate representation of color #FF3422: hue angle of 4.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3422 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 34 | - |
| CMYK | 0 | 0.80 | 0.87 | 0 |
| HSL | 4.89º | 1% | 0.57% | - |
| HSV(B) | 4.89º | 0.87% | 1% | - |
| XYZ | 42.76 | 23.83 | 3.86 | - |
| YUV | 110.65 | 84.75 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 34 | 0 | 0.80 | 0.87 | 0 | 4.89 | 1 | 0.57 |
| Hex | FF | 34 | 22 | 0 | 50 | 57 | 0 | 5 | 64 | 39 |
| Octal | 377 | 64 | 42 | 0 | 120 | 127 | 0 | 5 | 144 | 71 |
| Binary | 11111111 | 110100 | 100010 | 0 | 1010000 | 1010111 | 0 | 101 | 1100100 | 111001 |
Color Harmonies of #FF3422
Complementary color
Monochromatic Colors of #FF3422
Black with #FF3422
Text Example
Text Example
White with #FF3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3422; }
p { color: rgb(255,52,34); }
H1.HeaderClassName
{
color: #FF3422;
}
.AnyTagClassName
{
color: #FF3422;
}
</style>
background-color css
<style>
a { background-color: #FF3422; }
a { background-color: rgb(255,52,34); }
div.DivClassName
{
background-color: #FF3422;
}
.BgClassName
{
background-color: #FF3422;
}
</style>
border-color css
<style>
span { border-color: #FF3422; }
span { border-color: rgb(255,52,34); }
td.TdClassName
{
border-color: #FF3422;
}
.TagClassName
{
border-color: #FF3422;
}
</style>