Shades of Scarlet #FD1506
Tints of Scarlet #FD1506
RGB
CMYK
RGB Variations
Color information
#FD1506 (or 0xFD1506) is known color: Scarlet. HEX triplet: FD, 15 and 06. RGB value is (253,21,6). Sum of RGB (Red+Green+Blue) = 253+21+6=280 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.36% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1506 is #02EAF9. Grayscale: #585858. Windows color (decimal): -191226 or 398845. OLE color: 398845.
HSL color Cylindrical-coordinate representation of color #FD1506: hue angle of 3.64º 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 #FD1506 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 6 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.01 |
| HSL | 3.64º | 0.98% | 0.51% | - |
| HSV(B) | 3.64º | 0.98% | 0.99% | - |
| XYZ | 40.81 | 21.43 | 2.16 | - |
| YUV | 88.66 | 81.36 | 245.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 6 | 0 | 0.92 | 0.98 | 0.01 | 3.64 | 0.98 | 0.51 |
| Hex | FD | 15 | 6 | 0 | 5C | 62 | 1 | 4 | 62 | 33 |
| Octal | 375 | 25 | 6 | 0 | 134 | 142 | 1 | 4 | 142 | 63 |
| Binary | 11111101 | 10101 | 110 | 0 | 1011100 | 1100010 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FD1506
Complementary color
Monochromatic Colors of #FD1506
Black with #FD1506
Text Example
Text Example
White with #FD1506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1506; }
p { color: rgb(253,21,6); }
H1.HeaderClassName
{
color: #FD1506;
}
.AnyTagClassName
{
color: #FD1506;
}
</style>
background-color css
<style>
a { background-color: #FD1506; }
a { background-color: rgb(253,21,6); }
div.DivClassName
{
background-color: #FD1506;
}
.BgClassName
{
background-color: #FD1506;
}
</style>
border-color css
<style>
span { border-color: #FD1506; }
span { border-color: rgb(253,21,6); }
td.TdClassName
{
border-color: #FD1506;
}
.TagClassName
{
border-color: #FD1506;
}
</style>