Shades of Scarlet #FE1C05
Tints of Scarlet #FE1C05
RGB
CMYK
RGB Variations
Color information
#FE1C05 (or 0xFE1C05) is known color: Scarlet. HEX triplet: FE, 1C and 05. RGB value is (254,28,5). Sum of RGB (Red+Green+Blue) = 254+28+5=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1C05 is #01E3FA. Grayscale: #5D5D5D. Windows color (decimal): -123899 or 335102. OLE color: 335102.
HSL color Cylindrical-coordinate representation of color #FE1C05: hue angle of 5.54º 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 #FE1C05 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 5 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.00 |
| HSL | 5.54º | 0.99% | 0.51% | - |
| HSV(B) | 5.54º | 0.98% | 1% | - |
| XYZ | 41.32 | 21.91 | 2.2 | - |
| YUV | 92.95 | 78.37 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 5 | 0 | 0.89 | 0.98 | 0.00 | 5.54 | 0.99 | 0.51 |
| Hex | FE | 1C | 5 | 0 | 59 | 62 | 0 | 6 | 63 | 33 |
| Octal | 376 | 34 | 5 | 0 | 131 | 142 | 0 | 6 | 143 | 63 |
| Binary | 11111110 | 11100 | 101 | 0 | 1011001 | 1100010 | 0 | 110 | 1100011 | 110011 |
Color Harmonies of #FE1C05
Complementary color
Monochromatic Colors of #FE1C05
Black with #FE1C05
Text Example
Text Example
White with #FE1C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1C05; }
p { color: rgb(254,28,5); }
H1.HeaderClassName
{
color: #FE1C05;
}
.AnyTagClassName
{
color: #FE1C05;
}
</style>
background-color css
<style>
a { background-color: #FE1C05; }
a { background-color: rgb(254,28,5); }
div.DivClassName
{
background-color: #FE1C05;
}
.BgClassName
{
background-color: #FE1C05;
}
</style>
border-color css
<style>
span { border-color: #FE1C05; }
span { border-color: rgb(254,28,5); }
td.TdClassName
{
border-color: #FE1C05;
}
.TagClassName
{
border-color: #FE1C05;
}
</style>