Shades of Scarlet #FE2508
Tints of Scarlet #FE2508
RGB
CMYK
RGB Variations
Color information
#FE2508 (or 0xFE2508) is known color: Scarlet. HEX triplet: FE, 25 and 08. RGB value is (254,37,8). Sum of RGB (Red+Green+Blue) = 254+37+8=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2508 is #01DAF7. Grayscale: #626262. Windows color (decimal): -121592 or 534014. OLE color: 534014.
HSL color Cylindrical-coordinate representation of color #FE2508: hue angle of 7.07º 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 #FE2508 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 8 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.00 |
| HSL | 7.07º | 0.99% | 0.51% | - |
| HSV(B) | 7.07º | 0.97% | 1% | - |
| XYZ | 41.58 | 22.41 | 2.36 | - |
| YUV | 98.58 | 76.89 | 238.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 8 | 0 | 0.85 | 0.97 | 0.00 | 7.07 | 0.99 | 0.51 |
| Hex | FE | 25 | 8 | 0 | 55 | 61 | 0 | 7 | 63 | 33 |
| Octal | 376 | 45 | 10 | 0 | 125 | 141 | 0 | 7 | 143 | 63 |
| Binary | 11111110 | 100101 | 1000 | 0 | 1010101 | 1100001 | 0 | 111 | 1100011 | 110011 |
Color Harmonies of #FE2508
Complementary color
Monochromatic Colors of #FE2508
Black with #FE2508
Text Example
Text Example
White with #FE2508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2508; }
p { color: rgb(254,37,8); }
H1.HeaderClassName
{
color: #FE2508;
}
.AnyTagClassName
{
color: #FE2508;
}
</style>
background-color css
<style>
a { background-color: #FE2508; }
a { background-color: rgb(254,37,8); }
div.DivClassName
{
background-color: #FE2508;
}
.BgClassName
{
background-color: #FE2508;
}
</style>
border-color css
<style>
span { border-color: #FE2508; }
span { border-color: rgb(254,37,8); }
td.TdClassName
{
border-color: #FE2508;
}
.TagClassName
{
border-color: #FE2508;
}
</style>