Shades of Scarlet #FF2711
Tints of Scarlet #FF2711
RGB
CMYK
RGB Variations
Color information
#FF2711 (or 0xFF2711) is known color: Scarlet. HEX triplet: FF, 27 and 11. RGB value is (255,39,17). Sum of RGB (Red+Green+Blue) = 255+39+17=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2711 is #00D8EE. Grayscale: #656565. Windows color (decimal): -55535 or 1124351. OLE color: 1124351.
HSL color Cylindrical-coordinate representation of color #FF2711: hue angle of 5.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF2711 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0 |
| HSL | 5.55º | 1% | 0.53% | - |
| HSV(B) | 5.55º | 0.93% | 1% | - |
| XYZ | 42.07 | 22.75 | 2.7 | - |
| YUV | 101.08 | 80.56 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 17 | 0 | 0.85 | 0.93 | 0 | 5.55 | 1 | 0.53 |
| Hex | FF | 27 | 11 | 0 | 55 | 5D | 0 | 6 | 64 | 35 |
| Octal | 377 | 47 | 21 | 0 | 125 | 135 | 0 | 6 | 144 | 65 |
| Binary | 11111111 | 100111 | 10001 | 0 | 1010101 | 1011101 | 0 | 110 | 1100100 | 110101 |
Color Harmonies of #FF2711
Complementary color
Monochromatic Colors of #FF2711
Black with #FF2711
Text Example
Text Example
White with #FF2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2711; }
p { color: rgb(255,39,17); }
H1.HeaderClassName
{
color: #FF2711;
}
.AnyTagClassName
{
color: #FF2711;
}
</style>
background-color css
<style>
a { background-color: #FF2711; }
a { background-color: rgb(255,39,17); }
div.DivClassName
{
background-color: #FF2711;
}
.BgClassName
{
background-color: #FF2711;
}
</style>
border-color css
<style>
span { border-color: #FF2711; }
span { border-color: rgb(255,39,17); }
td.TdClassName
{
border-color: #FF2711;
}
.TagClassName
{
border-color: #FF2711;
}
</style>