Shades of Scarlet #FE2812
Tints of Scarlet #FE2812
RGB
CMYK
RGB Variations
Color information
#FE2812 (or 0xFE2812) is known color: Scarlet. HEX triplet: FE, 28 and 12. RGB value is (254,40,18). Sum of RGB (Red+Green+Blue) = 254+40+18=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2812 is #01D7ED. Grayscale: #656565. Windows color (decimal): -120814 or 1190142. OLE color: 1190142.
HSL color Cylindrical-coordinate representation of color #FE2812: hue angle of 5.59º 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 #FE2812 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 18 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.00 |
| HSL | 5.59º | 0.99% | 0.53% | - |
| HSV(B) | 5.59º | 0.93% | 1% | - |
| XYZ | 41.74 | 22.63 | 2.74 | - |
| YUV | 101.48 | 80.9 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 18 | 0 | 0.84 | 0.93 | 0.00 | 5.59 | 0.99 | 0.53 |
| Hex | FE | 28 | 12 | 0 | 54 | 5D | 0 | 6 | 63 | 35 |
| Octal | 376 | 50 | 22 | 0 | 124 | 135 | 0 | 6 | 143 | 65 |
| Binary | 11111110 | 101000 | 10010 | 0 | 1010100 | 1011101 | 0 | 110 | 1100011 | 110101 |
Color Harmonies of #FE2812
Complementary color
Monochromatic Colors of #FE2812
Black with #FE2812
Text Example
Text Example
White with #FE2812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2812; }
p { color: rgb(254,40,18); }
H1.HeaderClassName
{
color: #FE2812;
}
.AnyTagClassName
{
color: #FE2812;
}
</style>
background-color css
<style>
a { background-color: #FE2812; }
a { background-color: rgb(254,40,18); }
div.DivClassName
{
background-color: #FE2812;
}
.BgClassName
{
background-color: #FE2812;
}
</style>
border-color css
<style>
span { border-color: #FE2812; }
span { border-color: rgb(254,40,18); }
td.TdClassName
{
border-color: #FE2812;
}
.TagClassName
{
border-color: #FE2812;
}
</style>