Shades of Scarlet #FE2D19
Tints of Scarlet #FE2D19
RGB
CMYK
RGB Variations
Color information
#FE2D19 (or 0xFE2D19) is known color: Scarlet. HEX triplet: FE, 2D and 19. RGB value is (254,45,25). Sum of RGB (Red+Green+Blue) = 254+45+25=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2D19 is #01D2E6. Grayscale: #696969. Windows color (decimal): -119527 or 1650174. OLE color: 1650174.
HSL color Cylindrical-coordinate representation of color #FE2D19: hue angle of 5.24º 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 #FE2D19 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 25 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.00 |
| HSL | 5.24º | 0.99% | 0.55% | - |
| HSV(B) | 5.24º | 0.9% | 1% | - |
| XYZ | 41.99 | 23.02 | 3.15 | - |
| YUV | 105.21 | 82.74 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 25 | 0 | 0.82 | 0.90 | 0.00 | 5.24 | 0.99 | 0.55 |
| Hex | FE | 2D | 19 | 0 | 52 | 5A | 0 | 5 | 63 | 37 |
| Octal | 376 | 55 | 31 | 0 | 122 | 132 | 0 | 5 | 143 | 67 |
| Binary | 11111110 | 101101 | 11001 | 0 | 1010010 | 1011010 | 0 | 101 | 1100011 | 110111 |
Color Harmonies of #FE2D19
Complementary color
Monochromatic Colors of #FE2D19
Black with #FE2D19
Text Example
Text Example
White with #FE2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D19; }
p { color: rgb(254,45,25); }
H1.HeaderClassName
{
color: #FE2D19;
}
.AnyTagClassName
{
color: #FE2D19;
}
</style>
background-color css
<style>
a { background-color: #FE2D19; }
a { background-color: rgb(254,45,25); }
div.DivClassName
{
background-color: #FE2D19;
}
.BgClassName
{
background-color: #FE2D19;
}
</style>
border-color css
<style>
span { border-color: #FE2D19; }
span { border-color: rgb(254,45,25); }
td.TdClassName
{
border-color: #FE2D19;
}
.TagClassName
{
border-color: #FE2D19;
}
</style>