Shades of Scarlet #FE2E18
Tints of Scarlet #FE2E18
RGB
CMYK
RGB Variations
Color information
#FE2E18 (or 0xFE2E18) is known color: Scarlet. HEX triplet: FE, 2E and 18. RGB value is (254,46,24). Sum of RGB (Red+Green+Blue) = 254+46+24=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2E18 is #01D1E7. Grayscale: #696969. Windows color (decimal): -119272 or 1584894. OLE color: 1584894.
HSL color Cylindrical-coordinate representation of color #FE2E18: hue angle of 5.74º 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 #FE2E18 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 24 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.00 |
| HSL | 5.74º | 0.99% | 0.55% | - |
| HSV(B) | 5.74º | 0.91% | 1% | - |
| XYZ | 42.01 | 23.09 | 3.11 | - |
| YUV | 105.68 | 81.91 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 24 | 0 | 0.82 | 0.91 | 0.00 | 5.74 | 0.99 | 0.55 |
| Hex | FE | 2E | 18 | 0 | 52 | 5B | 0 | 6 | 63 | 37 |
| Octal | 376 | 56 | 30 | 0 | 122 | 133 | 0 | 6 | 143 | 67 |
| Binary | 11111110 | 101110 | 11000 | 0 | 1010010 | 1011011 | 0 | 110 | 1100011 | 110111 |
Color Harmonies of #FE2E18
Complementary color
Monochromatic Colors of #FE2E18
Black with #FE2E18
Text Example
Text Example
White with #FE2E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E18; }
p { color: rgb(254,46,24); }
H1.HeaderClassName
{
color: #FE2E18;
}
.AnyTagClassName
{
color: #FE2E18;
}
</style>
background-color css
<style>
a { background-color: #FE2E18; }
a { background-color: rgb(254,46,24); }
div.DivClassName
{
background-color: #FE2E18;
}
.BgClassName
{
background-color: #FE2E18;
}
</style>
border-color css
<style>
span { border-color: #FE2E18; }
span { border-color: rgb(254,46,24); }
td.TdClassName
{
border-color: #FE2E18;
}
.TagClassName
{
border-color: #FE2E18;
}
</style>