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