Shades of Scarlet #FE261E
Tints of Scarlet #FE261E
RGB
CMYK
RGB Variations
Color information
#FE261E (or 0xFE261E) is known color: Scarlet. HEX triplet: FE, 26 and 1E. RGB value is (254,38,30). Sum of RGB (Red+Green+Blue) = 254+38+30=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE261E is #01D9E1. Grayscale: #656565. Windows color (decimal): -121314 or 1976062. OLE color: 1976062.
HSL color Cylindrical-coordinate representation of color #FE261E: hue angle of 2.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE261E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 30 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.00 |
| HSL | 2.14º | 0.99% | 0.56% | - |
| HSV(B) | 2.14º | 0.88% | 1% | - |
| XYZ | 41.8 | 22.55 | 3.38 | - |
| YUV | 101.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 30 | 0 | 0.85 | 0.88 | 0.00 | 2.14 | 0.99 | 0.56 |
| Hex | FE | 26 | 1E | 0 | 55 | 58 | 0 | 2 | 63 | 38 |
| Octal | 376 | 46 | 36 | 0 | 125 | 130 | 0 | 2 | 143 | 70 |
| Binary | 11111110 | 100110 | 11110 | 0 | 1010101 | 1011000 | 0 | 10 | 1100011 | 111000 |
Color Harmonies of #FE261E
Complementary color
Monochromatic Colors of #FE261E
Black with #FE261E
Text Example
Text Example
White with #FE261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE261E; }
p { color: rgb(254,38,30); }
H1.HeaderClassName
{
color: #FE261E;
}
.AnyTagClassName
{
color: #FE261E;
}
</style>
background-color css
<style>
a { background-color: #FE261E; }
a { background-color: rgb(254,38,30); }
div.DivClassName
{
background-color: #FE261E;
}
.BgClassName
{
background-color: #FE261E;
}
</style>
border-color css
<style>
span { border-color: #FE261E; }
span { border-color: rgb(254,38,30); }
td.TdClassName
{
border-color: #FE261E;
}
.TagClassName
{
border-color: #FE261E;
}
</style>