Shades of Scarlet #FE2619
Tints of Scarlet #FE2619
RGB
CMYK
RGB Variations
Color information
#FE2619 (or 0xFE2619) is known color: Scarlet. HEX triplet: FE, 26 and 19. RGB value is (254,38,25). Sum of RGB (Red+Green+Blue) = 254+38+25=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2619 is #01D9E6. Grayscale: #656565. Windows color (decimal): -121319 or 1648382. OLE color: 1648382.
HSL color Cylindrical-coordinate representation of color #FE2619: hue angle of 3.41º 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 #FE2619 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.00 |
| HSL | 3.41º | 0.99% | 0.55% | - |
| HSV(B) | 3.41º | 0.9% | 1% | - |
| XYZ | 41.74 | 22.53 | 3.07 | - |
| YUV | 101.1 | 85.06 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 25 | 0 | 0.85 | 0.90 | 0.00 | 3.41 | 0.99 | 0.55 |
| Hex | FE | 26 | 19 | 0 | 55 | 5A | 0 | 3 | 63 | 37 |
| Octal | 376 | 46 | 31 | 0 | 125 | 132 | 0 | 3 | 143 | 67 |
| Binary | 11111110 | 100110 | 11001 | 0 | 1010101 | 1011010 | 0 | 11 | 1100011 | 110111 |
Color Harmonies of #FE2619
Complementary color
Monochromatic Colors of #FE2619
Black with #FE2619
Text Example
Text Example
White with #FE2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2619; }
p { color: rgb(254,38,25); }
H1.HeaderClassName
{
color: #FE2619;
}
.AnyTagClassName
{
color: #FE2619;
}
</style>
background-color css
<style>
a { background-color: #FE2619; }
a { background-color: rgb(254,38,25); }
div.DivClassName
{
background-color: #FE2619;
}
.BgClassName
{
background-color: #FE2619;
}
</style>
border-color css
<style>
span { border-color: #FE2619; }
span { border-color: rgb(254,38,25); }
td.TdClassName
{
border-color: #FE2619;
}
.TagClassName
{
border-color: #FE2619;
}
</style>