Shades of Scarlet #FF1A0D
Tints of Scarlet #FF1A0D
RGB
CMYK
RGB Variations
Color information
#FF1A0D (or 0xFF1A0D) is known color: Scarlet. HEX triplet: FF, 1A and 0D. RGB value is (255,26,13). Sum of RGB (Red+Green+Blue) = 255+26+13=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1A0D is #00E5F2. Grayscale: #5D5D5D. Windows color (decimal): -58867 or 858879. OLE color: 858879.
HSL color Cylindrical-coordinate representation of color #FF1A0D: hue angle of 3.22º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF1A0D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 13 | - |
| CMYK | 0 | 0.90 | 0.95 | 0 |
| HSL | 3.22º | 1% | 0.53% | - |
| HSV(B) | 3.22º | 0.95% | 1% | - |
| XYZ | 41.68 | 22.03 | 2.44 | - |
| YUV | 92.99 | 82.87 | 243.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 13 | 0 | 0.90 | 0.95 | 0 | 3.22 | 1 | 0.53 |
| Hex | FF | 1A | D | 0 | 5A | 5F | 0 | 3 | 64 | 35 |
| Octal | 377 | 32 | 15 | 0 | 132 | 137 | 0 | 3 | 144 | 65 |
| Binary | 11111111 | 11010 | 1101 | 0 | 1011010 | 1011111 | 0 | 11 | 1100100 | 110101 |
Color Harmonies of #FF1A0D
Complementary color
Monochromatic Colors of #FF1A0D
Black with #FF1A0D
Text Example
Text Example
White with #FF1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A0D; }
p { color: rgb(255,26,13); }
H1.HeaderClassName
{
color: #FF1A0D;
}
.AnyTagClassName
{
color: #FF1A0D;
}
</style>
background-color css
<style>
a { background-color: #FF1A0D; }
a { background-color: rgb(255,26,13); }
div.DivClassName
{
background-color: #FF1A0D;
}
.BgClassName
{
background-color: #FF1A0D;
}
</style>
border-color css
<style>
span { border-color: #FF1A0D; }
span { border-color: rgb(255,26,13); }
td.TdClassName
{
border-color: #FF1A0D;
}
.TagClassName
{
border-color: #FF1A0D;
}
</style>