Shades of Scarlet #FF1C09
Tints of Scarlet #FF1C09
RGB
CMYK
RGB Variations
Color information
#FF1C09 (or 0xFF1C09) is known color: Scarlet. HEX triplet: FF, 1C and 09. RGB value is (255,28,9). Sum of RGB (Red+Green+Blue) = 255+28+9=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1C09 is #00E3F6. Grayscale: #5E5E5E. Windows color (decimal): -58359 or 597247. OLE color: 597247.
HSL color Cylindrical-coordinate representation of color #FF1C09: hue angle of 4.63º 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 #FF1C09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0 |
| HSL | 4.63º | 1% | 0.52% | - |
| HSV(B) | 4.63º | 0.96% | 1% | - |
| XYZ | 41.7 | 22.11 | 2.33 | - |
| YUV | 93.71 | 80.21 | 243.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 9 | 0 | 0.89 | 0.96 | 0 | 4.63 | 1 | 0.52 |
| Hex | FF | 1C | 9 | 0 | 59 | 60 | 0 | 5 | 64 | 34 |
| Octal | 377 | 34 | 11 | 0 | 131 | 140 | 0 | 5 | 144 | 64 |
| Binary | 11111111 | 11100 | 1001 | 0 | 1011001 | 1100000 | 0 | 101 | 1100100 | 110100 |
Color Harmonies of #FF1C09
Complementary color
Monochromatic Colors of #FF1C09
Black with #FF1C09
Text Example
Text Example
White with #FF1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C09; }
p { color: rgb(255,28,9); }
H1.HeaderClassName
{
color: #FF1C09;
}
.AnyTagClassName
{
color: #FF1C09;
}
</style>
background-color css
<style>
a { background-color: #FF1C09; }
a { background-color: rgb(255,28,9); }
div.DivClassName
{
background-color: #FF1C09;
}
.BgClassName
{
background-color: #FF1C09;
}
</style>
border-color css
<style>
span { border-color: #FF1C09; }
span { border-color: rgb(255,28,9); }
td.TdClassName
{
border-color: #FF1C09;
}
.TagClassName
{
border-color: #FF1C09;
}
</style>