Shades of Scarlet #FD1D04
Tints of Scarlet #FD1D04
RGB
CMYK
RGB Variations
Color information
#FD1D04 (or 0xFD1D04) is known color: Scarlet. HEX triplet: FD, 1D and 04. RGB value is (253,29,4). Sum of RGB (Red+Green+Blue) = 253+29+4=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1D04 is #02E2FB. Grayscale: #5D5D5D. Windows color (decimal): -189180 or 269821. OLE color: 269821.
HSL color Cylindrical-coordinate representation of color #FD1D04: hue angle of 6.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD1D04 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.01 |
| HSL | 6.02º | 0.98% | 0.5% | - |
| HSV(B) | 6.02º | 0.98% | 0.99% | - |
| XYZ | 40.97 | 21.77 | 2.16 | - |
| YUV | 93.13 | 77.71 | 242.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 4 | 0 | 0.89 | 0.98 | 0.01 | 6.02 | 0.98 | 0.5 |
| Hex | FD | 1D | 4 | 0 | 59 | 62 | 1 | 6 | 62 | 32 |
| Octal | 375 | 35 | 4 | 0 | 131 | 142 | 1 | 6 | 142 | 62 |
| Binary | 11111101 | 11101 | 100 | 0 | 1011001 | 1100010 | 1 | 110 | 1100010 | 110010 |
Color Harmonies of #FD1D04
Complementary color
Monochromatic Colors of #FD1D04
Black with #FD1D04
Text Example
Text Example
White with #FD1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D04; }
p { color: rgb(253,29,4); }
H1.HeaderClassName
{
color: #FD1D04;
}
.AnyTagClassName
{
color: #FD1D04;
}
</style>
background-color css
<style>
a { background-color: #FD1D04; }
a { background-color: rgb(253,29,4); }
div.DivClassName
{
background-color: #FD1D04;
}
.BgClassName
{
background-color: #FD1D04;
}
</style>
border-color css
<style>
span { border-color: #FD1D04; }
span { border-color: rgb(253,29,4); }
td.TdClassName
{
border-color: #FD1D04;
}
.TagClassName
{
border-color: #FD1D04;
}
</style>