Shades of Scarlet #FE2E08
Tints of Scarlet #FE2E08
RGB
CMYK
RGB Variations
Color information
#FE2E08 (or 0xFE2E08) is known color: Scarlet. HEX triplet: FE, 2E and 08. RGB value is (254,46,8). Sum of RGB (Red+Green+Blue) = 254+46+8=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2E08 is #01D1F7. Grayscale: #686868. Windows color (decimal): -119288 or 536318. OLE color: 536318.
HSL color Cylindrical-coordinate representation of color #FE2E08: hue angle of 9.27º 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 #FE2E08 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 8 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.00 |
| HSL | 9.27º | 0.99% | 0.51% | - |
| HSV(B) | 9.27º | 0.97% | 1% | - |
| XYZ | 41.89 | 23.04 | 2.47 | - |
| YUV | 103.86 | 73.91 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 8 | 0 | 0.82 | 0.97 | 0.00 | 9.27 | 0.99 | 0.51 |
| Hex | FE | 2E | 8 | 0 | 52 | 61 | 0 | 9 | 63 | 33 |
| Octal | 376 | 56 | 10 | 0 | 122 | 141 | 0 | 11 | 143 | 63 |
| Binary | 11111110 | 101110 | 1000 | 0 | 1010010 | 1100001 | 0 | 1001 | 1100011 | 110011 |
Color Harmonies of #FE2E08
Complementary color
Monochromatic Colors of #FE2E08
Black with #FE2E08
Text Example
Text Example
White with #FE2E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E08; }
p { color: rgb(254,46,8); }
H1.HeaderClassName
{
color: #FE2E08;
}
.AnyTagClassName
{
color: #FE2E08;
}
</style>
background-color css
<style>
a { background-color: #FE2E08; }
a { background-color: rgb(254,46,8); }
div.DivClassName
{
background-color: #FE2E08;
}
.BgClassName
{
background-color: #FE2E08;
}
</style>
border-color css
<style>
span { border-color: #FE2E08; }
span { border-color: rgb(254,46,8); }
td.TdClassName
{
border-color: #FE2E08;
}
.TagClassName
{
border-color: #FE2E08;
}
</style>