Shades of Scarlet #FE2712
Tints of Scarlet #FE2712
RGB
CMYK
RGB Variations
Color information
#FE2712 (or 0xFE2712) is known color: Scarlet. HEX triplet: FE, 27 and 12. RGB value is (254,39,18). Sum of RGB (Red+Green+Blue) = 254+39+18=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2712 is #01D8ED. Grayscale: #656565. Windows color (decimal): -121070 or 1189886. OLE color: 1189886.
HSL color Cylindrical-coordinate representation of color #FE2712: hue angle of 5.34º 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 #FE2712 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.00 |
| HSL | 5.34º | 0.99% | 0.53% | - |
| HSV(B) | 5.34º | 0.93% | 1% | - |
| XYZ | 41.71 | 22.57 | 2.73 | - |
| YUV | 100.89 | 81.23 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 18 | 0 | 0.85 | 0.93 | 0.00 | 5.34 | 0.99 | 0.53 |
| Hex | FE | 27 | 12 | 0 | 55 | 5D | 0 | 5 | 63 | 35 |
| Octal | 376 | 47 | 22 | 0 | 125 | 135 | 0 | 5 | 143 | 65 |
| Binary | 11111110 | 100111 | 10010 | 0 | 1010101 | 1011101 | 0 | 101 | 1100011 | 110101 |
Color Harmonies of #FE2712
Complementary color
Monochromatic Colors of #FE2712
Black with #FE2712
Text Example
Text Example
White with #FE2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2712; }
p { color: rgb(254,39,18); }
H1.HeaderClassName
{
color: #FE2712;
}
.AnyTagClassName
{
color: #FE2712;
}
</style>
background-color css
<style>
a { background-color: #FE2712; }
a { background-color: rgb(254,39,18); }
div.DivClassName
{
background-color: #FE2712;
}
.BgClassName
{
background-color: #FE2712;
}
</style>
border-color css
<style>
span { border-color: #FE2712; }
span { border-color: rgb(254,39,18); }
td.TdClassName
{
border-color: #FE2712;
}
.TagClassName
{
border-color: #FE2712;
}
</style>