Shades of Scarlet #FE2615
Tints of Scarlet #FE2615
RGB
CMYK
RGB Variations
Color information
#FE2615 (or 0xFE2615) is known color: Scarlet. HEX triplet: FE, 26 and 15. RGB value is (254,38,21). Sum of RGB (Red+Green+Blue) = 254+38+21=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2615 is #01D9EA. Grayscale: #646464. Windows color (decimal): -121323 or 1386238. OLE color: 1386238.
HSL color Cylindrical-coordinate representation of color #FE2615: hue angle of 4.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE2615 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 21 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.00 |
| HSL | 4.38º | 0.99% | 0.54% | - |
| HSV(B) | 4.38º | 0.92% | 1% | - |
| XYZ | 41.7 | 22.51 | 2.86 | - |
| YUV | 100.65 | 83.06 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 21 | 0 | 0.85 | 0.92 | 0.00 | 4.38 | 0.99 | 0.54 |
| Hex | FE | 26 | 15 | 0 | 55 | 5C | 0 | 4 | 63 | 36 |
| Octal | 376 | 46 | 25 | 0 | 125 | 134 | 0 | 4 | 143 | 66 |
| Binary | 11111110 | 100110 | 10101 | 0 | 1010101 | 1011100 | 0 | 100 | 1100011 | 110110 |
Color Harmonies of #FE2615
Complementary color
Monochromatic Colors of #FE2615
Black with #FE2615
Text Example
Text Example
White with #FE2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2615; }
p { color: rgb(254,38,21); }
H1.HeaderClassName
{
color: #FE2615;
}
.AnyTagClassName
{
color: #FE2615;
}
</style>
background-color css
<style>
a { background-color: #FE2615; }
a { background-color: rgb(254,38,21); }
div.DivClassName
{
background-color: #FE2615;
}
.BgClassName
{
background-color: #FE2615;
}
</style>
border-color css
<style>
span { border-color: #FE2615; }
span { border-color: rgb(254,38,21); }
td.TdClassName
{
border-color: #FE2615;
}
.TagClassName
{
border-color: #FE2615;
}
</style>