Shades of Scarlet #FE2908
Tints of Scarlet #FE2908
RGB
CMYK
RGB Variations
Color information
#FE2908 (or 0xFE2908) is known color: Scarlet. HEX triplet: FE, 29 and 08. RGB value is (254,41,8). Sum of RGB (Red+Green+Blue) = 254+41+8=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2908 is #01D6F7. Grayscale: #656565. Windows color (decimal): -120568 or 535038. OLE color: 535038.
HSL color Cylindrical-coordinate representation of color #FE2908: hue angle of 8.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE2908 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 8 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.00 |
| HSL | 8.05º | 0.99% | 0.51% | - |
| HSV(B) | 8.05º | 0.97% | 1% | - |
| XYZ | 41.71 | 22.67 | 2.41 | - |
| YUV | 100.93 | 75.57 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 8 | 0 | 0.84 | 0.97 | 0.00 | 8.05 | 0.99 | 0.51 |
| Hex | FE | 29 | 8 | 0 | 54 | 61 | 0 | 8 | 63 | 33 |
| Octal | 376 | 51 | 10 | 0 | 124 | 141 | 0 | 10 | 143 | 63 |
| Binary | 11111110 | 101001 | 1000 | 0 | 1010100 | 1100001 | 0 | 1000 | 1100011 | 110011 |
Color Harmonies of #FE2908
Complementary color
Monochromatic Colors of #FE2908
Black with #FE2908
Text Example
Text Example
White with #FE2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2908; }
p { color: rgb(254,41,8); }
H1.HeaderClassName
{
color: #FE2908;
}
.AnyTagClassName
{
color: #FE2908;
}
</style>
background-color css
<style>
a { background-color: #FE2908; }
a { background-color: rgb(254,41,8); }
div.DivClassName
{
background-color: #FE2908;
}
.BgClassName
{
background-color: #FE2908;
}
</style>
border-color css
<style>
span { border-color: #FE2908; }
span { border-color: rgb(254,41,8); }
td.TdClassName
{
border-color: #FE2908;
}
.TagClassName
{
border-color: #FE2908;
}
</style>