Shades of Scarlet #FE1A0D
Tints of Scarlet #FE1A0D
RGB
CMYK
RGB Variations
Color information
#FE1A0D (or 0xFE1A0D) is known color: Scarlet. HEX triplet: FE, 1A and 0D. RGB value is (254,26,13). Sum of RGB (Red+Green+Blue) = 254+26+13=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1A0D is #01E5F2. Grayscale: #5C5C5C. Windows color (decimal): -124403 or 858878. OLE color: 858878.
HSL color Cylindrical-coordinate representation of color #FE1A0D: hue angle of 3.24º 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 #FE1A0D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 13 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.00 |
| HSL | 3.24º | 0.99% | 0.52% | - |
| HSV(B) | 3.24º | 0.95% | 1% | - |
| XYZ | 41.32 | 21.84 | 2.42 | - |
| YUV | 92.69 | 83.04 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 13 | 0 | 0.90 | 0.95 | 0.00 | 3.24 | 0.99 | 0.52 |
| Hex | FE | 1A | D | 0 | 5A | 5F | 0 | 3 | 63 | 34 |
| Octal | 376 | 32 | 15 | 0 | 132 | 137 | 0 | 3 | 143 | 64 |
| Binary | 11111110 | 11010 | 1101 | 0 | 1011010 | 1011111 | 0 | 11 | 1100011 | 110100 |
Color Harmonies of #FE1A0D
Complementary color
Monochromatic Colors of #FE1A0D
Black with #FE1A0D
Text Example
Text Example
White with #FE1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A0D; }
p { color: rgb(254,26,13); }
H1.HeaderClassName
{
color: #FE1A0D;
}
.AnyTagClassName
{
color: #FE1A0D;
}
</style>
background-color css
<style>
a { background-color: #FE1A0D; }
a { background-color: rgb(254,26,13); }
div.DivClassName
{
background-color: #FE1A0D;
}
.BgClassName
{
background-color: #FE1A0D;
}
</style>
border-color css
<style>
span { border-color: #FE1A0D; }
span { border-color: rgb(254,26,13); }
td.TdClassName
{
border-color: #FE1A0D;
}
.TagClassName
{
border-color: #FE1A0D;
}
</style>