Shades of Scarlet #FE2B09
Tints of Scarlet #FE2B09
RGB
CMYK
RGB Variations
Color information
#FE2B09 (or 0xFE2B09) is known color: Scarlet. HEX triplet: FE, 2B and 09. RGB value is (254,43,9). Sum of RGB (Red+Green+Blue) = 254+43+9=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2B09 is #01D4F6. Grayscale: #666666. Windows color (decimal): -120055 or 601086. OLE color: 601086.
HSL color Cylindrical-coordinate representation of color #FE2B09: hue angle of 8.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE2B09 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.00 |
| HSL | 8.33º | 0.99% | 0.52% | - |
| HSV(B) | 8.33º | 0.96% | 1% | - |
| XYZ | 41.79 | 22.82 | 2.46 | - |
| YUV | 102.21 | 75.4 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 9 | 0 | 0.83 | 0.96 | 0.00 | 8.33 | 0.99 | 0.52 |
| Hex | FE | 2B | 9 | 0 | 53 | 60 | 0 | 8 | 63 | 34 |
| Octal | 376 | 53 | 11 | 0 | 123 | 140 | 0 | 10 | 143 | 64 |
| Binary | 11111110 | 101011 | 1001 | 0 | 1010011 | 1100000 | 0 | 1000 | 1100011 | 110100 |
Color Harmonies of #FE2B09
Complementary color
Monochromatic Colors of #FE2B09
Black with #FE2B09
Text Example
Text Example
White with #FE2B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B09; }
p { color: rgb(254,43,9); }
H1.HeaderClassName
{
color: #FE2B09;
}
.AnyTagClassName
{
color: #FE2B09;
}
</style>
background-color css
<style>
a { background-color: #FE2B09; }
a { background-color: rgb(254,43,9); }
div.DivClassName
{
background-color: #FE2B09;
}
.BgClassName
{
background-color: #FE2B09;
}
</style>
border-color css
<style>
span { border-color: #FE2B09; }
span { border-color: rgb(254,43,9); }
td.TdClassName
{
border-color: #FE2B09;
}
.TagClassName
{
border-color: #FE2B09;
}
</style>