Shades of Scarlet #FE2603
Tints of Scarlet #FE2603
RGB
CMYK
RGB Variations
Color information
#FE2603 (or 0xFE2603) is known color: Scarlet. HEX triplet: FE, 26 and 03. RGB value is (254,38,3). Sum of RGB (Red+Green+Blue) = 254+38+3=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2603 is #01D9FC. Grayscale: #626262. Windows color (decimal): -121341 or 206590. OLE color: 206590.
HSL color Cylindrical-coordinate representation of color #FE2603: hue angle of 8.37º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE2603 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.00 |
| HSL | 8.37º | 0.99% | 0.5% | - |
| HSV(B) | 8.37º | 0.99% | 1% | - |
| XYZ | 41.58 | 22.46 | 2.23 | - |
| YUV | 98.59 | 74.06 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 3 | 0 | 0.85 | 0.99 | 0.00 | 8.37 | 0.99 | 0.5 |
| Hex | FE | 26 | 3 | 0 | 55 | 63 | 0 | 8 | 63 | 32 |
| Octal | 376 | 46 | 3 | 0 | 125 | 143 | 0 | 10 | 143 | 62 |
| Binary | 11111110 | 100110 | 11 | 0 | 1010101 | 1100011 | 0 | 1000 | 1100011 | 110010 |
Color Harmonies of #FE2603
Complementary color
Monochromatic Colors of #FE2603
Black with #FE2603
Text Example
Text Example
White with #FE2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2603; }
p { color: rgb(254,38,3); }
H1.HeaderClassName
{
color: #FE2603;
}
.AnyTagClassName
{
color: #FE2603;
}
</style>
background-color css
<style>
a { background-color: #FE2603; }
a { background-color: rgb(254,38,3); }
div.DivClassName
{
background-color: #FE2603;
}
.BgClassName
{
background-color: #FE2603;
}
</style>
border-color css
<style>
span { border-color: #FE2603; }
span { border-color: rgb(254,38,3); }
td.TdClassName
{
border-color: #FE2603;
}
.TagClassName
{
border-color: #FE2603;
}
</style>