Shades of Scarlet #FE2A07
Tints of Scarlet #FE2A07
RGB
CMYK
RGB Variations
Color information
#FE2A07 (or 0xFE2A07) is known color: Scarlet. HEX triplet: FE, 2A and 07. RGB value is (254,42,7). Sum of RGB (Red+Green+Blue) = 254+42+7=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A07 is #01D5F8. Grayscale: #656565. Windows color (decimal): -120313 or 469758. OLE color: 469758.
HSL color Cylindrical-coordinate representation of color #FE2A07: hue angle of 8.5º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE2A07 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.00 |
| HSL | 8.5º | 0.99% | 0.51% | - |
| HSV(B) | 8.5º | 0.97% | 1% | - |
| XYZ | 41.74 | 22.74 | 2.39 | - |
| YUV | 101.4 | 74.74 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 7 | 0 | 0.83 | 0.97 | 0.00 | 8.5 | 0.99 | 0.51 |
| Hex | FE | 2A | 7 | 0 | 53 | 61 | 0 | 9 | 63 | 33 |
| Octal | 376 | 52 | 7 | 0 | 123 | 141 | 0 | 11 | 143 | 63 |
| Binary | 11111110 | 101010 | 111 | 0 | 1010011 | 1100001 | 0 | 1001 | 1100011 | 110011 |
Color Harmonies of #FE2A07
Complementary color
Monochromatic Colors of #FE2A07
Black with #FE2A07
Text Example
Text Example
White with #FE2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A07; }
p { color: rgb(254,42,7); }
H1.HeaderClassName
{
color: #FE2A07;
}
.AnyTagClassName
{
color: #FE2A07;
}
</style>
background-color css
<style>
a { background-color: #FE2A07; }
a { background-color: rgb(254,42,7); }
div.DivClassName
{
background-color: #FE2A07;
}
.BgClassName
{
background-color: #FE2A07;
}
</style>
border-color css
<style>
span { border-color: #FE2A07; }
span { border-color: rgb(254,42,7); }
td.TdClassName
{
border-color: #FE2A07;
}
.TagClassName
{
border-color: #FE2A07;
}
</style>