Shades of Scarlet #FE2F18
Tints of Scarlet #FE2F18
RGB
CMYK
RGB Variations
Color information
#FE2F18 (or 0xFE2F18) is known color: Scarlet. HEX triplet: FE, 2F and 18. RGB value is (254,47,24). Sum of RGB (Red+Green+Blue) = 254+47+24=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2F18 is #01D0E7. Grayscale: #6A6A6A. Windows color (decimal): -119016 or 1585150. OLE color: 1585150.
HSL color Cylindrical-coordinate representation of color #FE2F18: hue angle of 6º 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 #FE2F18 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 24 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.00 |
| HSL | 6º | 0.99% | 0.55% | - |
| HSV(B) | 6º | 0.91% | 1% | - |
| XYZ | 42.05 | 23.17 | 3.12 | - |
| YUV | 106.27 | 81.58 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 24 | 0 | 0.81 | 0.91 | 0.00 | 6 | 0.99 | 0.55 |
| Hex | FE | 2F | 18 | 0 | 51 | 5B | 0 | 6 | 63 | 37 |
| Octal | 376 | 57 | 30 | 0 | 121 | 133 | 0 | 6 | 143 | 67 |
| Binary | 11111110 | 101111 | 11000 | 0 | 1010001 | 1011011 | 0 | 110 | 1100011 | 110111 |
Color Harmonies of #FE2F18
Complementary color
Monochromatic Colors of #FE2F18
Black with #FE2F18
Text Example
Text Example
White with #FE2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F18; }
p { color: rgb(254,47,24); }
H1.HeaderClassName
{
color: #FE2F18;
}
.AnyTagClassName
{
color: #FE2F18;
}
</style>
background-color css
<style>
a { background-color: #FE2F18; }
a { background-color: rgb(254,47,24); }
div.DivClassName
{
background-color: #FE2F18;
}
.BgClassName
{
background-color: #FE2F18;
}
</style>
border-color css
<style>
span { border-color: #FE2F18; }
span { border-color: rgb(254,47,24); }
td.TdClassName
{
border-color: #FE2F18;
}
.TagClassName
{
border-color: #FE2F18;
}
</style>