Shades of Scarlet #FE2616
Tints of Scarlet #FE2616
RGB
CMYK
RGB Variations
Color information
#FE2616 (or 0xFE2616) is known color: Scarlet. HEX triplet: FE, 26 and 16. RGB value is (254,38,22). Sum of RGB (Red+Green+Blue) = 254+38+22=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2616 is #01D9E9. Grayscale: #656565. Windows color (decimal): -121322 or 1451774. OLE color: 1451774.
HSL color Cylindrical-coordinate representation of color #FE2616: hue angle of 4.14º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE2616 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.00 |
| HSL | 4.14º | 0.99% | 0.54% | - |
| HSV(B) | 4.14º | 0.91% | 1% | - |
| XYZ | 41.71 | 22.51 | 2.91 | - |
| YUV | 100.76 | 83.56 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 22 | 0 | 0.85 | 0.91 | 0.00 | 4.14 | 0.99 | 0.54 |
| Hex | FE | 26 | 16 | 0 | 55 | 5B | 0 | 4 | 63 | 36 |
| Octal | 376 | 46 | 26 | 0 | 125 | 133 | 0 | 4 | 143 | 66 |
| Binary | 11111110 | 100110 | 10110 | 0 | 1010101 | 1011011 | 0 | 100 | 1100011 | 110110 |
Color Harmonies of #FE2616
Complementary color
Monochromatic Colors of #FE2616
Black with #FE2616
Text Example
Text Example
White with #FE2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2616; }
p { color: rgb(254,38,22); }
H1.HeaderClassName
{
color: #FE2616;
}
.AnyTagClassName
{
color: #FE2616;
}
</style>
background-color css
<style>
a { background-color: #FE2616; }
a { background-color: rgb(254,38,22); }
div.DivClassName
{
background-color: #FE2616;
}
.BgClassName
{
background-color: #FE2616;
}
</style>
border-color css
<style>
span { border-color: #FE2616; }
span { border-color: rgb(254,38,22); }
td.TdClassName
{
border-color: #FE2616;
}
.TagClassName
{
border-color: #FE2616;
}
</style>