Shades of Scarlet #FF2410
Tints of Scarlet #FF2410
RGB
CMYK
RGB Variations
Color information
#FF2410 (or 0xFF2410) is known color: Scarlet. HEX triplet: FF, 24 and 10. RGB value is (255,36,16). Sum of RGB (Red+Green+Blue) = 255+36+16=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2410 is #00DBEF. Grayscale: #636363. Windows color (decimal): -56304 or 1058047. OLE color: 1058047.
HSL color Cylindrical-coordinate representation of color #FF2410: hue angle of 5.02º 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 #FF2410 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 16 | - |
| CMYK | 0 | 0.86 | 0.94 | 0 |
| HSL | 5.02º | 1% | 0.53% | - |
| HSV(B) | 5.02º | 0.94% | 1% | - |
| XYZ | 41.96 | 22.56 | 2.63 | - |
| YUV | 99.2 | 81.05 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 16 | 0 | 0.86 | 0.94 | 0 | 5.02 | 1 | 0.53 |
| Hex | FF | 24 | 10 | 0 | 56 | 5E | 0 | 5 | 64 | 35 |
| Octal | 377 | 44 | 20 | 0 | 126 | 136 | 0 | 5 | 144 | 65 |
| Binary | 11111111 | 100100 | 10000 | 0 | 1010110 | 1011110 | 0 | 101 | 1100100 | 110101 |
Color Harmonies of #FF2410
Complementary color
Monochromatic Colors of #FF2410
Black with #FF2410
Text Example
Text Example
White with #FF2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2410; }
p { color: rgb(255,36,16); }
H1.HeaderClassName
{
color: #FF2410;
}
.AnyTagClassName
{
color: #FF2410;
}
</style>
background-color css
<style>
a { background-color: #FF2410; }
a { background-color: rgb(255,36,16); }
div.DivClassName
{
background-color: #FF2410;
}
.BgClassName
{
background-color: #FF2410;
}
</style>
border-color css
<style>
span { border-color: #FF2410; }
span { border-color: rgb(255,36,16); }
td.TdClassName
{
border-color: #FF2410;
}
.TagClassName
{
border-color: #FF2410;
}
</style>