Shades of Scarlet #FD2008
Tints of Scarlet #FD2008
RGB
CMYK
RGB Variations
Color information
#FD2008 (or 0xFD2008) is known color: Scarlet. HEX triplet: FD, 20 and 08. RGB value is (253,32,8). Sum of RGB (Red+Green+Blue) = 253+32+8=293 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.35% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2008 is #02DFF7. Grayscale: #5F5F5F. Windows color (decimal): -188408 or 532733. OLE color: 532733.
HSL color Cylindrical-coordinate representation of color #FD2008: hue angle of 5.88º 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 #FD2008 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 8 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.01 |
| HSL | 5.88º | 0.98% | 0.51% | - |
| HSV(B) | 5.88º | 0.97% | 0.99% | - |
| XYZ | 41.07 | 21.93 | 2.3 | - |
| YUV | 95.34 | 78.72 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 8 | 0 | 0.87 | 0.97 | 0.01 | 5.88 | 0.98 | 0.51 |
| Hex | FD | 20 | 8 | 0 | 57 | 61 | 1 | 6 | 62 | 33 |
| Octal | 375 | 40 | 10 | 0 | 127 | 141 | 1 | 6 | 142 | 63 |
| Binary | 11111101 | 100000 | 1000 | 0 | 1010111 | 1100001 | 1 | 110 | 1100010 | 110011 |
Color Harmonies of #FD2008
Complementary color
Monochromatic Colors of #FD2008
Black with #FD2008
Text Example
Text Example
White with #FD2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2008; }
p { color: rgb(253,32,8); }
H1.HeaderClassName
{
color: #FD2008;
}
.AnyTagClassName
{
color: #FD2008;
}
</style>
background-color css
<style>
a { background-color: #FD2008; }
a { background-color: rgb(253,32,8); }
div.DivClassName
{
background-color: #FD2008;
}
.BgClassName
{
background-color: #FD2008;
}
</style>
border-color css
<style>
span { border-color: #FD2008; }
span { border-color: rgb(253,32,8); }
td.TdClassName
{
border-color: #FD2008;
}
.TagClassName
{
border-color: #FD2008;
}
</style>