Shades of Scarlet #FE1F0D
Tints of Scarlet #FE1F0D
RGB
CMYK
RGB Variations
Color information
#FE1F0D (or 0xFE1F0D) is known color: Scarlet. HEX triplet: FE, 1F and 0D. RGB value is (254,31,13). Sum of RGB (Red+Green+Blue) = 254+31+13=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F0D is #01E0F2. Grayscale: #5F5F5F. Windows color (decimal): -123123 or 860158. OLE color: 860158.
HSL color Cylindrical-coordinate representation of color #FE1F0D: hue angle of 4.48º 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 #FE1F0D is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 13 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.00 |
| HSL | 4.48º | 0.99% | 0.52% | - |
| HSV(B) | 4.48º | 0.95% | 1% | - |
| XYZ | 41.44 | 22.08 | 2.46 | - |
| YUV | 95.63 | 81.38 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 13 | 0 | 0.88 | 0.95 | 0.00 | 4.48 | 0.99 | 0.52 |
| Hex | FE | 1F | D | 0 | 58 | 5F | 0 | 4 | 63 | 34 |
| Octal | 376 | 37 | 15 | 0 | 130 | 137 | 0 | 4 | 143 | 64 |
| Binary | 11111110 | 11111 | 1101 | 0 | 1011000 | 1011111 | 0 | 100 | 1100011 | 110100 |
Color Harmonies of #FE1F0D
Complementary color
Monochromatic Colors of #FE1F0D
Black with #FE1F0D
Text Example
Text Example
White with #FE1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1F0D; }
p { color: rgb(254,31,13); }
H1.HeaderClassName
{
color: #FE1F0D;
}
.AnyTagClassName
{
color: #FE1F0D;
}
</style>
background-color css
<style>
a { background-color: #FE1F0D; }
a { background-color: rgb(254,31,13); }
div.DivClassName
{
background-color: #FE1F0D;
}
.BgClassName
{
background-color: #FE1F0D;
}
</style>
border-color css
<style>
span { border-color: #FE1F0D; }
span { border-color: rgb(254,31,13); }
td.TdClassName
{
border-color: #FE1F0D;
}
.TagClassName
{
border-color: #FE1F0D;
}
</style>