Shades of Scarlet #FE2605
Tints of Scarlet #FE2605
RGB
CMYK
RGB Variations
Color information
#FE2605 (or 0xFE2605) is known color: Scarlet. HEX triplet: FE, 26 and 05. RGB value is (254,38,5). Sum of RGB (Red+Green+Blue) = 254+38+5=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2605 is #01D9FA. Grayscale: #636363. Windows color (decimal): -121339 or 337662. OLE color: 337662.
HSL color Cylindrical-coordinate representation of color #FE2605: hue angle of 7.95º 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 #FE2605 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.00 |
| HSL | 7.95º | 0.99% | 0.51% | - |
| HSV(B) | 7.95º | 0.98% | 1% | - |
| XYZ | 41.59 | 22.47 | 2.29 | - |
| YUV | 98.82 | 75.06 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 5 | 0 | 0.85 | 0.98 | 0.00 | 7.95 | 0.99 | 0.51 |
| Hex | FE | 26 | 5 | 0 | 55 | 62 | 0 | 8 | 63 | 33 |
| Octal | 376 | 46 | 5 | 0 | 125 | 142 | 0 | 10 | 143 | 63 |
| Binary | 11111110 | 100110 | 101 | 0 | 1010101 | 1100010 | 0 | 1000 | 1100011 | 110011 |
Color Harmonies of #FE2605
Complementary color
Monochromatic Colors of #FE2605
Black with #FE2605
Text Example
Text Example
White with #FE2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2605; }
p { color: rgb(254,38,5); }
H1.HeaderClassName
{
color: #FE2605;
}
.AnyTagClassName
{
color: #FE2605;
}
</style>
background-color css
<style>
a { background-color: #FE2605; }
a { background-color: rgb(254,38,5); }
div.DivClassName
{
background-color: #FE2605;
}
.BgClassName
{
background-color: #FE2605;
}
</style>
border-color css
<style>
span { border-color: #FE2605; }
span { border-color: rgb(254,38,5); }
td.TdClassName
{
border-color: #FE2605;
}
.TagClassName
{
border-color: #FE2605;
}
</style>