Shades of Scarlet #FD1D08
Tints of Scarlet #FD1D08
RGB
CMYK
RGB Variations
Color information
#FD1D08 (or 0xFD1D08) is known color: Scarlet. HEX triplet: FD, 1D and 08. RGB value is (253,29,8). Sum of RGB (Red+Green+Blue) = 253+29+8=290 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.24% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1D08 is #02E2F7. Grayscale: #5D5D5D. Windows color (decimal): -189176 or 531965. OLE color: 531965.
HSL color Cylindrical-coordinate representation of color #FD1D08: hue angle of 5.14º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD1D08 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 8 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.01 |
| HSL | 5.14º | 0.98% | 0.51% | - |
| HSV(B) | 5.14º | 0.97% | 0.99% | - |
| XYZ | 40.99 | 21.78 | 2.27 | - |
| YUV | 93.58 | 79.71 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 8 | 0 | 0.89 | 0.97 | 0.01 | 5.14 | 0.98 | 0.51 |
| Hex | FD | 1D | 8 | 0 | 59 | 61 | 1 | 5 | 62 | 33 |
| Octal | 375 | 35 | 10 | 0 | 131 | 141 | 1 | 5 | 142 | 63 |
| Binary | 11111101 | 11101 | 1000 | 0 | 1011001 | 1100001 | 1 | 101 | 1100010 | 110011 |
Color Harmonies of #FD1D08
Complementary color
Monochromatic Colors of #FD1D08
Black with #FD1D08
Text Example
Text Example
White with #FD1D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D08; }
p { color: rgb(253,29,8); }
H1.HeaderClassName
{
color: #FD1D08;
}
.AnyTagClassName
{
color: #FD1D08;
}
</style>
background-color css
<style>
a { background-color: #FD1D08; }
a { background-color: rgb(253,29,8); }
div.DivClassName
{
background-color: #FD1D08;
}
.BgClassName
{
background-color: #FD1D08;
}
</style>
border-color css
<style>
span { border-color: #FD1D08; }
span { border-color: rgb(253,29,8); }
td.TdClassName
{
border-color: #FD1D08;
}
.TagClassName
{
border-color: #FD1D08;
}
</style>