Shades of Scarlet #FD2006
Tints of Scarlet #FD2006
RGB
CMYK
RGB Variations
Color information
#FD2006 (or 0xFD2006) is known color: Scarlet. HEX triplet: FD, 20 and 06. RGB value is (253,32,6). Sum of RGB (Red+Green+Blue) = 253+32+6=291 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.94% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2006 is #02DFF9. Grayscale: #5F5F5F. Windows color (decimal): -188410 or 401661. OLE color: 401661.
HSL color Cylindrical-coordinate representation of color #FD2006: hue angle of 6.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD2006 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 6 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.01 |
| HSL | 6.32º | 0.98% | 0.51% | - |
| HSV(B) | 6.32º | 0.98% | 0.99% | - |
| XYZ | 41.06 | 21.93 | 2.24 | - |
| YUV | 95.12 | 77.72 | 240.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 6 | 0 | 0.87 | 0.98 | 0.01 | 6.32 | 0.98 | 0.51 |
| Hex | FD | 20 | 6 | 0 | 57 | 62 | 1 | 6 | 62 | 33 |
| Octal | 375 | 40 | 6 | 0 | 127 | 142 | 1 | 6 | 142 | 63 |
| Binary | 11111101 | 100000 | 110 | 0 | 1010111 | 1100010 | 1 | 110 | 1100010 | 110011 |
Color Harmonies of #FD2006
Complementary color
Monochromatic Colors of #FD2006
Black with #FD2006
Text Example
Text Example
White with #FD2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2006; }
p { color: rgb(253,32,6); }
H1.HeaderClassName
{
color: #FD2006;
}
.AnyTagClassName
{
color: #FD2006;
}
</style>
background-color css
<style>
a { background-color: #FD2006; }
a { background-color: rgb(253,32,6); }
div.DivClassName
{
background-color: #FD2006;
}
.BgClassName
{
background-color: #FD2006;
}
</style>
border-color css
<style>
span { border-color: #FD2006; }
span { border-color: rgb(253,32,6); }
td.TdClassName
{
border-color: #FD2006;
}
.TagClassName
{
border-color: #FD2006;
}
</style>