Shades of Scarlet #FE2315
Tints of Scarlet #FE2315
RGB
CMYK
RGB Variations
Color information
#FE2315 (or 0xFE2315) is known color: Scarlet. HEX triplet: FE, 23 and 15. RGB value is (254,35,21). Sum of RGB (Red+Green+Blue) = 254+35+21=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2315 is #01DCEA. Grayscale: #636363. Windows color (decimal): -122091 or 1385470. OLE color: 1385470.
HSL color Cylindrical-coordinate representation of color #FE2315: hue angle of 3.61º 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 #FE2315 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 21 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.00 |
| HSL | 3.61º | 0.99% | 0.54% | - |
| HSV(B) | 3.61º | 0.92% | 1% | - |
| XYZ | 41.61 | 22.33 | 2.83 | - |
| YUV | 98.89 | 84.05 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 21 | 0 | 0.86 | 0.92 | 0.00 | 3.61 | 0.99 | 0.54 |
| Hex | FE | 23 | 15 | 0 | 56 | 5C | 0 | 4 | 63 | 36 |
| Octal | 376 | 43 | 25 | 0 | 126 | 134 | 0 | 4 | 143 | 66 |
| Binary | 11111110 | 100011 | 10101 | 0 | 1010110 | 1011100 | 0 | 100 | 1100011 | 110110 |
Color Harmonies of #FE2315
Complementary color
Monochromatic Colors of #FE2315
Black with #FE2315
Text Example
Text Example
White with #FE2315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2315; }
p { color: rgb(254,35,21); }
H1.HeaderClassName
{
color: #FE2315;
}
.AnyTagClassName
{
color: #FE2315;
}
</style>
background-color css
<style>
a { background-color: #FE2315; }
a { background-color: rgb(254,35,21); }
div.DivClassName
{
background-color: #FE2315;
}
.BgClassName
{
background-color: #FE2315;
}
</style>
border-color css
<style>
span { border-color: #FE2315; }
span { border-color: rgb(254,35,21); }
td.TdClassName
{
border-color: #FE2315;
}
.TagClassName
{
border-color: #FE2315;
}
</style>