Shades of Scarlet #FE2319
Tints of Scarlet #FE2319
RGB
CMYK
RGB Variations
Color information
#FE2319 (or 0xFE2319) is known color: Scarlet. HEX triplet: FE, 23 and 19. RGB value is (254,35,25). Sum of RGB (Red+Green+Blue) = 254+35+25=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2319 is #01DCE6. Grayscale: #636363. Windows color (decimal): -122087 or 1647614. OLE color: 1647614.
HSL color Cylindrical-coordinate representation of color #FE2319: hue angle of 2.62º 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 #FE2319 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 25 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.00 |
| HSL | 2.62º | 0.99% | 0.55% | - |
| HSV(B) | 2.62º | 0.9% | 1% | - |
| XYZ | 41.65 | 22.34 | 3.04 | - |
| YUV | 99.34 | 86.05 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 25 | 0 | 0.86 | 0.90 | 0.00 | 2.62 | 0.99 | 0.55 |
| Hex | FE | 23 | 19 | 0 | 56 | 5A | 0 | 3 | 63 | 37 |
| Octal | 376 | 43 | 31 | 0 | 126 | 132 | 0 | 3 | 143 | 67 |
| Binary | 11111110 | 100011 | 11001 | 0 | 1010110 | 1011010 | 0 | 11 | 1100011 | 110111 |
Color Harmonies of #FE2319
Complementary color
Monochromatic Colors of #FE2319
Black with #FE2319
Text Example
Text Example
White with #FE2319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2319; }
p { color: rgb(254,35,25); }
H1.HeaderClassName
{
color: #FE2319;
}
.AnyTagClassName
{
color: #FE2319;
}
</style>
background-color css
<style>
a { background-color: #FE2319; }
a { background-color: rgb(254,35,25); }
div.DivClassName
{
background-color: #FE2319;
}
.BgClassName
{
background-color: #FE2319;
}
</style>
border-color css
<style>
span { border-color: #FE2319; }
span { border-color: rgb(254,35,25); }
td.TdClassName
{
border-color: #FE2319;
}
.TagClassName
{
border-color: #FE2319;
}
</style>