Shades of Scarlet #FD1D0C
Tints of Scarlet #FD1D0C
RGB
CMYK
RGB Variations
Color information
#FD1D0C (or 0xFD1D0C) is known color: Scarlet. HEX triplet: FD, 1D and 0C. RGB value is (253,29,12). Sum of RGB (Red+Green+Blue) = 253+29+12=294 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.05% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1D0C is #02E2F3. Grayscale: #5E5E5E. Windows color (decimal): -189172 or 794109. OLE color: 794109.
HSL color Cylindrical-coordinate representation of color #FD1D0C: hue angle of 4.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD1D0C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.01 |
| HSL | 4.23º | 0.98% | 0.52% | - |
| HSV(B) | 4.23º | 0.95% | 0.99% | - |
| XYZ | 41.01 | 21.79 | 2.39 | - |
| YUV | 94.04 | 81.71 | 241.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 12 | 0 | 0.89 | 0.95 | 0.01 | 4.23 | 0.98 | 0.52 |
| Hex | FD | 1D | C | 0 | 59 | 5F | 1 | 4 | 62 | 34 |
| Octal | 375 | 35 | 14 | 0 | 131 | 137 | 1 | 4 | 142 | 64 |
| Binary | 11111101 | 11101 | 1100 | 0 | 1011001 | 1011111 | 1 | 100 | 1100010 | 110100 |
Color Harmonies of #FD1D0C
Complementary color
Monochromatic Colors of #FD1D0C
Black with #FD1D0C
Text Example
Text Example
White with #FD1D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D0C; }
p { color: rgb(253,29,12); }
H1.HeaderClassName
{
color: #FD1D0C;
}
.AnyTagClassName
{
color: #FD1D0C;
}
</style>
background-color css
<style>
a { background-color: #FD1D0C; }
a { background-color: rgb(253,29,12); }
div.DivClassName
{
background-color: #FD1D0C;
}
.BgClassName
{
background-color: #FD1D0C;
}
</style>
border-color css
<style>
span { border-color: #FD1D0C; }
span { border-color: rgb(253,29,12); }
td.TdClassName
{
border-color: #FD1D0C;
}
.TagClassName
{
border-color: #FD1D0C;
}
</style>