Shades of Red Orange #FF2B25
Tints of Red Orange #FF2B25
RGB
CMYK
RGB Variations
Color information
#FF2B25 (or 0xFF2B25) is known color: Red Orange. HEX triplet: FF, 2B and 25. RGB value is (255,43,37). Sum of RGB (Red+Green+Blue) = 255+43+37=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2B25 is #00D4DA. Grayscale: #696969. Windows color (decimal): -54491 or 2436095. OLE color: 2436095.
HSL color Cylindrical-coordinate representation of color #FF2B25: hue angle of 1.65º 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 #FF2B25 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 37 | - |
| CMYK | 0 | 0.83 | 0.85 | 0 |
| HSL | 1.65º | 1% | 0.57% | - |
| HSV(B) | 1.65º | 0.85% | 1% | - |
| XYZ | 42.44 | 23.12 | 3.98 | - |
| YUV | 105.7 | 89.24 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 37 | 0 | 0.83 | 0.85 | 0 | 1.65 | 1 | 0.57 |
| Hex | FF | 2B | 25 | 0 | 53 | 55 | 0 | 2 | 64 | 39 |
| Octal | 377 | 53 | 45 | 0 | 123 | 125 | 0 | 2 | 144 | 71 |
| Binary | 11111111 | 101011 | 100101 | 0 | 1010011 | 1010101 | 0 | 10 | 1100100 | 111001 |
Color Harmonies of #FF2B25
Complementary color
Monochromatic Colors of #FF2B25
Black with #FF2B25
Text Example
Text Example
White with #FF2B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B25; }
p { color: rgb(255,43,37); }
H1.HeaderClassName
{
color: #FF2B25;
}
.AnyTagClassName
{
color: #FF2B25;
}
</style>
background-color css
<style>
a { background-color: #FF2B25; }
a { background-color: rgb(255,43,37); }
div.DivClassName
{
background-color: #FF2B25;
}
.BgClassName
{
background-color: #FF2B25;
}
</style>
border-color css
<style>
span { border-color: #FF2B25; }
span { border-color: rgb(255,43,37); }
td.TdClassName
{
border-color: #FF2B25;
}
.TagClassName
{
border-color: #FF2B25;
}
</style>