Shades of Scarlet #FF1A05
Tints of Scarlet #FF1A05
RGB
CMYK
RGB Variations
Color information
#FF1A05 (or 0xFF1A05) is known color: Scarlet. HEX triplet: FF, 1A and 05. RGB value is (255,26,5). Sum of RGB (Red+Green+Blue) = 255+26+5=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1A05 is #00E5FA. Grayscale: #5C5C5C. Windows color (decimal): -58875 or 334591. OLE color: 334591.
HSL color Cylindrical-coordinate representation of color #FF1A05: hue angle of 5.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF1A05 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0 |
| HSL | 5.04º | 1% | 0.51% | - |
| HSV(B) | 5.04º | 0.98% | 1% | - |
| XYZ | 41.64 | 22.01 | 2.2 | - |
| YUV | 92.08 | 78.87 | 244.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 5 | 0 | 0.90 | 0.98 | 0 | 5.04 | 1 | 0.51 |
| Hex | FF | 1A | 5 | 0 | 5A | 62 | 0 | 5 | 64 | 33 |
| Octal | 377 | 32 | 5 | 0 | 132 | 142 | 0 | 5 | 144 | 63 |
| Binary | 11111111 | 11010 | 101 | 0 | 1011010 | 1100010 | 0 | 101 | 1100100 | 110011 |
Color Harmonies of #FF1A05
Complementary color
Monochromatic Colors of #FF1A05
Black with #FF1A05
Text Example
Text Example
White with #FF1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A05; }
p { color: rgb(255,26,5); }
H1.HeaderClassName
{
color: #FF1A05;
}
.AnyTagClassName
{
color: #FF1A05;
}
</style>
background-color css
<style>
a { background-color: #FF1A05; }
a { background-color: rgb(255,26,5); }
div.DivClassName
{
background-color: #FF1A05;
}
.BgClassName
{
background-color: #FF1A05;
}
</style>
border-color css
<style>
span { border-color: #FF1A05; }
span { border-color: rgb(255,26,5); }
td.TdClassName
{
border-color: #FF1A05;
}
.TagClassName
{
border-color: #FF1A05;
}
</style>