Shades of Scarlet #FE2018
Tints of Scarlet #FE2018
RGB
CMYK
RGB Variations
Color information
#FE2018 (or 0xFE2018) is known color: Scarlet. HEX triplet: FE, 20 and 18. RGB value is (254,32,24). Sum of RGB (Red+Green+Blue) = 254+32+24=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2018 is #01DFE7. Grayscale: #616161. Windows color (decimal): -122856 or 1581310. OLE color: 1581310.
HSL color Cylindrical-coordinate representation of color #FE2018: hue angle of 2.09º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE2018 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 24 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.00 |
| HSL | 2.09º | 0.99% | 0.55% | - |
| HSV(B) | 2.09º | 0.91% | 1% | - |
| XYZ | 41.55 | 22.17 | 2.95 | - |
| YUV | 97.47 | 86.55 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 24 | 0 | 0.87 | 0.91 | 0.00 | 2.09 | 0.99 | 0.55 |
| Hex | FE | 20 | 18 | 0 | 57 | 5B | 0 | 2 | 63 | 37 |
| Octal | 376 | 40 | 30 | 0 | 127 | 133 | 0 | 2 | 143 | 67 |
| Binary | 11111110 | 100000 | 11000 | 0 | 1010111 | 1011011 | 0 | 10 | 1100011 | 110111 |
Color Harmonies of #FE2018
Complementary color
Monochromatic Colors of #FE2018
Black with #FE2018
Text Example
Text Example
White with #FE2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2018; }
p { color: rgb(254,32,24); }
H1.HeaderClassName
{
color: #FE2018;
}
.AnyTagClassName
{
color: #FE2018;
}
</style>
background-color css
<style>
a { background-color: #FE2018; }
a { background-color: rgb(254,32,24); }
div.DivClassName
{
background-color: #FE2018;
}
.BgClassName
{
background-color: #FE2018;
}
</style>
border-color css
<style>
span { border-color: #FE2018; }
span { border-color: rgb(254,32,24); }
td.TdClassName
{
border-color: #FE2018;
}
.TagClassName
{
border-color: #FE2018;
}
</style>