Shades of Scarlet #FE290D
Tints of Scarlet #FE290D
RGB
CMYK
RGB Variations
Color information
#FE290D (or 0xFE290D) is known color: Scarlet. HEX triplet: FE, 29 and 0D. RGB value is (254,41,13). Sum of RGB (Red+Green+Blue) = 254+41+13=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE290D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE290D is #01D6F2. Grayscale: #656565. Windows color (decimal): -120563 or 862718. OLE color: 862718.
HSL color Cylindrical-coordinate representation of color #FE290D: hue angle of 6.97º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE290D is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 13 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.00 |
| HSL | 6.97º | 0.99% | 0.52% | - |
| HSV(B) | 6.97º | 0.95% | 1% | - |
| XYZ | 41.74 | 22.69 | 2.56 | - |
| YUV | 101.5 | 78.07 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 13 | 0 | 0.84 | 0.95 | 0.00 | 6.97 | 0.99 | 0.52 |
| Hex | FE | 29 | D | 0 | 54 | 5F | 0 | 7 | 63 | 34 |
| Octal | 376 | 51 | 15 | 0 | 124 | 137 | 0 | 7 | 143 | 64 |
| Binary | 11111110 | 101001 | 1101 | 0 | 1010100 | 1011111 | 0 | 111 | 1100011 | 110100 |
Color Harmonies of #FE290D
Complementary color
Monochromatic Colors of #FE290D
Black with #FE290D
Text Example
Text Example
White with #FE290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE290D; }
p { color: rgb(254,41,13); }
H1.HeaderClassName
{
color: #FE290D;
}
.AnyTagClassName
{
color: #FE290D;
}
</style>
background-color css
<style>
a { background-color: #FE290D; }
a { background-color: rgb(254,41,13); }
div.DivClassName
{
background-color: #FE290D;
}
.BgClassName
{
background-color: #FE290D;
}
</style>
border-color css
<style>
span { border-color: #FE290D; }
span { border-color: rgb(254,41,13); }
td.TdClassName
{
border-color: #FE290D;
}
.TagClassName
{
border-color: #FE290D;
}
</style>