Shades of Scarlet #FE2809
Tints of Scarlet #FE2809
RGB
CMYK
RGB Variations
Color information
#FE2809 (or 0xFE2809) is known color: Scarlet. HEX triplet: FE, 28 and 09. RGB value is (254,40,9). Sum of RGB (Red+Green+Blue) = 254+40+9=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2809 is #01D7F6. Grayscale: #646464. Windows color (decimal): -120823 or 600318. OLE color: 600318.
HSL color Cylindrical-coordinate representation of color #FE2809: hue angle of 7.59º 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 #FE2809 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 9 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.00 |
| HSL | 7.59º | 0.99% | 0.52% | - |
| HSV(B) | 7.59º | 0.96% | 1% | - |
| XYZ | 41.68 | 22.61 | 2.43 | - |
| YUV | 100.45 | 76.4 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 9 | 0 | 0.84 | 0.96 | 0.00 | 7.59 | 0.99 | 0.52 |
| Hex | FE | 28 | 9 | 0 | 54 | 60 | 0 | 8 | 63 | 34 |
| Octal | 376 | 50 | 11 | 0 | 124 | 140 | 0 | 10 | 143 | 64 |
| Binary | 11111110 | 101000 | 1001 | 0 | 1010100 | 1100000 | 0 | 1000 | 1100011 | 110100 |
Color Harmonies of #FE2809
Complementary color
Monochromatic Colors of #FE2809
Black with #FE2809
Text Example
Text Example
White with #FE2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2809; }
p { color: rgb(254,40,9); }
H1.HeaderClassName
{
color: #FE2809;
}
.AnyTagClassName
{
color: #FE2809;
}
</style>
background-color css
<style>
a { background-color: #FE2809; }
a { background-color: rgb(254,40,9); }
div.DivClassName
{
background-color: #FE2809;
}
.BgClassName
{
background-color: #FE2809;
}
</style>
border-color css
<style>
span { border-color: #FE2809; }
span { border-color: rgb(254,40,9); }
td.TdClassName
{
border-color: #FE2809;
}
.TagClassName
{
border-color: #FE2809;
}
</style>