Shades of Scarlet #FE2311
Tints of Scarlet #FE2311
RGB
CMYK
RGB Variations
Color information
#FE2311 (or 0xFE2311) is known color: Scarlet. HEX triplet: FE, 23 and 11. RGB value is (254,35,17). Sum of RGB (Red+Green+Blue) = 254+35+17=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2311 is #01DCEE. Grayscale: #626262. Windows color (decimal): -122095 or 1123326. OLE color: 1123326.
HSL color Cylindrical-coordinate representation of color #FE2311: hue angle of 4.56º 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 #FE2311 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 17 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.00 |
| HSL | 4.56º | 0.99% | 0.53% | - |
| HSV(B) | 4.56º | 0.93% | 1% | - |
| XYZ | 41.58 | 22.31 | 2.65 | - |
| YUV | 98.43 | 82.05 | 238.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 17 | 0 | 0.86 | 0.93 | 0.00 | 4.56 | 0.99 | 0.53 |
| Hex | FE | 23 | 11 | 0 | 56 | 5D | 0 | 5 | 63 | 35 |
| Octal | 376 | 43 | 21 | 0 | 126 | 135 | 0 | 5 | 143 | 65 |
| Binary | 11111110 | 100011 | 10001 | 0 | 1010110 | 1011101 | 0 | 101 | 1100011 | 110101 |
Color Harmonies of #FE2311
Complementary color
Monochromatic Colors of #FE2311
Black with #FE2311
Text Example
Text Example
White with #FE2311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2311; }
p { color: rgb(254,35,17); }
H1.HeaderClassName
{
color: #FE2311;
}
.AnyTagClassName
{
color: #FE2311;
}
</style>
background-color css
<style>
a { background-color: #FE2311; }
a { background-color: rgb(254,35,17); }
div.DivClassName
{
background-color: #FE2311;
}
.BgClassName
{
background-color: #FE2311;
}
</style>
border-color css
<style>
span { border-color: #FE2311; }
span { border-color: rgb(254,35,17); }
td.TdClassName
{
border-color: #FE2311;
}
.TagClassName
{
border-color: #FE2311;
}
</style>