Shades of Scarlet #FE2B11
Tints of Scarlet #FE2B11
RGB
CMYK
RGB Variations
Color information
#FE2B11 (or 0xFE2B11) is known color: Scarlet. HEX triplet: FE, 2B and 11. RGB value is (254,43,17). Sum of RGB (Red+Green+Blue) = 254+43+17=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2B11 is #01D4EE. Grayscale: #676767. Windows color (decimal): -120047 or 1125374. OLE color: 1125374.
HSL color Cylindrical-coordinate representation of color #FE2B11: hue angle of 6.58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE2B11 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 17 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.00 |
| HSL | 6.58º | 0.99% | 0.53% | - |
| HSV(B) | 6.58º | 0.93% | 1% | - |
| XYZ | 41.84 | 22.84 | 2.73 | - |
| YUV | 103.13 | 79.4 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 17 | 0 | 0.83 | 0.93 | 0.00 | 6.58 | 0.99 | 0.53 |
| Hex | FE | 2B | 11 | 0 | 53 | 5D | 0 | 7 | 63 | 35 |
| Octal | 376 | 53 | 21 | 0 | 123 | 135 | 0 | 7 | 143 | 65 |
| Binary | 11111110 | 101011 | 10001 | 0 | 1010011 | 1011101 | 0 | 111 | 1100011 | 110101 |
Color Harmonies of #FE2B11
Complementary color
Monochromatic Colors of #FE2B11
Black with #FE2B11
Text Example
Text Example
White with #FE2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B11; }
p { color: rgb(254,43,17); }
H1.HeaderClassName
{
color: #FE2B11;
}
.AnyTagClassName
{
color: #FE2B11;
}
</style>
background-color css
<style>
a { background-color: #FE2B11; }
a { background-color: rgb(254,43,17); }
div.DivClassName
{
background-color: #FE2B11;
}
.BgClassName
{
background-color: #FE2B11;
}
</style>
border-color css
<style>
span { border-color: #FE2B11; }
span { border-color: rgb(254,43,17); }
td.TdClassName
{
border-color: #FE2B11;
}
.TagClassName
{
border-color: #FE2B11;
}
</style>