Shades of Red Orange #FF2B20
Tints of Red Orange #FF2B20
RGB
CMYK
RGB Variations
Color information
#FF2B20 (or 0xFF2B20) is known color: Red Orange. HEX triplet: FF, 2B and 20. RGB value is (255,43,32). Sum of RGB (Red+Green+Blue) = 255+43+32=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2B20 is #00D4DF. Grayscale: #696969. Windows color (decimal): -54496 or 2108415. OLE color: 2108415.
HSL color Cylindrical-coordinate representation of color #FF2B20: hue angle of 2.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2B20 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 32 | - |
| CMYK | 0 | 0.83 | 0.87 | 0 |
| HSL | 2.96º | 1% | 0.56% | - |
| HSV(B) | 2.96º | 0.87% | 1% | - |
| XYZ | 42.36 | 23.09 | 3.59 | - |
| YUV | 105.13 | 86.74 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 32 | 0 | 0.83 | 0.87 | 0 | 2.96 | 1 | 0.56 |
| Hex | FF | 2B | 20 | 0 | 53 | 57 | 0 | 3 | 64 | 38 |
| Octal | 377 | 53 | 40 | 0 | 123 | 127 | 0 | 3 | 144 | 70 |
| Binary | 11111111 | 101011 | 100000 | 0 | 1010011 | 1010111 | 0 | 11 | 1100100 | 111000 |
Color Harmonies of #FF2B20
Complementary color
Monochromatic Colors of #FF2B20
Black with #FF2B20
Text Example
Text Example
White with #FF2B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B20; }
p { color: rgb(255,43,32); }
H1.HeaderClassName
{
color: #FF2B20;
}
.AnyTagClassName
{
color: #FF2B20;
}
</style>
background-color css
<style>
a { background-color: #FF2B20; }
a { background-color: rgb(255,43,32); }
div.DivClassName
{
background-color: #FF2B20;
}
.BgClassName
{
background-color: #FF2B20;
}
</style>
border-color css
<style>
span { border-color: #FF2B20; }
span { border-color: rgb(255,43,32); }
td.TdClassName
{
border-color: #FF2B20;
}
.TagClassName
{
border-color: #FF2B20;
}
</style>