Shades of Scarlet #FE190C
Tints of Scarlet #FE190C
RGB
CMYK
RGB Variations
Color information
#FE190C (or 0xFE190C) is known color: Scarlet. HEX triplet: FE, 19 and 0C. RGB value is (254,25,12). Sum of RGB (Red+Green+Blue) = 254+25+12=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE190C is #01E6F3. Grayscale: #5C5C5C. Windows color (decimal): -124660 or 793086. OLE color: 793086.
HSL color Cylindrical-coordinate representation of color #FE190C: hue angle of 3.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE190C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.00 |
| HSL | 3.22º | 0.99% | 0.52% | - |
| HSV(B) | 3.22º | 0.95% | 1% | - |
| XYZ | 41.29 | 21.79 | 2.38 | - |
| YUV | 91.99 | 82.87 | 243.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 12 | 0 | 0.90 | 0.95 | 0.00 | 3.22 | 0.99 | 0.52 |
| Hex | FE | 19 | C | 0 | 5A | 5F | 0 | 3 | 63 | 34 |
| Octal | 376 | 31 | 14 | 0 | 132 | 137 | 0 | 3 | 143 | 64 |
| Binary | 11111110 | 11001 | 1100 | 0 | 1011010 | 1011111 | 0 | 11 | 1100011 | 110100 |
Color Harmonies of #FE190C
Complementary color
Monochromatic Colors of #FE190C
Black with #FE190C
Text Example
Text Example
White with #FE190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE190C; }
p { color: rgb(254,25,12); }
H1.HeaderClassName
{
color: #FE190C;
}
.AnyTagClassName
{
color: #FE190C;
}
</style>
background-color css
<style>
a { background-color: #FE190C; }
a { background-color: rgb(254,25,12); }
div.DivClassName
{
background-color: #FE190C;
}
.BgClassName
{
background-color: #FE190C;
}
</style>
border-color css
<style>
span { border-color: #FE190C; }
span { border-color: rgb(254,25,12); }
td.TdClassName
{
border-color: #FE190C;
}
.TagClassName
{
border-color: #FE190C;
}
</style>