Shades of Scarlet #FF1A09
Tints of Scarlet #FF1A09
RGB
CMYK
RGB Variations
Color information
#FF1A09 (or 0xFF1A09) is known color: Scarlet. HEX triplet: FF, 1A and 09. RGB value is (255,26,9). Sum of RGB (Red+Green+Blue) = 255+26+9=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1A09 is #00E5F6. Grayscale: #5C5C5C. Windows color (decimal): -58871 or 596735. OLE color: 596735.
HSL color Cylindrical-coordinate representation of color #FF1A09: hue angle of 4.15º 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 #FF1A09 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0 |
| HSL | 4.15º | 1% | 0.52% | - |
| HSV(B) | 4.15º | 0.96% | 1% | - |
| XYZ | 41.66 | 22.02 | 2.31 | - |
| YUV | 92.53 | 80.87 | 243.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 9 | 0 | 0.90 | 0.96 | 0 | 4.15 | 1 | 0.52 |
| Hex | FF | 1A | 9 | 0 | 5A | 60 | 0 | 4 | 64 | 34 |
| Octal | 377 | 32 | 11 | 0 | 132 | 140 | 0 | 4 | 144 | 64 |
| Binary | 11111111 | 11010 | 1001 | 0 | 1011010 | 1100000 | 0 | 100 | 1100100 | 110100 |
Color Harmonies of #FF1A09
Complementary color
Monochromatic Colors of #FF1A09
Black with #FF1A09
Text Example
Text Example
White with #FF1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A09; }
p { color: rgb(255,26,9); }
H1.HeaderClassName
{
color: #FF1A09;
}
.AnyTagClassName
{
color: #FF1A09;
}
</style>
background-color css
<style>
a { background-color: #FF1A09; }
a { background-color: rgb(255,26,9); }
div.DivClassName
{
background-color: #FF1A09;
}
.BgClassName
{
background-color: #FF1A09;
}
</style>
border-color css
<style>
span { border-color: #FF1A09; }
span { border-color: rgb(255,26,9); }
td.TdClassName
{
border-color: #FF1A09;
}
.TagClassName
{
border-color: #FF1A09;
}
</style>