Shades of Scarlet #FE290F
Tints of Scarlet #FE290F
RGB
CMYK
RGB Variations
Color information
#FE290F (or 0xFE290F) is known color: Scarlet. HEX triplet: FE, 29 and 0F. RGB value is (254,41,15). Sum of RGB (Red+Green+Blue) = 254+41+15=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE290F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE290F is #01D6F0. Grayscale: #666666. Windows color (decimal): -120561 or 993790. OLE color: 993790.
HSL color Cylindrical-coordinate representation of color #FE290F: hue angle of 6.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE290F is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 15 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.00 |
| HSL | 6.53º | 0.99% | 0.53% | - |
| HSV(B) | 6.53º | 0.94% | 1% | - |
| XYZ | 41.75 | 22.69 | 2.63 | - |
| YUV | 101.72 | 79.07 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 15 | 0 | 0.84 | 0.94 | 0.00 | 6.53 | 0.99 | 0.53 |
| Hex | FE | 29 | F | 0 | 54 | 5E | 0 | 7 | 63 | 35 |
| Octal | 376 | 51 | 17 | 0 | 124 | 136 | 0 | 7 | 143 | 65 |
| Binary | 11111110 | 101001 | 1111 | 0 | 1010100 | 1011110 | 0 | 111 | 1100011 | 110101 |
Color Harmonies of #FE290F
Complementary color
Monochromatic Colors of #FE290F
Black with #FE290F
Text Example
Text Example
White with #FE290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE290F; }
p { color: rgb(254,41,15); }
H1.HeaderClassName
{
color: #FE290F;
}
.AnyTagClassName
{
color: #FE290F;
}
</style>
background-color css
<style>
a { background-color: #FE290F; }
a { background-color: rgb(254,41,15); }
div.DivClassName
{
background-color: #FE290F;
}
.BgClassName
{
background-color: #FE290F;
}
</style>
border-color css
<style>
span { border-color: #FE290F; }
span { border-color: rgb(254,41,15); }
td.TdClassName
{
border-color: #FE290F;
}
.TagClassName
{
border-color: #FE290F;
}
</style>