Shades of Scarlet #FE2600
Tints of Scarlet #FE2600
RGB
CMYK
RGB Variations
Color information
#FE2600 (or 0xFE2600) is known color: Scarlet. HEX triplet: FE, 26 and 00. RGB value is (254,38,0). Sum of RGB (Red+Green+Blue) = 254+38+0=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2600 is #01D9FF. Grayscale: #626262. Windows color (decimal): -121344 or 9982. OLE color: 9982.
HSL color Cylindrical-coordinate representation of color #FE2600: hue angle of 8.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE2600 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.00 |
| HSL | 8.98º | 1% | 0.5% | - |
| HSV(B) | 8.98º | 1% | 1% | - |
| XYZ | 41.57 | 22.46 | 2.14 | - |
| YUV | 98.25 | 72.56 | 239.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 0 | 0 | 0.85 | 1 | 0.00 | 8.98 | 1 | 0.5 |
| Hex | FE | 26 | 0 | 0 | 55 | 64 | 0 | 9 | 64 | 32 |
| Octal | 376 | 46 | 0 | 0 | 125 | 144 | 0 | 11 | 144 | 62 |
| Binary | 11111110 | 100110 | 0 | 0 | 1010101 | 1100100 | 0 | 1001 | 1100100 | 110010 |
Color Harmonies of #FE2600
Complementary color
Monochromatic Colors of #FE2600
Black with #FE2600
Text Example
Text Example
White with #FE2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2600; }
p { color: rgb(254,38,0); }
H1.HeaderClassName
{
color: #FE2600;
}
.AnyTagClassName
{
color: #FE2600;
}
</style>
background-color css
<style>
a { background-color: #FE2600; }
a { background-color: rgb(254,38,0); }
div.DivClassName
{
background-color: #FE2600;
}
.BgClassName
{
background-color: #FE2600;
}
</style>
border-color css
<style>
span { border-color: #FE2600; }
span { border-color: rgb(254,38,0); }
td.TdClassName
{
border-color: #FE2600;
}
.TagClassName
{
border-color: #FE2600;
}
</style>