Shades of Scarlet #FE2B17
Tints of Scarlet #FE2B17
RGB
CMYK
RGB Variations
Color information
#FE2B17 (or 0xFE2B17) is known color: Scarlet. HEX triplet: FE, 2B and 17. RGB value is (254,43,23). Sum of RGB (Red+Green+Blue) = 254+43+23=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2B17 is #01D4E8. Grayscale: #686868. Windows color (decimal): -120041 or 1518590. OLE color: 1518590.
HSL color Cylindrical-coordinate representation of color #FE2B17: hue angle of 5.19º 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 #FE2B17 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 23 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.00 |
| HSL | 5.19º | 0.99% | 0.54% | - |
| HSV(B) | 5.19º | 0.91% | 1% | - |
| XYZ | 41.89 | 22.86 | 3.02 | - |
| YUV | 103.81 | 82.4 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 23 | 0 | 0.83 | 0.91 | 0.00 | 5.19 | 0.99 | 0.54 |
| Hex | FE | 2B | 17 | 0 | 53 | 5B | 0 | 5 | 63 | 36 |
| Octal | 376 | 53 | 27 | 0 | 123 | 133 | 0 | 5 | 143 | 66 |
| Binary | 11111110 | 101011 | 10111 | 0 | 1010011 | 1011011 | 0 | 101 | 1100011 | 110110 |
Color Harmonies of #FE2B17
Complementary color
Monochromatic Colors of #FE2B17
Black with #FE2B17
Text Example
Text Example
White with #FE2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B17; }
p { color: rgb(254,43,23); }
H1.HeaderClassName
{
color: #FE2B17;
}
.AnyTagClassName
{
color: #FE2B17;
}
</style>
background-color css
<style>
a { background-color: #FE2B17; }
a { background-color: rgb(254,43,23); }
div.DivClassName
{
background-color: #FE2B17;
}
.BgClassName
{
background-color: #FE2B17;
}
</style>
border-color css
<style>
span { border-color: #FE2B17; }
span { border-color: rgb(254,43,23); }
td.TdClassName
{
border-color: #FE2B17;
}
.TagClassName
{
border-color: #FE2B17;
}
</style>