Shades of Red Orange #FF2F27
Tints of Red Orange #FF2F27
RGB
CMYK
RGB Variations
Color information
#FF2F27 (or 0xFF2F27) is known color: Red Orange. HEX triplet: FF, 2F and 27. RGB value is (255,47,39). Sum of RGB (Red+Green+Blue) = 255+47+39=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F27 is #00D0D8. Grayscale: #6C6C6C. Windows color (decimal): -53465 or 2568191. OLE color: 2568191.
HSL color Cylindrical-coordinate representation of color #FF2F27: hue angle of 2.22º 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 #FF2F27 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 39 | - |
| CMYK | 0 | 0.82 | 0.85 | 0 |
| HSL | 2.22º | 1% | 0.58% | - |
| HSV(B) | 2.22º | 0.85% | 1% | - |
| XYZ | 42.62 | 23.44 | 4.2 | - |
| YUV | 108.28 | 88.91 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 39 | 0 | 0.82 | 0.85 | 0 | 2.22 | 1 | 0.58 |
| Hex | FF | 2F | 27 | 0 | 52 | 55 | 0 | 2 | 64 | 3A |
| Octal | 377 | 57 | 47 | 0 | 122 | 125 | 0 | 2 | 144 | 72 |
| Binary | 11111111 | 101111 | 100111 | 0 | 1010010 | 1010101 | 0 | 10 | 1100100 | 111010 |
Color Harmonies of #FF2F27
Complementary color
Monochromatic Colors of #FF2F27
Black with #FF2F27
Text Example
Text Example
White with #FF2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F27; }
p { color: rgb(255,47,39); }
H1.HeaderClassName
{
color: #FF2F27;
}
.AnyTagClassName
{
color: #FF2F27;
}
</style>
background-color css
<style>
a { background-color: #FF2F27; }
a { background-color: rgb(255,47,39); }
div.DivClassName
{
background-color: #FF2F27;
}
.BgClassName
{
background-color: #FF2F27;
}
</style>
border-color css
<style>
span { border-color: #FF2F27; }
span { border-color: rgb(255,47,39); }
td.TdClassName
{
border-color: #FF2F27;
}
.TagClassName
{
border-color: #FF2F27;
}
</style>