Shades of Red Orange #FF2B27
Tints of Red Orange #FF2B27
RGB
CMYK
RGB Variations
Color information
#FF2B27 (or 0xFF2B27) is known color: Red Orange. HEX triplet: FF, 2B and 27. RGB value is (255,43,39). Sum of RGB (Red+Green+Blue) = 255+43+39=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2B27 is #00D4D8. Grayscale: #6A6A6A. Windows color (decimal): -54489 or 2567167. OLE color: 2567167.
HSL color Cylindrical-coordinate representation of color #FF2B27: hue angle of 1.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2B27 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 39 | - |
| CMYK | 0 | 0.83 | 0.85 | 0 |
| HSL | 1.11º | 1% | 0.58% | - |
| HSV(B) | 1.11º | 0.85% | 1% | - |
| XYZ | 42.47 | 23.13 | 4.15 | - |
| YUV | 105.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 39 | 0 | 0.83 | 0.85 | 0 | 1.11 | 1 | 0.58 |
| Hex | FF | 2B | 27 | 0 | 53 | 55 | 0 | 1 | 64 | 3A |
| Octal | 377 | 53 | 47 | 0 | 123 | 125 | 0 | 1 | 144 | 72 |
| Binary | 11111111 | 101011 | 100111 | 0 | 1010011 | 1010101 | 0 | 1 | 1100100 | 111010 |
Color Harmonies of #FF2B27
Complementary color
Monochromatic Colors of #FF2B27
Black with #FF2B27
Text Example
Text Example
White with #FF2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B27; }
p { color: rgb(255,43,39); }
H1.HeaderClassName
{
color: #FF2B27;
}
.AnyTagClassName
{
color: #FF2B27;
}
</style>
background-color css
<style>
a { background-color: #FF2B27; }
a { background-color: rgb(255,43,39); }
div.DivClassName
{
background-color: #FF2B27;
}
.BgClassName
{
background-color: #FF2B27;
}
</style>
border-color css
<style>
span { border-color: #FF2B27; }
span { border-color: rgb(255,43,39); }
td.TdClassName
{
border-color: #FF2B27;
}
.TagClassName
{
border-color: #FF2B27;
}
</style>