Shades of Scarlet #FE2704
Tints of Scarlet #FE2704
RGB
CMYK
RGB Variations
Color information
#FE2704 (or 0xFE2704) is known color: Scarlet. HEX triplet: FE, 27 and 04. RGB value is (254,39,4). Sum of RGB (Red+Green+Blue) = 254+39+4=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2704 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2704 is #01D8FB. Grayscale: #636363. Windows color (decimal): -121084 or 272382. OLE color: 272382.
HSL color Cylindrical-coordinate representation of color #FE2704: hue angle of 8.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE2704 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.00 |
| HSL | 8.4º | 0.99% | 0.51% | - |
| HSV(B) | 8.4º | 0.98% | 1% | - |
| XYZ | 41.62 | 22.53 | 2.27 | - |
| YUV | 99.3 | 74.23 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 4 | 0 | 0.85 | 0.98 | 0.00 | 8.4 | 0.99 | 0.51 |
| Hex | FE | 27 | 4 | 0 | 55 | 62 | 0 | 8 | 63 | 33 |
| Octal | 376 | 47 | 4 | 0 | 125 | 142 | 0 | 10 | 143 | 63 |
| Binary | 11111110 | 100111 | 100 | 0 | 1010101 | 1100010 | 0 | 1000 | 1100011 | 110011 |
Color Harmonies of #FE2704
Complementary color
Monochromatic Colors of #FE2704
Black with #FE2704
Text Example
Text Example
White with #FE2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2704; }
p { color: rgb(254,39,4); }
H1.HeaderClassName
{
color: #FE2704;
}
.AnyTagClassName
{
color: #FE2704;
}
</style>
background-color css
<style>
a { background-color: #FE2704; }
a { background-color: rgb(254,39,4); }
div.DivClassName
{
background-color: #FE2704;
}
.BgClassName
{
background-color: #FE2704;
}
</style>
border-color css
<style>
span { border-color: #FE2704; }
span { border-color: rgb(254,39,4); }
td.TdClassName
{
border-color: #FE2704;
}
.TagClassName
{
border-color: #FE2704;
}
</style>