Shades of Scarlet #FF2A10
Tints of Scarlet #FF2A10
RGB
CMYK
RGB Variations
Color information
#FF2A10 (or 0xFF2A10) is known color: Scarlet. HEX triplet: FF, 2A and 10. RGB value is (255,42,16). Sum of RGB (Red+Green+Blue) = 255+42+16=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2A10 is #00D5EF. Grayscale: #676767. Windows color (decimal): -54768 or 1059583. OLE color: 1059583.
HSL color Cylindrical-coordinate representation of color #FF2A10: hue angle of 6.53º 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 #FF2A10 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 16 | - |
| CMYK | 0 | 0.84 | 0.94 | 0 |
| HSL | 6.53º | 1% | 0.53% | - |
| HSV(B) | 6.53º | 0.94% | 1% | - |
| XYZ | 42.16 | 22.95 | 2.7 | - |
| YUV | 102.72 | 79.07 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 16 | 0 | 0.84 | 0.94 | 0 | 6.53 | 1 | 0.53 |
| Hex | FF | 2A | 10 | 0 | 54 | 5E | 0 | 7 | 64 | 35 |
| Octal | 377 | 52 | 20 | 0 | 124 | 136 | 0 | 7 | 144 | 65 |
| Binary | 11111111 | 101010 | 10000 | 0 | 1010100 | 1011110 | 0 | 111 | 1100100 | 110101 |
Color Harmonies of #FF2A10
Complementary color
Monochromatic Colors of #FF2A10
Black with #FF2A10
Text Example
Text Example
White with #FF2A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A10; }
p { color: rgb(255,42,16); }
H1.HeaderClassName
{
color: #FF2A10;
}
.AnyTagClassName
{
color: #FF2A10;
}
</style>
background-color css
<style>
a { background-color: #FF2A10; }
a { background-color: rgb(255,42,16); }
div.DivClassName
{
background-color: #FF2A10;
}
.BgClassName
{
background-color: #FF2A10;
}
</style>
border-color css
<style>
span { border-color: #FF2A10; }
span { border-color: rgb(255,42,16); }
td.TdClassName
{
border-color: #FF2A10;
}
.TagClassName
{
border-color: #FF2A10;
}
</style>