Shades of Scarlet #FD1C06
Tints of Scarlet #FD1C06
RGB
CMYK
RGB Variations
Color information
#FD1C06 (or 0xFD1C06) is known color: Scarlet. HEX triplet: FD, 1C and 06. RGB value is (253,28,6). Sum of RGB (Red+Green+Blue) = 253+28+6=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1C06 is #02E3F9. Grayscale: #5D5D5D. Windows color (decimal): -189434 or 400637. OLE color: 400637.
HSL color Cylindrical-coordinate representation of color #FD1C06: hue angle of 5.34º 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 #FD1C06 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 6 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.01 |
| HSL | 5.34º | 0.98% | 0.51% | - |
| HSV(B) | 5.34º | 0.98% | 0.99% | - |
| XYZ | 40.96 | 21.73 | 2.21 | - |
| YUV | 92.77 | 79.04 | 242.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 6 | 0 | 0.89 | 0.98 | 0.01 | 5.34 | 0.98 | 0.51 |
| Hex | FD | 1C | 6 | 0 | 59 | 62 | 1 | 5 | 62 | 33 |
| Octal | 375 | 34 | 6 | 0 | 131 | 142 | 1 | 5 | 142 | 63 |
| Binary | 11111101 | 11100 | 110 | 0 | 1011001 | 1100010 | 1 | 101 | 1100010 | 110011 |
Color Harmonies of #FD1C06
Complementary color
Monochromatic Colors of #FD1C06
Black with #FD1C06
Text Example
Text Example
White with #FD1C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C06; }
p { color: rgb(253,28,6); }
H1.HeaderClassName
{
color: #FD1C06;
}
.AnyTagClassName
{
color: #FD1C06;
}
</style>
background-color css
<style>
a { background-color: #FD1C06; }
a { background-color: rgb(253,28,6); }
div.DivClassName
{
background-color: #FD1C06;
}
.BgClassName
{
background-color: #FD1C06;
}
</style>
border-color css
<style>
span { border-color: #FD1C06; }
span { border-color: rgb(253,28,6); }
td.TdClassName
{
border-color: #FD1C06;
}
.TagClassName
{
border-color: #FD1C06;
}
</style>