Shades of Scarlet #FD200F
Tints of Scarlet #FD200F
RGB
CMYK
RGB Variations
Color information
#FD200F (or 0xFD200F) is known color: Scarlet. HEX triplet: FD, 20 and 0F. RGB value is (253,32,15). Sum of RGB (Red+Green+Blue) = 253+32+15=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD200F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD200F is #02DFF0. Grayscale: #606060. Windows color (decimal): -188401 or 991485. OLE color: 991485.
HSL color Cylindrical-coordinate representation of color #FD200F: hue angle of 4.29º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD200F is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 15 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.01 |
| HSL | 4.29º | 0.98% | 0.53% | - |
| HSV(B) | 4.29º | 0.94% | 0.99% | - |
| XYZ | 41.11 | 21.95 | 2.52 | - |
| YUV | 96.14 | 82.22 | 239.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 15 | 0 | 0.87 | 0.94 | 0.01 | 4.29 | 0.98 | 0.53 |
| Hex | FD | 20 | F | 0 | 57 | 5E | 1 | 4 | 62 | 35 |
| Octal | 375 | 40 | 17 | 0 | 127 | 136 | 1 | 4 | 142 | 65 |
| Binary | 11111101 | 100000 | 1111 | 0 | 1010111 | 1011110 | 1 | 100 | 1100010 | 110101 |
Color Harmonies of #FD200F
Complementary color
Monochromatic Colors of #FD200F
Black with #FD200F
Text Example
Text Example
White with #FD200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD200F; }
p { color: rgb(253,32,15); }
H1.HeaderClassName
{
color: #FD200F;
}
.AnyTagClassName
{
color: #FD200F;
}
</style>
background-color css
<style>
a { background-color: #FD200F; }
a { background-color: rgb(253,32,15); }
div.DivClassName
{
background-color: #FD200F;
}
.BgClassName
{
background-color: #FD200F;
}
</style>
border-color css
<style>
span { border-color: #FD200F; }
span { border-color: rgb(253,32,15); }
td.TdClassName
{
border-color: #FD200F;
}
.TagClassName
{
border-color: #FD200F;
}
</style>