Shades of Scarlet #FF2509
Tints of Scarlet #FF2509
RGB
CMYK
RGB Variations
Color information
#FF2509 (or 0xFF2509) is known color: Scarlet. HEX triplet: FF, 25 and 09. RGB value is (255,37,9). Sum of RGB (Red+Green+Blue) = 255+37+9=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2509 is #00DAF6. Grayscale: #636363. Windows color (decimal): -56055 or 599551. OLE color: 599551.
HSL color Cylindrical-coordinate representation of color #FF2509: hue angle of 6.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF2509 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0 |
| HSL | 6.83º | 1% | 0.52% | - |
| HSV(B) | 6.83º | 0.96% | 1% | - |
| XYZ | 41.95 | 22.6 | 2.41 | - |
| YUV | 98.99 | 77.22 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 9 | 0 | 0.85 | 0.96 | 0 | 6.83 | 1 | 0.52 |
| Hex | FF | 25 | 9 | 0 | 55 | 60 | 0 | 7 | 64 | 34 |
| Octal | 377 | 45 | 11 | 0 | 125 | 140 | 0 | 7 | 144 | 64 |
| Binary | 11111111 | 100101 | 1001 | 0 | 1010101 | 1100000 | 0 | 111 | 1100100 | 110100 |
Color Harmonies of #FF2509
Complementary color
Monochromatic Colors of #FF2509
Black with #FF2509
Text Example
Text Example
White with #FF2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2509; }
p { color: rgb(255,37,9); }
H1.HeaderClassName
{
color: #FF2509;
}
.AnyTagClassName
{
color: #FF2509;
}
</style>
background-color css
<style>
a { background-color: #FF2509; }
a { background-color: rgb(255,37,9); }
div.DivClassName
{
background-color: #FF2509;
}
.BgClassName
{
background-color: #FF2509;
}
</style>
border-color css
<style>
span { border-color: #FF2509; }
span { border-color: rgb(255,37,9); }
td.TdClassName
{
border-color: #FF2509;
}
.TagClassName
{
border-color: #FF2509;
}
</style>