Shades of Scarlet #FD1E03
Tints of Scarlet #FD1E03
RGB
CMYK
RGB Variations
Color information
#FD1E03 (or 0xFD1E03) is known color: Scarlet. HEX triplet: FD, 1E and 03. RGB value is (253,30,3). Sum of RGB (Red+Green+Blue) = 253+30+3=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1E03 is #02E1FC. Grayscale: #5D5D5D. Windows color (decimal): -188925 or 204541. OLE color: 204541.
HSL color Cylindrical-coordinate representation of color #FD1E03: hue angle of 6.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD1E03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.01 |
| HSL | 6.48º | 0.98% | 0.5% | - |
| HSV(B) | 6.48º | 0.99% | 0.99% | - |
| XYZ | 40.99 | 21.82 | 2.14 | - |
| YUV | 93.6 | 76.88 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 3 | 0 | 0.88 | 0.99 | 0.01 | 6.48 | 0.98 | 0.5 |
| Hex | FD | 1E | 3 | 0 | 58 | 63 | 1 | 6 | 62 | 32 |
| Octal | 375 | 36 | 3 | 0 | 130 | 143 | 1 | 6 | 142 | 62 |
| Binary | 11111101 | 11110 | 11 | 0 | 1011000 | 1100011 | 1 | 110 | 1100010 | 110010 |
Color Harmonies of #FD1E03
Complementary color
Monochromatic Colors of #FD1E03
Black with #FD1E03
Text Example
Text Example
White with #FD1E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E03; }
p { color: rgb(253,30,3); }
H1.HeaderClassName
{
color: #FD1E03;
}
.AnyTagClassName
{
color: #FD1E03;
}
</style>
background-color css
<style>
a { background-color: #FD1E03; }
a { background-color: rgb(253,30,3); }
div.DivClassName
{
background-color: #FD1E03;
}
.BgClassName
{
background-color: #FD1E03;
}
</style>
border-color css
<style>
span { border-color: #FD1E03; }
span { border-color: rgb(253,30,3); }
td.TdClassName
{
border-color: #FD1E03;
}
.TagClassName
{
border-color: #FD1E03;
}
</style>