Shades of Red Orange #FF2927
Tints of Red Orange #FF2927
RGB
CMYK
RGB Variations
Color information
#FF2927 (or 0xFF2927) is known color: Red Orange. HEX triplet: FF, 29 and 27. RGB value is (255,41,39). Sum of RGB (Red+Green+Blue) = 255+41+39=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2927 is #00D6D8. Grayscale: #686868. Windows color (decimal): -55001 or 2566655. OLE color: 2566655.
HSL color Cylindrical-coordinate representation of color #FF2927: hue angle of 0.56º 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 #FF2927 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 39 | - |
| CMYK | 0 | 0.84 | 0.85 | 0 |
| HSL | 0.56º | 1% | 0.58% | - |
| HSV(B) | 0.56º | 0.85% | 1% | - |
| XYZ | 42.4 | 22.99 | 4.12 | - |
| YUV | 104.76 | 90.9 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 39 | 0 | 0.84 | 0.85 | 0 | 0.56 | 1 | 0.58 |
| Hex | FF | 29 | 27 | 0 | 54 | 55 | 0 | 1 | 64 | 3A |
| Octal | 377 | 51 | 47 | 0 | 124 | 125 | 0 | 1 | 144 | 72 |
| Binary | 11111111 | 101001 | 100111 | 0 | 1010100 | 1010101 | 0 | 1 | 1100100 | 111010 |
Color Harmonies of #FF2927
Complementary color
Monochromatic Colors of #FF2927
Black with #FF2927
Text Example
Text Example
White with #FF2927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2927; }
p { color: rgb(255,41,39); }
H1.HeaderClassName
{
color: #FF2927;
}
.AnyTagClassName
{
color: #FF2927;
}
</style>
background-color css
<style>
a { background-color: #FF2927; }
a { background-color: rgb(255,41,39); }
div.DivClassName
{
background-color: #FF2927;
}
.BgClassName
{
background-color: #FF2927;
}
</style>
border-color css
<style>
span { border-color: #FF2927; }
span { border-color: rgb(255,41,39); }
td.TdClassName
{
border-color: #FF2927;
}
.TagClassName
{
border-color: #FF2927;
}
</style>