Shades of Red Orange #FF2B2A
Tints of Red Orange #FF2B2A
RGB
CMYK
RGB Variations
Color information
#FF2B2A (or 0xFF2B2A) is known color: Red Orange. HEX triplet: FF, 2B and 2A. RGB value is (255,43,42). Sum of RGB (Red+Green+Blue) = 255+43+42=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2B2A is #00D4D5. Grayscale: #6A6A6A. Windows color (decimal): -54486 or 2763775. OLE color: 2763775.
HSL color Cylindrical-coordinate representation of color #FF2B2A: hue angle of 0.28º 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 #FF2B2A is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 42 | - |
| CMYK | 0 | 0.83 | 0.84 | 0 |
| HSL | 0.28º | 1% | 0.58% | - |
| HSV(B) | 0.28º | 0.84% | 1% | - |
| XYZ | 42.52 | 23.15 | 4.42 | - |
| YUV | 106.27 | 91.74 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 42 | 0 | 0.83 | 0.84 | 0 | 0.28 | 1 | 0.58 |
| Hex | FF | 2B | 2A | 0 | 53 | 54 | 0 | 0 | 64 | 3A |
| Octal | 377 | 53 | 52 | 0 | 123 | 124 | 0 | 0 | 144 | 72 |
| Binary | 11111111 | 101011 | 101010 | 0 | 1010011 | 1010100 | 0 | 0 | 1100100 | 111010 |
Color Harmonies of #FF2B2A
Complementary color
Monochromatic Colors of #FF2B2A
Black with #FF2B2A
Text Example
Text Example
White with #FF2B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B2A; }
p { color: rgb(255,43,42); }
H1.HeaderClassName
{
color: #FF2B2A;
}
.AnyTagClassName
{
color: #FF2B2A;
}
</style>
background-color css
<style>
a { background-color: #FF2B2A; }
a { background-color: rgb(255,43,42); }
div.DivClassName
{
background-color: #FF2B2A;
}
.BgClassName
{
background-color: #FF2B2A;
}
</style>
border-color css
<style>
span { border-color: #FF2B2A; }
span { border-color: rgb(255,43,42); }
td.TdClassName
{
border-color: #FF2B2A;
}
.TagClassName
{
border-color: #FF2B2A;
}
</style>