Shades of Red Orange #FF2B1D
Tints of Red Orange #FF2B1D
RGB
CMYK
RGB Variations
Color information
#FF2B1D (or 0xFF2B1D) is known color: Red Orange. HEX triplet: FF, 2B and 1D. RGB value is (255,43,29). Sum of RGB (Red+Green+Blue) = 255+43+29=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2B1D is #00D4E2. Grayscale: #696969. Windows color (decimal): -54499 or 1911807. OLE color: 1911807.
HSL color Cylindrical-coordinate representation of color #FF2B1D: hue angle of 3.72º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF2B1D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 29 | - |
| CMYK | 0 | 0.83 | 0.89 | 0 |
| HSL | 3.72º | 1% | 0.56% | - |
| HSV(B) | 3.72º | 0.89% | 1% | - |
| XYZ | 42.33 | 23.08 | 3.39 | - |
| YUV | 104.79 | 85.24 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 29 | 0 | 0.83 | 0.89 | 0 | 3.72 | 1 | 0.56 |
| Hex | FF | 2B | 1D | 0 | 53 | 59 | 0 | 4 | 64 | 38 |
| Octal | 377 | 53 | 35 | 0 | 123 | 131 | 0 | 4 | 144 | 70 |
| Binary | 11111111 | 101011 | 11101 | 0 | 1010011 | 1011001 | 0 | 100 | 1100100 | 111000 |
Color Harmonies of #FF2B1D
Complementary color
Monochromatic Colors of #FF2B1D
Black with #FF2B1D
Text Example
Text Example
White with #FF2B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B1D; }
p { color: rgb(255,43,29); }
H1.HeaderClassName
{
color: #FF2B1D;
}
.AnyTagClassName
{
color: #FF2B1D;
}
</style>
background-color css
<style>
a { background-color: #FF2B1D; }
a { background-color: rgb(255,43,29); }
div.DivClassName
{
background-color: #FF2B1D;
}
.BgClassName
{
background-color: #FF2B1D;
}
</style>
border-color css
<style>
span { border-color: #FF2B1D; }
span { border-color: rgb(255,43,29); }
td.TdClassName
{
border-color: #FF2B1D;
}
.TagClassName
{
border-color: #FF2B1D;
}
</style>