Shades of Scarlet #FE2817
Tints of Scarlet #FE2817
RGB
CMYK
RGB Variations
Color information
#FE2817 (or 0xFE2817) is known color: Scarlet. HEX triplet: FE, 28 and 17. RGB value is (254,40,23). Sum of RGB (Red+Green+Blue) = 254+40+23=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2817 is #01D7E8. Grayscale: #666666. Windows color (decimal): -120809 or 1517822. OLE color: 1517822.
HSL color Cylindrical-coordinate representation of color #FE2817: hue angle of 4.42º 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 #FE2817 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 23 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.00 |
| HSL | 4.42º | 0.99% | 0.54% | - |
| HSV(B) | 4.42º | 0.91% | 1% | - |
| XYZ | 41.79 | 22.65 | 2.98 | - |
| YUV | 102.05 | 83.4 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 23 | 0 | 0.84 | 0.91 | 0.00 | 4.42 | 0.99 | 0.54 |
| Hex | FE | 28 | 17 | 0 | 54 | 5B | 0 | 4 | 63 | 36 |
| Octal | 376 | 50 | 27 | 0 | 124 | 133 | 0 | 4 | 143 | 66 |
| Binary | 11111110 | 101000 | 10111 | 0 | 1010100 | 1011011 | 0 | 100 | 1100011 | 110110 |
Color Harmonies of #FE2817
Complementary color
Monochromatic Colors of #FE2817
Black with #FE2817
Text Example
Text Example
White with #FE2817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2817; }
p { color: rgb(254,40,23); }
H1.HeaderClassName
{
color: #FE2817;
}
.AnyTagClassName
{
color: #FE2817;
}
</style>
background-color css
<style>
a { background-color: #FE2817; }
a { background-color: rgb(254,40,23); }
div.DivClassName
{
background-color: #FE2817;
}
.BgClassName
{
background-color: #FE2817;
}
</style>
border-color css
<style>
span { border-color: #FE2817; }
span { border-color: rgb(254,40,23); }
td.TdClassName
{
border-color: #FE2817;
}
.TagClassName
{
border-color: #FE2817;
}
</style>