Shades of Red Orange #FF2622
Tints of Red Orange #FF2622
RGB
CMYK
RGB Variations
Color information
#FF2622 (or 0xFF2622) is known color: Red Orange. HEX triplet: FF, 26 and 22. RGB value is (255,38,34). Sum of RGB (Red+Green+Blue) = 255+38+34=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2622 is #00D9DD. Grayscale: #666666. Windows color (decimal): -55774 or 2238207. OLE color: 2238207.
HSL color Cylindrical-coordinate representation of color #FF2622: hue angle of 1.09º 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 #FF2622 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 34 | - |
| CMYK | 0 | 0.85 | 0.87 | 0 |
| HSL | 1.09º | 1% | 0.57% | - |
| HSV(B) | 1.09º | 0.87% | 1% | - |
| XYZ | 42.22 | 22.76 | 3.68 | - |
| YUV | 102.43 | 89.39 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 34 | 0 | 0.85 | 0.87 | 0 | 1.09 | 1 | 0.57 |
| Hex | FF | 26 | 22 | 0 | 55 | 57 | 0 | 1 | 64 | 39 |
| Octal | 377 | 46 | 42 | 0 | 125 | 127 | 0 | 1 | 144 | 71 |
| Binary | 11111111 | 100110 | 100010 | 0 | 1010101 | 1010111 | 0 | 1 | 1100100 | 111001 |
Color Harmonies of #FF2622
Complementary color
Monochromatic Colors of #FF2622
Black with #FF2622
Text Example
Text Example
White with #FF2622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2622; }
p { color: rgb(255,38,34); }
H1.HeaderClassName
{
color: #FF2622;
}
.AnyTagClassName
{
color: #FF2622;
}
</style>
background-color css
<style>
a { background-color: #FF2622; }
a { background-color: rgb(255,38,34); }
div.DivClassName
{
background-color: #FF2622;
}
.BgClassName
{
background-color: #FF2622;
}
</style>
border-color css
<style>
span { border-color: #FF2622; }
span { border-color: rgb(255,38,34); }
td.TdClassName
{
border-color: #FF2622;
}
.TagClassName
{
border-color: #FF2622;
}
</style>