Shades of Scarlet #FE2C12
Tints of Scarlet #FE2C12
RGB
CMYK
RGB Variations
Color information
#FE2C12 (or 0xFE2C12) is known color: Scarlet. HEX triplet: FE, 2C and 12. RGB value is (254,44,18). Sum of RGB (Red+Green+Blue) = 254+44+18=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2C12 is #01D3ED. Grayscale: #686868. Windows color (decimal): -119790 or 1191166. OLE color: 1191166.
HSL color Cylindrical-coordinate representation of color #FE2C12: hue angle of 6.61º 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 #FE2C12 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 18 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.00 |
| HSL | 6.61º | 0.99% | 0.53% | - |
| HSV(B) | 6.61º | 0.93% | 1% | - |
| XYZ | 41.88 | 22.92 | 2.79 | - |
| YUV | 103.83 | 79.57 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 18 | 0 | 0.83 | 0.93 | 0.00 | 6.61 | 0.99 | 0.53 |
| Hex | FE | 2C | 12 | 0 | 53 | 5D | 0 | 7 | 63 | 35 |
| Octal | 376 | 54 | 22 | 0 | 123 | 135 | 0 | 7 | 143 | 65 |
| Binary | 11111110 | 101100 | 10010 | 0 | 1010011 | 1011101 | 0 | 111 | 1100011 | 110101 |
Color Harmonies of #FE2C12
Complementary color
Monochromatic Colors of #FE2C12
Black with #FE2C12
Text Example
Text Example
White with #FE2C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2C12; }
p { color: rgb(254,44,18); }
H1.HeaderClassName
{
color: #FE2C12;
}
.AnyTagClassName
{
color: #FE2C12;
}
</style>
background-color css
<style>
a { background-color: #FE2C12; }
a { background-color: rgb(254,44,18); }
div.DivClassName
{
background-color: #FE2C12;
}
.BgClassName
{
background-color: #FE2C12;
}
</style>
border-color css
<style>
span { border-color: #FE2C12; }
span { border-color: rgb(254,44,18); }
td.TdClassName
{
border-color: #FE2C12;
}
.TagClassName
{
border-color: #FE2C12;
}
</style>