Shades of Scarlet #FE2612
Tints of Scarlet #FE2612
RGB
CMYK
RGB Variations
Color information
#FE2612 (or 0xFE2612) is known color: Scarlet. HEX triplet: FE, 26 and 12. RGB value is (254,38,18). Sum of RGB (Red+Green+Blue) = 254+38+18=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2612 is #01D9ED. Grayscale: #646464. Windows color (decimal): -121326 or 1189630. OLE color: 1189630.
HSL color Cylindrical-coordinate representation of color #FE2612: hue angle of 5.08º 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 #FE2612 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.00 |
| HSL | 5.08º | 0.99% | 0.53% | - |
| HSV(B) | 5.08º | 0.93% | 1% | - |
| XYZ | 41.68 | 22.5 | 2.72 | - |
| YUV | 100.3 | 81.56 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 18 | 0 | 0.85 | 0.93 | 0.00 | 5.08 | 0.99 | 0.53 |
| Hex | FE | 26 | 12 | 0 | 55 | 5D | 0 | 5 | 63 | 35 |
| Octal | 376 | 46 | 22 | 0 | 125 | 135 | 0 | 5 | 143 | 65 |
| Binary | 11111110 | 100110 | 10010 | 0 | 1010101 | 1011101 | 0 | 101 | 1100011 | 110101 |
Color Harmonies of #FE2612
Complementary color
Monochromatic Colors of #FE2612
Black with #FE2612
Text Example
Text Example
White with #FE2612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2612; }
p { color: rgb(254,38,18); }
H1.HeaderClassName
{
color: #FE2612;
}
.AnyTagClassName
{
color: #FE2612;
}
</style>
background-color css
<style>
a { background-color: #FE2612; }
a { background-color: rgb(254,38,18); }
div.DivClassName
{
background-color: #FE2612;
}
.BgClassName
{
background-color: #FE2612;
}
</style>
border-color css
<style>
span { border-color: #FE2612; }
span { border-color: rgb(254,38,18); }
td.TdClassName
{
border-color: #FE2612;
}
.TagClassName
{
border-color: #FE2612;
}
</style>