Shades of Scarlet #FF2710
Tints of Scarlet #FF2710
RGB
CMYK
RGB Variations
Color information
#FF2710 (or 0xFF2710) is known color: Scarlet. HEX triplet: FF, 27 and 10. RGB value is (255,39,16). Sum of RGB (Red+Green+Blue) = 255+39+16=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2710 is #00D8EF. Grayscale: #656565. Windows color (decimal): -55536 or 1058815. OLE color: 1058815.
HSL color Cylindrical-coordinate representation of color #FF2710: hue angle of 5.77º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF2710 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 16 | - |
| CMYK | 0 | 0.85 | 0.94 | 0 |
| HSL | 5.77º | 1% | 0.53% | - |
| HSV(B) | 5.77º | 0.94% | 1% | - |
| XYZ | 42.06 | 22.75 | 2.66 | - |
| YUV | 100.96 | 80.06 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 16 | 0 | 0.85 | 0.94 | 0 | 5.77 | 1 | 0.53 |
| Hex | FF | 27 | 10 | 0 | 55 | 5E | 0 | 6 | 64 | 35 |
| Octal | 377 | 47 | 20 | 0 | 125 | 136 | 0 | 6 | 144 | 65 |
| Binary | 11111111 | 100111 | 10000 | 0 | 1010101 | 1011110 | 0 | 110 | 1100100 | 110101 |
Color Harmonies of #FF2710
Complementary color
Monochromatic Colors of #FF2710
Black with #FF2710
Text Example
Text Example
White with #FF2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2710; }
p { color: rgb(255,39,16); }
H1.HeaderClassName
{
color: #FF2710;
}
.AnyTagClassName
{
color: #FF2710;
}
</style>
background-color css
<style>
a { background-color: #FF2710; }
a { background-color: rgb(255,39,16); }
div.DivClassName
{
background-color: #FF2710;
}
.BgClassName
{
background-color: #FF2710;
}
</style>
border-color css
<style>
span { border-color: #FF2710; }
span { border-color: rgb(255,39,16); }
td.TdClassName
{
border-color: #FF2710;
}
.TagClassName
{
border-color: #FF2710;
}
</style>