Shades of Scarlet #FD1C00
Tints of Scarlet #FD1C00
RGB
CMYK
RGB Variations
Color information
#FD1C00 (or 0xFD1C00) is known color: Scarlet. HEX triplet: FD, 1C and 00. RGB value is (253,28,0). Sum of RGB (Red+Green+Blue) = 253+28+0=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1C00 is #02E3FF. Grayscale: #5C5C5C. Windows color (decimal): -189440 or 7421. OLE color: 7421.
HSL color Cylindrical-coordinate representation of color #FD1C00: hue angle of 6.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD1C00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.01 |
| HSL | 6.64º | 1% | 0.5% | - |
| HSV(B) | 6.64º | 1% | 0.99% | - |
| XYZ | 40.92 | 21.71 | 2.03 | - |
| YUV | 92.08 | 76.04 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 0 | 0 | 0.89 | 1 | 0.01 | 6.64 | 1 | 0.5 |
| Hex | FD | 1C | 0 | 0 | 59 | 64 | 1 | 7 | 64 | 32 |
| Octal | 375 | 34 | 0 | 0 | 131 | 144 | 1 | 7 | 144 | 62 |
| Binary | 11111101 | 11100 | 0 | 0 | 1011001 | 1100100 | 1 | 111 | 1100100 | 110010 |
Color Harmonies of #FD1C00
Complementary color
Monochromatic Colors of #FD1C00
Black with #FD1C00
Text Example
Text Example
White with #FD1C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C00; }
p { color: rgb(253,28,0); }
H1.HeaderClassName
{
color: #FD1C00;
}
.AnyTagClassName
{
color: #FD1C00;
}
</style>
background-color css
<style>
a { background-color: #FD1C00; }
a { background-color: rgb(253,28,0); }
div.DivClassName
{
background-color: #FD1C00;
}
.BgClassName
{
background-color: #FD1C00;
}
</style>
border-color css
<style>
span { border-color: #FD1C00; }
span { border-color: rgb(253,28,0); }
td.TdClassName
{
border-color: #FD1C00;
}
.TagClassName
{
border-color: #FD1C00;
}
</style>