Shades of Scarlet #FF2810
Tints of Scarlet #FF2810
RGB
CMYK
RGB Variations
Color information
#FF2810 (or 0xFF2810) is known color: Scarlet. HEX triplet: FF, 28 and 10. RGB value is (255,40,16). Sum of RGB (Red+Green+Blue) = 255+40+16=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2810 is #00D7EF. Grayscale: #656565. Windows color (decimal): -55280 or 1059071. OLE color: 1059071.
HSL color Cylindrical-coordinate representation of color #FF2810: hue angle of 6.03º 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 #FF2810 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 16 | - |
| CMYK | 0 | 0.84 | 0.94 | 0 |
| HSL | 6.03º | 1% | 0.53% | - |
| HSV(B) | 6.03º | 0.94% | 1% | - |
| XYZ | 42.09 | 22.81 | 2.68 | - |
| YUV | 101.55 | 79.73 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 16 | 0 | 0.84 | 0.94 | 0 | 6.03 | 1 | 0.53 |
| Hex | FF | 28 | 10 | 0 | 54 | 5E | 0 | 6 | 64 | 35 |
| Octal | 377 | 50 | 20 | 0 | 124 | 136 | 0 | 6 | 144 | 65 |
| Binary | 11111111 | 101000 | 10000 | 0 | 1010100 | 1011110 | 0 | 110 | 1100100 | 110101 |
Color Harmonies of #FF2810
Complementary color
Monochromatic Colors of #FF2810
Black with #FF2810
Text Example
Text Example
White with #FF2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2810; }
p { color: rgb(255,40,16); }
H1.HeaderClassName
{
color: #FF2810;
}
.AnyTagClassName
{
color: #FF2810;
}
</style>
background-color css
<style>
a { background-color: #FF2810; }
a { background-color: rgb(255,40,16); }
div.DivClassName
{
background-color: #FF2810;
}
.BgClassName
{
background-color: #FF2810;
}
</style>
border-color css
<style>
span { border-color: #FF2810; }
span { border-color: rgb(255,40,16); }
td.TdClassName
{
border-color: #FF2810;
}
.TagClassName
{
border-color: #FF2810;
}
</style>