Shades of Scarlet #FF2709
Tints of Scarlet #FF2709
RGB
CMYK
RGB Variations
Color information
#FF2709 (or 0xFF2709) is known color: Scarlet. HEX triplet: FF, 27 and 09. RGB value is (255,39,9). Sum of RGB (Red+Green+Blue) = 255+39+9=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2709 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2709 is #00D8F6. Grayscale: #646464. Windows color (decimal): -55543 or 600063. OLE color: 600063.
HSL color Cylindrical-coordinate representation of color #FF2709: hue angle of 7.32º 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 #FF2709 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0 |
| HSL | 7.32º | 1% | 0.52% | - |
| HSV(B) | 7.32º | 0.96% | 1% | - |
| XYZ | 42.01 | 22.73 | 2.43 | - |
| YUV | 100.16 | 76.56 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 9 | 0 | 0.85 | 0.96 | 0 | 7.32 | 1 | 0.52 |
| Hex | FF | 27 | 9 | 0 | 55 | 60 | 0 | 7 | 64 | 34 |
| Octal | 377 | 47 | 11 | 0 | 125 | 140 | 0 | 7 | 144 | 64 |
| Binary | 11111111 | 100111 | 1001 | 0 | 1010101 | 1100000 | 0 | 111 | 1100100 | 110100 |
Color Harmonies of #FF2709
Complementary color
Monochromatic Colors of #FF2709
Black with #FF2709
Text Example
Text Example
White with #FF2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2709; }
p { color: rgb(255,39,9); }
H1.HeaderClassName
{
color: #FF2709;
}
.AnyTagClassName
{
color: #FF2709;
}
</style>
background-color css
<style>
a { background-color: #FF2709; }
a { background-color: rgb(255,39,9); }
div.DivClassName
{
background-color: #FF2709;
}
.BgClassName
{
background-color: #FF2709;
}
</style>
border-color css
<style>
span { border-color: #FF2709; }
span { border-color: rgb(255,39,9); }
td.TdClassName
{
border-color: #FF2709;
}
.TagClassName
{
border-color: #FF2709;
}
</style>