Shades of Scarlet #FE271C
Tints of Scarlet #FE271C
RGB
CMYK
RGB Variations
Color information
#FE271C (or 0xFE271C) is known color: Scarlet. HEX triplet: FE, 27 and 1C. RGB value is (254,39,28). Sum of RGB (Red+Green+Blue) = 254+39+28=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE271C is #01D8E3. Grayscale: #666666. Windows color (decimal): -121060 or 1845246. OLE color: 1845246.
HSL color Cylindrical-coordinate representation of color #FE271C: hue angle of 2.92º 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 #FE271C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 28 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.00 |
| HSL | 2.92º | 0.99% | 0.55% | - |
| HSV(B) | 2.92º | 0.89% | 1% | - |
| XYZ | 41.81 | 22.61 | 3.26 | - |
| YUV | 102.03 | 86.23 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 28 | 0 | 0.85 | 0.89 | 0.00 | 2.92 | 0.99 | 0.55 |
| Hex | FE | 27 | 1C | 0 | 55 | 59 | 0 | 3 | 63 | 37 |
| Octal | 376 | 47 | 34 | 0 | 125 | 131 | 0 | 3 | 143 | 67 |
| Binary | 11111110 | 100111 | 11100 | 0 | 1010101 | 1011001 | 0 | 11 | 1100011 | 110111 |
Color Harmonies of #FE271C
Complementary color
Monochromatic Colors of #FE271C
Black with #FE271C
Text Example
Text Example
White with #FE271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE271C; }
p { color: rgb(254,39,28); }
H1.HeaderClassName
{
color: #FE271C;
}
.AnyTagClassName
{
color: #FE271C;
}
</style>
background-color css
<style>
a { background-color: #FE271C; }
a { background-color: rgb(254,39,28); }
div.DivClassName
{
background-color: #FE271C;
}
.BgClassName
{
background-color: #FE271C;
}
</style>
border-color css
<style>
span { border-color: #FE271C; }
span { border-color: rgb(254,39,28); }
td.TdClassName
{
border-color: #FE271C;
}
.TagClassName
{
border-color: #FE271C;
}
</style>