Shades of Scarlet #FD1805
Tints of Scarlet #FD1805
RGB
CMYK
RGB Variations
Color information
#FD1805 (or 0xFD1805) is known color: Scarlet. HEX triplet: FD, 18 and 05. RGB value is (253,24,5). Sum of RGB (Red+Green+Blue) = 253+24+5=282 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.72% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1805 is #02E7FA. Grayscale: #5A5A5A. Windows color (decimal): -190459 or 334077. OLE color: 334077.
HSL color Cylindrical-coordinate representation of color #FD1805: hue angle of 4.6º 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 #FD1805 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.01 |
| HSL | 4.6º | 0.98% | 0.51% | - |
| HSV(B) | 4.6º | 0.98% | 0.99% | - |
| XYZ | 40.86 | 21.55 | 2.15 | - |
| YUV | 90.31 | 79.87 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 5 | 0 | 0.91 | 0.98 | 0.01 | 4.6 | 0.98 | 0.51 |
| Hex | FD | 18 | 5 | 0 | 5B | 62 | 1 | 5 | 62 | 33 |
| Octal | 375 | 30 | 5 | 0 | 133 | 142 | 1 | 5 | 142 | 63 |
| Binary | 11111101 | 11000 | 101 | 0 | 1011011 | 1100010 | 1 | 101 | 1100010 | 110011 |
Color Harmonies of #FD1805
Complementary color
Monochromatic Colors of #FD1805
Black with #FD1805
Text Example
Text Example
White with #FD1805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1805; }
p { color: rgb(253,24,5); }
H1.HeaderClassName
{
color: #FD1805;
}
.AnyTagClassName
{
color: #FD1805;
}
</style>
background-color css
<style>
a { background-color: #FD1805; }
a { background-color: rgb(253,24,5); }
div.DivClassName
{
background-color: #FD1805;
}
.BgClassName
{
background-color: #FD1805;
}
</style>
border-color css
<style>
span { border-color: #FD1805; }
span { border-color: rgb(253,24,5); }
td.TdClassName
{
border-color: #FD1805;
}
.TagClassName
{
border-color: #FD1805;
}
</style>