Shades of Red Orange #FF2826
Tints of Red Orange #FF2826
RGB
CMYK
RGB Variations
Color information
#FF2826 (or 0xFF2826) is known color: Red Orange. HEX triplet: FF, 28 and 26. RGB value is (255,40,38). Sum of RGB (Red+Green+Blue) = 255+40+38=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2826 is #00D7D9. Grayscale: #686868. Windows color (decimal): -55258 or 2500863. OLE color: 2500863.
HSL color Cylindrical-coordinate representation of color #FF2826: hue angle of 0.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2826 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 38 | - |
| CMYK | 0 | 0.84 | 0.85 | 0 |
| HSL | 0.55º | 1% | 0.57% | - |
| HSV(B) | 0.55º | 0.85% | 1% | - |
| XYZ | 42.35 | 22.92 | 4.03 | - |
| YUV | 104.06 | 90.73 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 38 | 0 | 0.84 | 0.85 | 0 | 0.55 | 1 | 0.57 |
| Hex | FF | 28 | 26 | 0 | 54 | 55 | 0 | 1 | 64 | 39 |
| Octal | 377 | 50 | 46 | 0 | 124 | 125 | 0 | 1 | 144 | 71 |
| Binary | 11111111 | 101000 | 100110 | 0 | 1010100 | 1010101 | 0 | 1 | 1100100 | 111001 |
Color Harmonies of #FF2826
Complementary color
Monochromatic Colors of #FF2826
Black with #FF2826
Text Example
Text Example
White with #FF2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2826; }
p { color: rgb(255,40,38); }
H1.HeaderClassName
{
color: #FF2826;
}
.AnyTagClassName
{
color: #FF2826;
}
</style>
background-color css
<style>
a { background-color: #FF2826; }
a { background-color: rgb(255,40,38); }
div.DivClassName
{
background-color: #FF2826;
}
.BgClassName
{
background-color: #FF2826;
}
</style>
border-color css
<style>
span { border-color: #FF2826; }
span { border-color: rgb(255,40,38); }
td.TdClassName
{
border-color: #FF2826;
}
.TagClassName
{
border-color: #FF2826;
}
</style>