Shades of Scarlet #FE1E1A
Tints of Scarlet #FE1E1A
RGB
CMYK
RGB Variations
Color information
#FE1E1A (or 0xFE1E1A) is known color: Scarlet. HEX triplet: FE, 1E and 1A. RGB value is (254,30,26). Sum of RGB (Red+Green+Blue) = 254+30+26=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1E1A is #01E1E5. Grayscale: #606060. Windows color (decimal): -123366 or 1711870. OLE color: 1711870.
HSL color Cylindrical-coordinate representation of color #FE1E1A: hue angle of 1.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1E1A is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 26 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.00 |
| HSL | 1.05º | 0.99% | 0.55% | - |
| HSV(B) | 1.05º | 0.9% | 1% | - |
| XYZ | 41.52 | 22.07 | 3.05 | - |
| YUV | 96.52 | 88.21 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 26 | 0 | 0.88 | 0.90 | 0.00 | 1.05 | 0.99 | 0.55 |
| Hex | FE | 1E | 1A | 0 | 58 | 5A | 0 | 1 | 63 | 37 |
| Octal | 376 | 36 | 32 | 0 | 130 | 132 | 0 | 1 | 143 | 67 |
| Binary | 11111110 | 11110 | 11010 | 0 | 1011000 | 1011010 | 0 | 1 | 1100011 | 110111 |
Color Harmonies of #FE1E1A
Complementary color
Monochromatic Colors of #FE1E1A
Black with #FE1E1A
Text Example
Text Example
White with #FE1E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E1A; }
p { color: rgb(254,30,26); }
H1.HeaderClassName
{
color: #FE1E1A;
}
.AnyTagClassName
{
color: #FE1E1A;
}
</style>
background-color css
<style>
a { background-color: #FE1E1A; }
a { background-color: rgb(254,30,26); }
div.DivClassName
{
background-color: #FE1E1A;
}
.BgClassName
{
background-color: #FE1E1A;
}
</style>
border-color css
<style>
span { border-color: #FE1E1A; }
span { border-color: rgb(254,30,26); }
td.TdClassName
{
border-color: #FE1E1A;
}
.TagClassName
{
border-color: #FE1E1A;
}
</style>