Shades of Scarlet #FE2219
Tints of Scarlet #FE2219
RGB
CMYK
RGB Variations
Color information
#FE2219 (or 0xFE2219) is known color: Scarlet. HEX triplet: FE, 22 and 19. RGB value is (254,34,25). Sum of RGB (Red+Green+Blue) = 254+34+25=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2219 is #01DDE6. Grayscale: #636363. Windows color (decimal): -122343 or 1647358. OLE color: 1647358.
HSL color Cylindrical-coordinate representation of color #FE2219: hue angle of 2.36º 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 #FE2219 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 25 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.00 |
| HSL | 2.36º | 0.99% | 0.55% | - |
| HSV(B) | 2.36º | 0.9% | 1% | - |
| XYZ | 41.62 | 22.29 | 3.03 | - |
| YUV | 98.75 | 86.39 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 25 | 0 | 0.87 | 0.90 | 0.00 | 2.36 | 0.99 | 0.55 |
| Hex | FE | 22 | 19 | 0 | 57 | 5A | 0 | 2 | 63 | 37 |
| Octal | 376 | 42 | 31 | 0 | 127 | 132 | 0 | 2 | 143 | 67 |
| Binary | 11111110 | 100010 | 11001 | 0 | 1010111 | 1011010 | 0 | 10 | 1100011 | 110111 |
Color Harmonies of #FE2219
Complementary color
Monochromatic Colors of #FE2219
Black with #FE2219
Text Example
Text Example
White with #FE2219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2219; }
p { color: rgb(254,34,25); }
H1.HeaderClassName
{
color: #FE2219;
}
.AnyTagClassName
{
color: #FE2219;
}
</style>
background-color css
<style>
a { background-color: #FE2219; }
a { background-color: rgb(254,34,25); }
div.DivClassName
{
background-color: #FE2219;
}
.BgClassName
{
background-color: #FE2219;
}
</style>
border-color css
<style>
span { border-color: #FE2219; }
span { border-color: rgb(254,34,25); }
td.TdClassName
{
border-color: #FE2219;
}
.TagClassName
{
border-color: #FE2219;
}
</style>