Shades of Scarlet #FE150D
Tints of Scarlet #FE150D
RGB
CMYK
RGB Variations
Color information
#FE150D (or 0xFE150D) is known color: Scarlet. HEX triplet: FE, 15 and 0D. RGB value is (254,21,13). Sum of RGB (Red+Green+Blue) = 254+21+13=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE150D is #01EAF2. Grayscale: #5A5A5A. Windows color (decimal): -125683 or 857598. OLE color: 857598.
HSL color Cylindrical-coordinate representation of color #FE150D: hue angle of 1.99º 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 #FE150D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.00 |
| HSL | 1.99º | 0.99% | 0.52% | - |
| HSV(B) | 1.99º | 0.95% | 1% | - |
| XYZ | 41.21 | 21.64 | 2.38 | - |
| YUV | 89.76 | 84.69 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 13 | 0 | 0.92 | 0.95 | 0.00 | 1.99 | 0.99 | 0.52 |
| Hex | FE | 15 | D | 0 | 5C | 5F | 0 | 2 | 63 | 34 |
| Octal | 376 | 25 | 15 | 0 | 134 | 137 | 0 | 2 | 143 | 64 |
| Binary | 11111110 | 10101 | 1101 | 0 | 1011100 | 1011111 | 0 | 10 | 1100011 | 110100 |
Color Harmonies of #FE150D
Complementary color
Monochromatic Colors of #FE150D
Black with #FE150D
Text Example
Text Example
White with #FE150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE150D; }
p { color: rgb(254,21,13); }
H1.HeaderClassName
{
color: #FE150D;
}
.AnyTagClassName
{
color: #FE150D;
}
</style>
background-color css
<style>
a { background-color: #FE150D; }
a { background-color: rgb(254,21,13); }
div.DivClassName
{
background-color: #FE150D;
}
.BgClassName
{
background-color: #FE150D;
}
</style>
border-color css
<style>
span { border-color: #FE150D; }
span { border-color: rgb(254,21,13); }
td.TdClassName
{
border-color: #FE150D;
}
.TagClassName
{
border-color: #FE150D;
}
</style>