Shades of Scarlet #FF2C10
Tints of Scarlet #FF2C10
RGB
CMYK
RGB Variations
Color information
#FF2C10 (or 0xFF2C10) is known color: Scarlet. HEX triplet: FF, 2C and 10. RGB value is (255,44,16). Sum of RGB (Red+Green+Blue) = 255+44+16=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2C10 is #00D3EF. Grayscale: #686868. Windows color (decimal): -54256 or 1060095. OLE color: 1060095.
HSL color Cylindrical-coordinate representation of color #FF2C10: hue angle of 7.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 #FF2C10 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 16 | - |
| CMYK | 0 | 0.83 | 0.94 | 0 |
| HSL | 7.03º | 1% | 0.53% | - |
| HSV(B) | 7.03º | 0.94% | 1% | - |
| XYZ | 42.23 | 23.1 | 2.72 | - |
| YUV | 103.9 | 78.4 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 16 | 0 | 0.83 | 0.94 | 0 | 7.03 | 1 | 0.53 |
| Hex | FF | 2C | 10 | 0 | 53 | 5E | 0 | 7 | 64 | 35 |
| Octal | 377 | 54 | 20 | 0 | 123 | 136 | 0 | 7 | 144 | 65 |
| Binary | 11111111 | 101100 | 10000 | 0 | 1010011 | 1011110 | 0 | 111 | 1100100 | 110101 |
Color Harmonies of #FF2C10
Complementary color
Monochromatic Colors of #FF2C10
Black with #FF2C10
Text Example
Text Example
White with #FF2C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C10; }
p { color: rgb(255,44,16); }
H1.HeaderClassName
{
color: #FF2C10;
}
.AnyTagClassName
{
color: #FF2C10;
}
</style>
background-color css
<style>
a { background-color: #FF2C10; }
a { background-color: rgb(255,44,16); }
div.DivClassName
{
background-color: #FF2C10;
}
.BgClassName
{
background-color: #FF2C10;
}
</style>
border-color css
<style>
span { border-color: #FF2C10; }
span { border-color: rgb(255,44,16); }
td.TdClassName
{
border-color: #FF2C10;
}
.TagClassName
{
border-color: #FF2C10;
}
</style>