Shades of Red Orange #FF2C21
Tints of Red Orange #FF2C21
RGB
CMYK
RGB Variations
Color information
#FF2C21 (or 0xFF2C21) is known color: Red Orange. HEX triplet: FF, 2C and 21. RGB value is (255,44,33). Sum of RGB (Red+Green+Blue) = 255+44+33=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2C21 is #00D3DE. Grayscale: #6A6A6A. Windows color (decimal): -54239 or 2174207. OLE color: 2174207.
HSL color Cylindrical-coordinate representation of color #FF2C21: hue angle of 2.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2C21 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 33 | - |
| CMYK | 0 | 0.83 | 0.87 | 0 |
| HSL | 2.97º | 1% | 0.56% | - |
| HSV(B) | 2.97º | 0.87% | 1% | - |
| XYZ | 42.42 | 23.17 | 3.68 | - |
| YUV | 105.84 | 86.9 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 33 | 0 | 0.83 | 0.87 | 0 | 2.97 | 1 | 0.56 |
| Hex | FF | 2C | 21 | 0 | 53 | 57 | 0 | 3 | 64 | 38 |
| Octal | 377 | 54 | 41 | 0 | 123 | 127 | 0 | 3 | 144 | 70 |
| Binary | 11111111 | 101100 | 100001 | 0 | 1010011 | 1010111 | 0 | 11 | 1100100 | 111000 |
Color Harmonies of #FF2C21
Complementary color
Monochromatic Colors of #FF2C21
Black with #FF2C21
Text Example
Text Example
White with #FF2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C21; }
p { color: rgb(255,44,33); }
H1.HeaderClassName
{
color: #FF2C21;
}
.AnyTagClassName
{
color: #FF2C21;
}
</style>
background-color css
<style>
a { background-color: #FF2C21; }
a { background-color: rgb(255,44,33); }
div.DivClassName
{
background-color: #FF2C21;
}
.BgClassName
{
background-color: #FF2C21;
}
</style>
border-color css
<style>
span { border-color: #FF2C21; }
span { border-color: rgb(255,44,33); }
td.TdClassName
{
border-color: #FF2C21;
}
.TagClassName
{
border-color: #FF2C21;
}
</style>