Shades of Scarlet #FE2500
Tints of Scarlet #FE2500
RGB
CMYK
RGB Variations
Color information
#FE2500 (or 0xFE2500) is known color: Scarlet. HEX triplet: FE, 25 and 00. RGB value is (254,37,0). Sum of RGB (Red+Green+Blue) = 254+37+0=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2500 is #01DAFF. Grayscale: #626262. Windows color (decimal): -121600 or 9726. OLE color: 9726.
HSL color Cylindrical-coordinate representation of color #FE2500: hue angle of 8.74º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE2500 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.00 |
| HSL | 8.74º | 1% | 0.5% | - |
| HSV(B) | 8.74º | 1% | 1% | - |
| XYZ | 41.53 | 22.39 | 2.13 | - |
| YUV | 97.67 | 72.89 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 0 | 0 | 0.85 | 1 | 0.00 | 8.74 | 1 | 0.5 |
| Hex | FE | 25 | 0 | 0 | 55 | 64 | 0 | 9 | 64 | 32 |
| Octal | 376 | 45 | 0 | 0 | 125 | 144 | 0 | 11 | 144 | 62 |
| Binary | 11111110 | 100101 | 0 | 0 | 1010101 | 1100100 | 0 | 1001 | 1100100 | 110010 |
Color Harmonies of #FE2500
Complementary color
Monochromatic Colors of #FE2500
Black with #FE2500
Text Example
Text Example
White with #FE2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2500; }
p { color: rgb(254,37,0); }
H1.HeaderClassName
{
color: #FE2500;
}
.AnyTagClassName
{
color: #FE2500;
}
</style>
background-color css
<style>
a { background-color: #FE2500; }
a { background-color: rgb(254,37,0); }
div.DivClassName
{
background-color: #FE2500;
}
.BgClassName
{
background-color: #FE2500;
}
</style>
border-color css
<style>
span { border-color: #FE2500; }
span { border-color: rgb(254,37,0); }
td.TdClassName
{
border-color: #FE2500;
}
.TagClassName
{
border-color: #FE2500;
}
</style>