Shades of Scarlet #FE261D
Tints of Scarlet #FE261D
RGB
CMYK
RGB Variations
Color information
#FE261D (or 0xFE261D) is known color: Scarlet. HEX triplet: FE, 26 and 1D. RGB value is (254,38,29). Sum of RGB (Red+Green+Blue) = 254+38+29=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE261D is #01D9E2. Grayscale: #656565. Windows color (decimal): -121315 or 1910526. OLE color: 1910526.
HSL color Cylindrical-coordinate representation of color #FE261D: hue angle of 2.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE261D is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 29 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.00 |
| HSL | 2.4º | 0.99% | 0.55% | - |
| HSV(B) | 2.4º | 0.89% | 1% | - |
| XYZ | 41.79 | 22.55 | 3.31 | - |
| YUV | 101.56 | 87.06 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 29 | 0 | 0.85 | 0.89 | 0.00 | 2.4 | 0.99 | 0.55 |
| Hex | FE | 26 | 1D | 0 | 55 | 59 | 0 | 2 | 63 | 37 |
| Octal | 376 | 46 | 35 | 0 | 125 | 131 | 0 | 2 | 143 | 67 |
| Binary | 11111110 | 100110 | 11101 | 0 | 1010101 | 1011001 | 0 | 10 | 1100011 | 110111 |
Color Harmonies of #FE261D
Complementary color
Monochromatic Colors of #FE261D
Black with #FE261D
Text Example
Text Example
White with #FE261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE261D; }
p { color: rgb(254,38,29); }
H1.HeaderClassName
{
color: #FE261D;
}
.AnyTagClassName
{
color: #FE261D;
}
</style>
background-color css
<style>
a { background-color: #FE261D; }
a { background-color: rgb(254,38,29); }
div.DivClassName
{
background-color: #FE261D;
}
.BgClassName
{
background-color: #FE261D;
}
</style>
border-color css
<style>
span { border-color: #FE261D; }
span { border-color: rgb(254,38,29); }
td.TdClassName
{
border-color: #FE261D;
}
.TagClassName
{
border-color: #FE261D;
}
</style>