Shades of Scarlet #FD200A
Tints of Scarlet #FD200A
RGB
CMYK
RGB Variations
Color information
#FD200A (or 0xFD200A) is known color: Scarlet. HEX triplet: FD, 20 and 0A. RGB value is (253,32,10). Sum of RGB (Red+Green+Blue) = 253+32+10=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD200A is #02DFF5. Grayscale: #5F5F5F. Windows color (decimal): -188406 or 663805. OLE color: 663805.
HSL color Cylindrical-coordinate representation of color #FD200A: hue angle of 5.43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD200A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.01 |
| HSL | 5.43º | 0.98% | 0.52% | - |
| HSV(B) | 5.43º | 0.96% | 0.99% | - |
| XYZ | 41.08 | 21.94 | 2.36 | - |
| YUV | 95.57 | 79.72 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 10 | 0 | 0.87 | 0.96 | 0.01 | 5.43 | 0.98 | 0.52 |
| Hex | FD | 20 | A | 0 | 57 | 60 | 1 | 5 | 62 | 34 |
| Octal | 375 | 40 | 12 | 0 | 127 | 140 | 1 | 5 | 142 | 64 |
| Binary | 11111101 | 100000 | 1010 | 0 | 1010111 | 1100000 | 1 | 101 | 1100010 | 110100 |
Color Harmonies of #FD200A
Complementary color
Monochromatic Colors of #FD200A
Black with #FD200A
Text Example
Text Example
White with #FD200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD200A; }
p { color: rgb(253,32,10); }
H1.HeaderClassName
{
color: #FD200A;
}
.AnyTagClassName
{
color: #FD200A;
}
</style>
background-color css
<style>
a { background-color: #FD200A; }
a { background-color: rgb(253,32,10); }
div.DivClassName
{
background-color: #FD200A;
}
.BgClassName
{
background-color: #FD200A;
}
</style>
border-color css
<style>
span { border-color: #FD200A; }
span { border-color: rgb(253,32,10); }
td.TdClassName
{
border-color: #FD200A;
}
.TagClassName
{
border-color: #FD200A;
}
</style>