Shades of Red Orange #FF2828
Tints of Red Orange #FF2828
RGB
CMYK
RGB Variations
Color information
#FF2828 (or 0xFF2828) is known color: Red Orange. HEX triplet: FF, 28 and 28. RGB value is (255,40,40). Sum of RGB (Red+Green+Blue) = 255+40+40=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2828 is #00D7D7. Grayscale: #686868. Windows color (decimal): -55256 or 2631935. OLE color: 2631935.
HSL color Cylindrical-coordinate representation of color #FF2828: hue angle of 0º 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 #FF2828 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 40 | - |
| CMYK | 0 | 0.84 | 0.84 | 0 |
| HSL | 0º | 1% | 0.58% | - |
| HSV(B) | 0º | 0.84% | 1% | - |
| XYZ | 42.38 | 22.93 | 4.2 | - |
| YUV | 104.29 | 91.73 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 40 | 0 | 0.84 | 0.84 | 0 | 0 | 1 | 0.58 |
| Hex | FF | 28 | 28 | 0 | 54 | 54 | 0 | 0 | 64 | 3A |
| Octal | 377 | 50 | 50 | 0 | 124 | 124 | 0 | 0 | 144 | 72 |
| Binary | 11111111 | 101000 | 101000 | 0 | 1010100 | 1010100 | 0 | 0 | 1100100 | 111010 |
Color Harmonies of #FF2828
Complementary color
Monochromatic Colors of #FF2828
Black with #FF2828
Text Example
Text Example
White with #FF2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2828; }
p { color: rgb(255,40,40); }
H1.HeaderClassName
{
color: #FF2828;
}
.AnyTagClassName
{
color: #FF2828;
}
</style>
background-color css
<style>
a { background-color: #FF2828; }
a { background-color: rgb(255,40,40); }
div.DivClassName
{
background-color: #FF2828;
}
.BgClassName
{
background-color: #FF2828;
}
</style>
border-color css
<style>
span { border-color: #FF2828; }
span { border-color: rgb(255,40,40); }
td.TdClassName
{
border-color: #FF2828;
}
.TagClassName
{
border-color: #FF2828;
}
</style>