Shades of Scarlet #FE2511
Tints of Scarlet #FE2511
RGB
CMYK
RGB Variations
Color information
#FE2511 (or 0xFE2511) is known color: Scarlet. HEX triplet: FE, 25 and 11. RGB value is (254,37,17). Sum of RGB (Red+Green+Blue) = 254+37+17=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2511 is #01DAEE. Grayscale: #636363. Windows color (decimal): -121583 or 1123838. OLE color: 1123838.
HSL color Cylindrical-coordinate representation of color #FE2511: hue angle of 5.06º 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 #FE2511 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.00 |
| HSL | 5.06º | 0.99% | 0.53% | - |
| HSV(B) | 5.06º | 0.93% | 1% | - |
| XYZ | 41.64 | 22.43 | 2.67 | - |
| YUV | 99.6 | 81.39 | 238.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 17 | 0 | 0.85 | 0.93 | 0.00 | 5.06 | 0.99 | 0.53 |
| Hex | FE | 25 | 11 | 0 | 55 | 5D | 0 | 5 | 63 | 35 |
| Octal | 376 | 45 | 21 | 0 | 125 | 135 | 0 | 5 | 143 | 65 |
| Binary | 11111110 | 100101 | 10001 | 0 | 1010101 | 1011101 | 0 | 101 | 1100011 | 110101 |
Color Harmonies of #FE2511
Complementary color
Monochromatic Colors of #FE2511
Black with #FE2511
Text Example
Text Example
White with #FE2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2511; }
p { color: rgb(254,37,17); }
H1.HeaderClassName
{
color: #FE2511;
}
.AnyTagClassName
{
color: #FE2511;
}
</style>
background-color css
<style>
a { background-color: #FE2511; }
a { background-color: rgb(254,37,17); }
div.DivClassName
{
background-color: #FE2511;
}
.BgClassName
{
background-color: #FE2511;
}
</style>
border-color css
<style>
span { border-color: #FE2511; }
span { border-color: rgb(254,37,17); }
td.TdClassName
{
border-color: #FE2511;
}
.TagClassName
{
border-color: #FE2511;
}
</style>