Shades of Scarlet #FD1A11
Tints of Scarlet #FD1A11
RGB
CMYK
RGB Variations
Color information
#FD1A11 (or 0xFD1A11) is known color: Scarlet. HEX triplet: FD, 1A and 11. RGB value is (253,26,17). Sum of RGB (Red+Green+Blue) = 253+26+17=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1A11 is #02E5EE. Grayscale: #5D5D5D. Windows color (decimal): -189935 or 1121021. OLE color: 1121021.
HSL color Cylindrical-coordinate representation of color #FD1A11: hue angle of 2.29º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1A11 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 17 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.01 |
| HSL | 2.29º | 0.98% | 0.53% | - |
| HSV(B) | 2.29º | 0.93% | 0.99% | - |
| XYZ | 40.98 | 21.66 | 2.55 | - |
| YUV | 92.85 | 85.21 | 242.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 17 | 0 | 0.90 | 0.93 | 0.01 | 2.29 | 0.98 | 0.53 |
| Hex | FD | 1A | 11 | 0 | 5A | 5D | 1 | 2 | 62 | 35 |
| Octal | 375 | 32 | 21 | 0 | 132 | 135 | 1 | 2 | 142 | 65 |
| Binary | 11111101 | 11010 | 10001 | 0 | 1011010 | 1011101 | 1 | 10 | 1100010 | 110101 |
Color Harmonies of #FD1A11
Complementary color
Monochromatic Colors of #FD1A11
Black with #FD1A11
Text Example
Text Example
White with #FD1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A11; }
p { color: rgb(253,26,17); }
H1.HeaderClassName
{
color: #FD1A11;
}
.AnyTagClassName
{
color: #FD1A11;
}
</style>
background-color css
<style>
a { background-color: #FD1A11; }
a { background-color: rgb(253,26,17); }
div.DivClassName
{
background-color: #FD1A11;
}
.BgClassName
{
background-color: #FD1A11;
}
</style>
border-color css
<style>
span { border-color: #FD1A11; }
span { border-color: rgb(253,26,17); }
td.TdClassName
{
border-color: #FD1A11;
}
.TagClassName
{
border-color: #FD1A11;
}
</style>