Shades of Scarlet #FD1A05
Tints of Scarlet #FD1A05
RGB
CMYK
RGB Variations
Color information
#FD1A05 (or 0xFD1A05) is known color: Scarlet. HEX triplet: FD, 1A and 05. RGB value is (253,26,5). Sum of RGB (Red+Green+Blue) = 253+26+5=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1A05 is #02E5FA. Grayscale: #5B5B5B. Windows color (decimal): -189947 or 334589. OLE color: 334589.
HSL color Cylindrical-coordinate representation of color #FD1A05: hue angle of 5.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD1A05 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.01 |
| HSL | 5.08º | 0.98% | 0.51% | - |
| HSV(B) | 5.08º | 0.98% | 0.99% | - |
| XYZ | 40.9 | 21.63 | 2.16 | - |
| YUV | 91.48 | 79.21 | 243.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 5 | 0 | 0.90 | 0.98 | 0.01 | 5.08 | 0.98 | 0.51 |
| Hex | FD | 1A | 5 | 0 | 5A | 62 | 1 | 5 | 62 | 33 |
| Octal | 375 | 32 | 5 | 0 | 132 | 142 | 1 | 5 | 142 | 63 |
| Binary | 11111101 | 11010 | 101 | 0 | 1011010 | 1100010 | 1 | 101 | 1100010 | 110011 |
Color Harmonies of #FD1A05
Complementary color
Monochromatic Colors of #FD1A05
Black with #FD1A05
Text Example
Text Example
White with #FD1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A05; }
p { color: rgb(253,26,5); }
H1.HeaderClassName
{
color: #FD1A05;
}
.AnyTagClassName
{
color: #FD1A05;
}
</style>
background-color css
<style>
a { background-color: #FD1A05; }
a { background-color: rgb(253,26,5); }
div.DivClassName
{
background-color: #FD1A05;
}
.BgClassName
{
background-color: #FD1A05;
}
</style>
border-color css
<style>
span { border-color: #FD1A05; }
span { border-color: rgb(253,26,5); }
td.TdClassName
{
border-color: #FD1A05;
}
.TagClassName
{
border-color: #FD1A05;
}
</style>