Shades of Scarlet #FE2C0F
Tints of Scarlet #FE2C0F
RGB
CMYK
RGB Variations
Color information
#FE2C0F (or 0xFE2C0F) is known color: Scarlet. HEX triplet: FE, 2C and 0F. RGB value is (254,44,15). Sum of RGB (Red+Green+Blue) = 254+44+15=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2C0F is #01D3F0. Grayscale: #676767. Windows color (decimal): -119793 or 994558. OLE color: 994558.
HSL color Cylindrical-coordinate representation of color #FE2C0F: hue angle of 7.28º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE2C0F is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 15 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.00 |
| HSL | 7.28º | 0.99% | 0.53% | - |
| HSV(B) | 7.28º | 0.94% | 1% | - |
| XYZ | 41.86 | 22.91 | 2.67 | - |
| YUV | 103.48 | 78.07 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 15 | 0 | 0.83 | 0.94 | 0.00 | 7.28 | 0.99 | 0.53 |
| Hex | FE | 2C | F | 0 | 53 | 5E | 0 | 7 | 63 | 35 |
| Octal | 376 | 54 | 17 | 0 | 123 | 136 | 0 | 7 | 143 | 65 |
| Binary | 11111110 | 101100 | 1111 | 0 | 1010011 | 1011110 | 0 | 111 | 1100011 | 110101 |
Color Harmonies of #FE2C0F
Complementary color
Monochromatic Colors of #FE2C0F
Black with #FE2C0F
Text Example
Text Example
White with #FE2C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2C0F; }
p { color: rgb(254,44,15); }
H1.HeaderClassName
{
color: #FE2C0F;
}
.AnyTagClassName
{
color: #FE2C0F;
}
</style>
background-color css
<style>
a { background-color: #FE2C0F; }
a { background-color: rgb(254,44,15); }
div.DivClassName
{
background-color: #FE2C0F;
}
.BgClassName
{
background-color: #FE2C0F;
}
</style>
border-color css
<style>
span { border-color: #FE2C0F; }
span { border-color: rgb(254,44,15); }
td.TdClassName
{
border-color: #FE2C0F;
}
.TagClassName
{
border-color: #FE2C0F;
}
</style>