Shades of Scarlet #FE1805
Tints of Scarlet #FE1805
RGB
CMYK
RGB Variations
Color information
#FE1805 (or 0xFE1805) is known color: Scarlet. HEX triplet: FE, 18 and 05. RGB value is (254,24,5). Sum of RGB (Red+Green+Blue) = 254+24+5=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1805 is #01E7FA. Grayscale: #5A5A5A. Windows color (decimal): -124923 or 334078. OLE color: 334078.
HSL color Cylindrical-coordinate representation of color #FE1805: hue angle of 4.58º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE1805 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.00 |
| HSL | 4.58º | 0.99% | 0.51% | - |
| HSV(B) | 4.58º | 0.98% | 1% | - |
| XYZ | 41.23 | 21.74 | 2.17 | - |
| YUV | 90.6 | 79.7 | 244.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 5 | 0 | 0.91 | 0.98 | 0.00 | 4.58 | 0.99 | 0.51 |
| Hex | FE | 18 | 5 | 0 | 5B | 62 | 0 | 5 | 63 | 33 |
| Octal | 376 | 30 | 5 | 0 | 133 | 142 | 0 | 5 | 143 | 63 |
| Binary | 11111110 | 11000 | 101 | 0 | 1011011 | 1100010 | 0 | 101 | 1100011 | 110011 |
Color Harmonies of #FE1805
Complementary color
Monochromatic Colors of #FE1805
Black with #FE1805
Text Example
Text Example
White with #FE1805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1805; }
p { color: rgb(254,24,5); }
H1.HeaderClassName
{
color: #FE1805;
}
.AnyTagClassName
{
color: #FE1805;
}
</style>
background-color css
<style>
a { background-color: #FE1805; }
a { background-color: rgb(254,24,5); }
div.DivClassName
{
background-color: #FE1805;
}
.BgClassName
{
background-color: #FE1805;
}
</style>
border-color css
<style>
span { border-color: #FE1805; }
span { border-color: rgb(254,24,5); }
td.TdClassName
{
border-color: #FE1805;
}
.TagClassName
{
border-color: #FE1805;
}
</style>