Shades of Scarlet #FD1406
Tints of Scarlet #FD1406
RGB
CMYK
RGB Variations
Color information
#FD1406 (or 0xFD1406) is known color: Scarlet. HEX triplet: FD, 14 and 06. RGB value is (253,20,6). Sum of RGB (Red+Green+Blue) = 253+20+6=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1406 is #02EBF9. Grayscale: #585858. Windows color (decimal): -191482 or 398589. OLE color: 398589.
HSL color Cylindrical-coordinate representation of color #FD1406: hue angle of 3.4º 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 #FD1406 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 6 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.01 |
| HSL | 3.4º | 0.98% | 0.51% | - |
| HSV(B) | 3.4º | 0.98% | 0.99% | - |
| XYZ | 40.79 | 21.4 | 2.15 | - |
| YUV | 88.07 | 81.69 | 245.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 6 | 0 | 0.92 | 0.98 | 0.01 | 3.4 | 0.98 | 0.51 |
| Hex | FD | 14 | 6 | 0 | 5C | 62 | 1 | 3 | 62 | 33 |
| Octal | 375 | 24 | 6 | 0 | 134 | 142 | 1 | 3 | 142 | 63 |
| Binary | 11111101 | 10100 | 110 | 0 | 1011100 | 1100010 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FD1406
Complementary color
Monochromatic Colors of #FD1406
Black with #FD1406
Text Example
Text Example
White with #FD1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1406; }
p { color: rgb(253,20,6); }
H1.HeaderClassName
{
color: #FD1406;
}
.AnyTagClassName
{
color: #FD1406;
}
</style>
background-color css
<style>
a { background-color: #FD1406; }
a { background-color: rgb(253,20,6); }
div.DivClassName
{
background-color: #FD1406;
}
.BgClassName
{
background-color: #FD1406;
}
</style>
border-color css
<style>
span { border-color: #FD1406; }
span { border-color: rgb(253,20,6); }
td.TdClassName
{
border-color: #FD1406;
}
.TagClassName
{
border-color: #FD1406;
}
</style>