Shades of Scarlet #FF1805
Tints of Scarlet #FF1805
RGB
CMYK
RGB Variations
Color information
#FF1805 (or 0xFF1805) is known color: Scarlet. HEX triplet: FF, 18 and 05. RGB value is (255,24,5). Sum of RGB (Red+Green+Blue) = 255+24+5=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1805 is #00E7FA. Grayscale: #5B5B5B. Windows color (decimal): -59387 or 334079. OLE color: 334079.
HSL color Cylindrical-coordinate representation of color #FF1805: hue angle of 4.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF1805 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0 |
| HSL | 4.56º | 1% | 0.51% | - |
| HSV(B) | 4.56º | 0.98% | 1% | - |
| XYZ | 41.59 | 21.92 | 2.18 | - |
| YUV | 90.9 | 79.53 | 245.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 5 | 0 | 0.91 | 0.98 | 0 | 4.56 | 1 | 0.51 |
| Hex | FF | 18 | 5 | 0 | 5B | 62 | 0 | 5 | 64 | 33 |
| Octal | 377 | 30 | 5 | 0 | 133 | 142 | 0 | 5 | 144 | 63 |
| Binary | 11111111 | 11000 | 101 | 0 | 1011011 | 1100010 | 0 | 101 | 1100100 | 110011 |
Color Harmonies of #FF1805
Complementary color
Monochromatic Colors of #FF1805
Black with #FF1805
Text Example
Text Example
White with #FF1805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1805; }
p { color: rgb(255,24,5); }
H1.HeaderClassName
{
color: #FF1805;
}
.AnyTagClassName
{
color: #FF1805;
}
</style>
background-color css
<style>
a { background-color: #FF1805; }
a { background-color: rgb(255,24,5); }
div.DivClassName
{
background-color: #FF1805;
}
.BgClassName
{
background-color: #FF1805;
}
</style>
border-color css
<style>
span { border-color: #FF1805; }
span { border-color: rgb(255,24,5); }
td.TdClassName
{
border-color: #FF1805;
}
.TagClassName
{
border-color: #FF1805;
}
</style>