Shades of Scarlet #FE2919
Tints of Scarlet #FE2919
RGB
CMYK
RGB Variations
Color information
#FE2919 (or 0xFE2919) is known color: Scarlet. HEX triplet: FE, 29 and 19. RGB value is (254,41,25). Sum of RGB (Red+Green+Blue) = 254+41+25=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2919 is #01D6E6. Grayscale: #676767. Windows color (decimal): -120551 or 1649150. OLE color: 1649150.
HSL color Cylindrical-coordinate representation of color #FE2919: hue angle of 4.19º 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 #FE2919 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 25 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.00 |
| HSL | 4.19º | 0.99% | 0.55% | - |
| HSV(B) | 4.19º | 0.9% | 1% | - |
| XYZ | 41.84 | 22.73 | 3.1 | - |
| YUV | 102.86 | 84.07 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 25 | 0 | 0.84 | 0.90 | 0.00 | 4.19 | 0.99 | 0.55 |
| Hex | FE | 29 | 19 | 0 | 54 | 5A | 0 | 4 | 63 | 37 |
| Octal | 376 | 51 | 31 | 0 | 124 | 132 | 0 | 4 | 143 | 67 |
| Binary | 11111110 | 101001 | 11001 | 0 | 1010100 | 1011010 | 0 | 100 | 1100011 | 110111 |
Color Harmonies of #FE2919
Complementary color
Monochromatic Colors of #FE2919
Black with #FE2919
Text Example
Text Example
White with #FE2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2919; }
p { color: rgb(254,41,25); }
H1.HeaderClassName
{
color: #FE2919;
}
.AnyTagClassName
{
color: #FE2919;
}
</style>
background-color css
<style>
a { background-color: #FE2919; }
a { background-color: rgb(254,41,25); }
div.DivClassName
{
background-color: #FE2919;
}
.BgClassName
{
background-color: #FE2919;
}
</style>
border-color css
<style>
span { border-color: #FE2919; }
span { border-color: rgb(254,41,25); }
td.TdClassName
{
border-color: #FE2919;
}
.TagClassName
{
border-color: #FE2919;
}
</style>