Shades of Scarlet #FE1712
Tints of Scarlet #FE1712
RGB
CMYK
RGB Variations
Color information
#FE1712 (or 0xFE1712) is known color: Scarlet. HEX triplet: FE, 17 and 12. RGB value is (254,23,18). Sum of RGB (Red+Green+Blue) = 254+23+18=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1712 is #01E8ED. Grayscale: #5B5B5B. Windows color (decimal): -125166 or 1185790. OLE color: 1185790.
HSL color Cylindrical-coordinate representation of color #FE1712: hue angle of 1.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1712 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 18 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.00 |
| HSL | 1.27º | 0.99% | 0.53% | - |
| HSV(B) | 1.27º | 0.93% | 1% | - |
| XYZ | 41.29 | 21.73 | 2.59 | - |
| YUV | 91.5 | 86.53 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 18 | 0 | 0.91 | 0.93 | 0.00 | 1.27 | 0.99 | 0.53 |
| Hex | FE | 17 | 12 | 0 | 5B | 5D | 0 | 1 | 63 | 35 |
| Octal | 376 | 27 | 22 | 0 | 133 | 135 | 0 | 1 | 143 | 65 |
| Binary | 11111110 | 10111 | 10010 | 0 | 1011011 | 1011101 | 0 | 1 | 1100011 | 110101 |
Color Harmonies of #FE1712
Complementary color
Monochromatic Colors of #FE1712
Black with #FE1712
Text Example
Text Example
White with #FE1712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1712; }
p { color: rgb(254,23,18); }
H1.HeaderClassName
{
color: #FE1712;
}
.AnyTagClassName
{
color: #FE1712;
}
</style>
background-color css
<style>
a { background-color: #FE1712; }
a { background-color: rgb(254,23,18); }
div.DivClassName
{
background-color: #FE1712;
}
.BgClassName
{
background-color: #FE1712;
}
</style>
border-color css
<style>
span { border-color: #FE1712; }
span { border-color: rgb(254,23,18); }
td.TdClassName
{
border-color: #FE1712;
}
.TagClassName
{
border-color: #FE1712;
}
</style>