Shades of Scarlet #FE2506
Tints of Scarlet #FE2506
RGB
CMYK
RGB Variations
Color information
#FE2506 (or 0xFE2506) is known color: Scarlet. HEX triplet: FE, 25 and 06. RGB value is (254,37,6). Sum of RGB (Red+Green+Blue) = 254+37+6=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2506 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2506 is #01DAF9. Grayscale: #626262. Windows color (decimal): -121594 or 402942. OLE color: 402942.
HSL color Cylindrical-coordinate representation of color #FE2506: hue angle of 7.5º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE2506 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 6 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.00 |
| HSL | 7.5º | 0.99% | 0.51% | - |
| HSV(B) | 7.5º | 0.98% | 1% | - |
| XYZ | 41.57 | 22.41 | 2.31 | - |
| YUV | 98.35 | 75.89 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 6 | 0 | 0.85 | 0.98 | 0.00 | 7.5 | 0.99 | 0.51 |
| Hex | FE | 25 | 6 | 0 | 55 | 62 | 0 | 8 | 63 | 33 |
| Octal | 376 | 45 | 6 | 0 | 125 | 142 | 0 | 10 | 143 | 63 |
| Binary | 11111110 | 100101 | 110 | 0 | 1010101 | 1100010 | 0 | 1000 | 1100011 | 110011 |
Color Harmonies of #FE2506
Complementary color
Monochromatic Colors of #FE2506
Black with #FE2506
Text Example
Text Example
White with #FE2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2506; }
p { color: rgb(254,37,6); }
H1.HeaderClassName
{
color: #FE2506;
}
.AnyTagClassName
{
color: #FE2506;
}
</style>
background-color css
<style>
a { background-color: #FE2506; }
a { background-color: rgb(254,37,6); }
div.DivClassName
{
background-color: #FE2506;
}
.BgClassName
{
background-color: #FE2506;
}
</style>
border-color css
<style>
span { border-color: #FE2506; }
span { border-color: rgb(254,37,6); }
td.TdClassName
{
border-color: #FE2506;
}
.TagClassName
{
border-color: #FE2506;
}
</style>