Shades of Scarlet #FE1B1A
Tints of Scarlet #FE1B1A
RGB
CMYK
RGB Variations
Color information
#FE1B1A (or 0xFE1B1A) is known color: Scarlet. HEX triplet: FE, 1B and 1A. RGB value is (254,27,26). Sum of RGB (Red+Green+Blue) = 254+27+26=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1B1A is #01E4E5. Grayscale: #5E5E5E. Windows color (decimal): -124134 or 1711102. OLE color: 1711102.
HSL color Cylindrical-coordinate representation of color #FE1B1A: hue angle of 0.26º 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 #FE1B1A is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 26 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.00 |
| HSL | 0.26º | 0.99% | 0.55% | - |
| HSV(B) | 0.26º | 0.9% | 1% | - |
| XYZ | 41.45 | 21.93 | 3.03 | - |
| YUV | 94.76 | 89.21 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 26 | 0 | 0.89 | 0.90 | 0.00 | 0.26 | 0.99 | 0.55 |
| Hex | FE | 1B | 1A | 0 | 59 | 5A | 0 | 0 | 63 | 37 |
| Octal | 376 | 33 | 32 | 0 | 131 | 132 | 0 | 0 | 143 | 67 |
| Binary | 11111110 | 11011 | 11010 | 0 | 1011001 | 1011010 | 0 | 0 | 1100011 | 110111 |
Color Harmonies of #FE1B1A
Complementary color
Monochromatic Colors of #FE1B1A
Black with #FE1B1A
Text Example
Text Example
White with #FE1B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1B1A; }
p { color: rgb(254,27,26); }
H1.HeaderClassName
{
color: #FE1B1A;
}
.AnyTagClassName
{
color: #FE1B1A;
}
</style>
background-color css
<style>
a { background-color: #FE1B1A; }
a { background-color: rgb(254,27,26); }
div.DivClassName
{
background-color: #FE1B1A;
}
.BgClassName
{
background-color: #FE1B1A;
}
</style>
border-color css
<style>
span { border-color: #FE1B1A; }
span { border-color: rgb(254,27,26); }
td.TdClassName
{
border-color: #FE1B1A;
}
.TagClassName
{
border-color: #FE1B1A;
}
</style>