Shades of Scarlet #FE2A1D
Tints of Scarlet #FE2A1D
RGB
CMYK
RGB Variations
Color information
#FE2A1D (or 0xFE2A1D) is known color: Scarlet. HEX triplet: FE, 2A and 1D. RGB value is (254,42,29). Sum of RGB (Red+Green+Blue) = 254+42+29=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A1D is #01D5E2. Grayscale: #686868. Windows color (decimal): -120291 or 1911550. OLE color: 1911550.
HSL color Cylindrical-coordinate representation of color #FE2A1D: hue angle of 3.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE2A1D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 29 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.00 |
| HSL | 3.47º | 0.99% | 0.55% | - |
| HSV(B) | 3.47º | 0.89% | 1% | - |
| XYZ | 41.92 | 22.82 | 3.36 | - |
| YUV | 103.91 | 85.74 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 29 | 0 | 0.83 | 0.89 | 0.00 | 3.47 | 0.99 | 0.55 |
| Hex | FE | 2A | 1D | 0 | 53 | 59 | 0 | 3 | 63 | 37 |
| Octal | 376 | 52 | 35 | 0 | 123 | 131 | 0 | 3 | 143 | 67 |
| Binary | 11111110 | 101010 | 11101 | 0 | 1010011 | 1011001 | 0 | 11 | 1100011 | 110111 |
Color Harmonies of #FE2A1D
Complementary color
Monochromatic Colors of #FE2A1D
Black with #FE2A1D
Text Example
Text Example
White with #FE2A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A1D; }
p { color: rgb(254,42,29); }
H1.HeaderClassName
{
color: #FE2A1D;
}
.AnyTagClassName
{
color: #FE2A1D;
}
</style>
background-color css
<style>
a { background-color: #FE2A1D; }
a { background-color: rgb(254,42,29); }
div.DivClassName
{
background-color: #FE2A1D;
}
.BgClassName
{
background-color: #FE2A1D;
}
</style>
border-color css
<style>
span { border-color: #FE2A1D; }
span { border-color: rgb(254,42,29); }
td.TdClassName
{
border-color: #FE2A1D;
}
.TagClassName
{
border-color: #FE2A1D;
}
</style>