Shades of Scarlet #FD1E05
Tints of Scarlet #FD1E05
RGB
CMYK
RGB Variations
Color information
#FD1E05 (or 0xFD1E05) is known color: Scarlet. HEX triplet: FD, 1E and 05. RGB value is (253,30,5). Sum of RGB (Red+Green+Blue) = 253+30+5=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1E05 is #02E1FA. Grayscale: #5E5E5E. Windows color (decimal): -188923 or 335613. OLE color: 335613.
HSL color Cylindrical-coordinate representation of color #FD1E05: hue angle of 6.05º 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 #FD1E05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 5 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.01 |
| HSL | 6.05º | 0.98% | 0.51% | - |
| HSV(B) | 6.05º | 0.98% | 0.99% | - |
| XYZ | 41 | 21.82 | 2.19 | - |
| YUV | 93.83 | 77.88 | 241.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 5 | 0 | 0.88 | 0.98 | 0.01 | 6.05 | 0.98 | 0.51 |
| Hex | FD | 1E | 5 | 0 | 58 | 62 | 1 | 6 | 62 | 33 |
| Octal | 375 | 36 | 5 | 0 | 130 | 142 | 1 | 6 | 142 | 63 |
| Binary | 11111101 | 11110 | 101 | 0 | 1011000 | 1100010 | 1 | 110 | 1100010 | 110011 |
Color Harmonies of #FD1E05
Complementary color
Monochromatic Colors of #FD1E05
Black with #FD1E05
Text Example
Text Example
White with #FD1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E05; }
p { color: rgb(253,30,5); }
H1.HeaderClassName
{
color: #FD1E05;
}
.AnyTagClassName
{
color: #FD1E05;
}
</style>
background-color css
<style>
a { background-color: #FD1E05; }
a { background-color: rgb(253,30,5); }
div.DivClassName
{
background-color: #FD1E05;
}
.BgClassName
{
background-color: #FD1E05;
}
</style>
border-color css
<style>
span { border-color: #FD1E05; }
span { border-color: rgb(253,30,5); }
td.TdClassName
{
border-color: #FD1E05;
}
.TagClassName
{
border-color: #FD1E05;
}
</style>