Shades of Scarlet #FD1A12
Tints of Scarlet #FD1A12
RGB
CMYK
RGB Variations
Color information
#FD1A12 (or 0xFD1A12) is known color: Scarlet. HEX triplet: FD, 1A and 12. RGB value is (253,26,18). Sum of RGB (Red+Green+Blue) = 253+26+18=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1A12 is #02E5ED. Grayscale: #5D5D5D. Windows color (decimal): -189934 or 1186557. OLE color: 1186557.
HSL color Cylindrical-coordinate representation of color #FD1A12: hue angle of 2.04º 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 #FD1A12 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.01 |
| HSL | 2.04º | 0.98% | 0.53% | - |
| HSV(B) | 2.04º | 0.93% | 0.99% | - |
| XYZ | 40.99 | 21.67 | 2.59 | - |
| YUV | 92.96 | 85.71 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 18 | 0 | 0.90 | 0.93 | 0.01 | 2.04 | 0.98 | 0.53 |
| Hex | FD | 1A | 12 | 0 | 5A | 5D | 1 | 2 | 62 | 35 |
| Octal | 375 | 32 | 22 | 0 | 132 | 135 | 1 | 2 | 142 | 65 |
| Binary | 11111101 | 11010 | 10010 | 0 | 1011010 | 1011101 | 1 | 10 | 1100010 | 110101 |
Color Harmonies of #FD1A12
Complementary color
Monochromatic Colors of #FD1A12
Black with #FD1A12
Text Example
Text Example
White with #FD1A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A12; }
p { color: rgb(253,26,18); }
H1.HeaderClassName
{
color: #FD1A12;
}
.AnyTagClassName
{
color: #FD1A12;
}
</style>
background-color css
<style>
a { background-color: #FD1A12; }
a { background-color: rgb(253,26,18); }
div.DivClassName
{
background-color: #FD1A12;
}
.BgClassName
{
background-color: #FD1A12;
}
</style>
border-color css
<style>
span { border-color: #FD1A12; }
span { border-color: rgb(253,26,18); }
td.TdClassName
{
border-color: #FD1A12;
}
.TagClassName
{
border-color: #FD1A12;
}
</style>