Shades of Red Orange #FF271F
Tints of Red Orange #FF271F
RGB
CMYK
RGB Variations
Color information
#FF271F (or 0xFF271F) is known color: Red Orange. HEX triplet: FF, 27 and 1F. RGB value is (255,39,31). Sum of RGB (Red+Green+Blue) = 255+39+31=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF271F is #00D8E0. Grayscale: #666666. Windows color (decimal): -55521 or 2041855. OLE color: 2041855.
HSL color Cylindrical-coordinate representation of color #FF271F: hue angle of 2.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF271F is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 31 | - |
| CMYK | 0 | 0.85 | 0.88 | 0 |
| HSL | 2.14º | 1% | 0.56% | - |
| HSV(B) | 2.14º | 0.88% | 1% | - |
| XYZ | 42.21 | 22.81 | 3.47 | - |
| YUV | 102.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 31 | 0 | 0.85 | 0.88 | 0 | 2.14 | 1 | 0.56 |
| Hex | FF | 27 | 1F | 0 | 55 | 58 | 0 | 2 | 64 | 38 |
| Octal | 377 | 47 | 37 | 0 | 125 | 130 | 0 | 2 | 144 | 70 |
| Binary | 11111111 | 100111 | 11111 | 0 | 1010101 | 1011000 | 0 | 10 | 1100100 | 111000 |
Color Harmonies of #FF271F
Complementary color
Monochromatic Colors of #FF271F
Black with #FF271F
Text Example
Text Example
White with #FF271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF271F; }
p { color: rgb(255,39,31); }
H1.HeaderClassName
{
color: #FF271F;
}
.AnyTagClassName
{
color: #FF271F;
}
</style>
background-color css
<style>
a { background-color: #FF271F; }
a { background-color: rgb(255,39,31); }
div.DivClassName
{
background-color: #FF271F;
}
.BgClassName
{
background-color: #FF271F;
}
</style>
border-color css
<style>
span { border-color: #FF271F; }
span { border-color: rgb(255,39,31); }
td.TdClassName
{
border-color: #FF271F;
}
.TagClassName
{
border-color: #FF271F;
}
</style>