Shades of Red Orange #FF2C1D
Tints of Red Orange #FF2C1D
RGB
CMYK
RGB Variations
Color information
#FF2C1D (or 0xFF2C1D) is known color: Red Orange. HEX triplet: FF, 2C and 1D. RGB value is (255,44,29). Sum of RGB (Red+Green+Blue) = 255+44+29=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2C1D is #00D3E2. Grayscale: #696969. Windows color (decimal): -54243 or 1912063. OLE color: 1912063.
HSL color Cylindrical-coordinate representation of color #FF2C1D: hue angle of 3.98º 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 #FF2C1D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 29 | - |
| CMYK | 0 | 0.83 | 0.89 | 0 |
| HSL | 3.98º | 1% | 0.56% | - |
| HSV(B) | 3.98º | 0.89% | 1% | - |
| XYZ | 42.36 | 23.15 | 3.4 | - |
| YUV | 105.38 | 84.9 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 29 | 0 | 0.83 | 0.89 | 0 | 3.98 | 1 | 0.56 |
| Hex | FF | 2C | 1D | 0 | 53 | 59 | 0 | 4 | 64 | 38 |
| Octal | 377 | 54 | 35 | 0 | 123 | 131 | 0 | 4 | 144 | 70 |
| Binary | 11111111 | 101100 | 11101 | 0 | 1010011 | 1011001 | 0 | 100 | 1100100 | 111000 |
Color Harmonies of #FF2C1D
Complementary color
Monochromatic Colors of #FF2C1D
Black with #FF2C1D
Text Example
Text Example
White with #FF2C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C1D; }
p { color: rgb(255,44,29); }
H1.HeaderClassName
{
color: #FF2C1D;
}
.AnyTagClassName
{
color: #FF2C1D;
}
</style>
background-color css
<style>
a { background-color: #FF2C1D; }
a { background-color: rgb(255,44,29); }
div.DivClassName
{
background-color: #FF2C1D;
}
.BgClassName
{
background-color: #FF2C1D;
}
</style>
border-color css
<style>
span { border-color: #FF2C1D; }
span { border-color: rgb(255,44,29); }
td.TdClassName
{
border-color: #FF2C1D;
}
.TagClassName
{
border-color: #FF2C1D;
}
</style>