Shades of Scarlet #FF2910
Tints of Scarlet #FF2910
RGB
CMYK
RGB Variations
Color information
#FF2910 (or 0xFF2910) is known color: Scarlet. HEX triplet: FF, 29 and 10. RGB value is (255,41,16). Sum of RGB (Red+Green+Blue) = 255+41+16=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2910 is #00D6EF. Grayscale: #666666. Windows color (decimal): -55024 or 1059327. OLE color: 1059327.
HSL color Cylindrical-coordinate representation of color #FF2910: hue angle of 6.28º 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 #FF2910 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 16 | - |
| CMYK | 0 | 0.84 | 0.94 | 0 |
| HSL | 6.28º | 1% | 0.53% | - |
| HSV(B) | 6.28º | 0.94% | 1% | - |
| XYZ | 42.13 | 22.88 | 2.69 | - |
| YUV | 102.14 | 79.4 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 16 | 0 | 0.84 | 0.94 | 0 | 6.28 | 1 | 0.53 |
| Hex | FF | 29 | 10 | 0 | 54 | 5E | 0 | 6 | 64 | 35 |
| Octal | 377 | 51 | 20 | 0 | 124 | 136 | 0 | 6 | 144 | 65 |
| Binary | 11111111 | 101001 | 10000 | 0 | 1010100 | 1011110 | 0 | 110 | 1100100 | 110101 |
Color Harmonies of #FF2910
Complementary color
Monochromatic Colors of #FF2910
Black with #FF2910
Text Example
Text Example
White with #FF2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2910; }
p { color: rgb(255,41,16); }
H1.HeaderClassName
{
color: #FF2910;
}
.AnyTagClassName
{
color: #FF2910;
}
</style>
background-color css
<style>
a { background-color: #FF2910; }
a { background-color: rgb(255,41,16); }
div.DivClassName
{
background-color: #FF2910;
}
.BgClassName
{
background-color: #FF2910;
}
</style>
border-color css
<style>
span { border-color: #FF2910; }
span { border-color: rgb(255,41,16); }
td.TdClassName
{
border-color: #FF2910;
}
.TagClassName
{
border-color: #FF2910;
}
</style>