Shades of Scarlet #FE2A1C
Tints of Scarlet #FE2A1C
RGB
CMYK
RGB Variations
Color information
#FE2A1C (or 0xFE2A1C) is known color: Scarlet. HEX triplet: FE, 2A and 1C. RGB value is (254,42,28). Sum of RGB (Red+Green+Blue) = 254+42+28=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A1C is #01D5E3. Grayscale: #686868. Windows color (decimal): -120292 or 1846014. OLE color: 1846014.
HSL color Cylindrical-coordinate representation of color #FE2A1C: hue angle of 3.72º 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 #FE2A1C is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 28 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.00 |
| HSL | 3.72º | 0.99% | 0.55% | - |
| HSV(B) | 3.72º | 0.89% | 1% | - |
| XYZ | 41.91 | 22.81 | 3.29 | - |
| YUV | 103.79 | 85.24 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 28 | 0 | 0.83 | 0.89 | 0.00 | 3.72 | 0.99 | 0.55 |
| Hex | FE | 2A | 1C | 0 | 53 | 59 | 0 | 4 | 63 | 37 |
| Octal | 376 | 52 | 34 | 0 | 123 | 131 | 0 | 4 | 143 | 67 |
| Binary | 11111110 | 101010 | 11100 | 0 | 1010011 | 1011001 | 0 | 100 | 1100011 | 110111 |
Color Harmonies of #FE2A1C
Complementary color
Monochromatic Colors of #FE2A1C
Black with #FE2A1C
Text Example
Text Example
White with #FE2A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A1C; }
p { color: rgb(254,42,28); }
H1.HeaderClassName
{
color: #FE2A1C;
}
.AnyTagClassName
{
color: #FE2A1C;
}
</style>
background-color css
<style>
a { background-color: #FE2A1C; }
a { background-color: rgb(254,42,28); }
div.DivClassName
{
background-color: #FE2A1C;
}
.BgClassName
{
background-color: #FE2A1C;
}
</style>
border-color css
<style>
span { border-color: #FE2A1C; }
span { border-color: rgb(254,42,28); }
td.TdClassName
{
border-color: #FE2A1C;
}
.TagClassName
{
border-color: #FE2A1C;
}
</style>