Shades of Scarlet #FE2707
Tints of Scarlet #FE2707
RGB
CMYK
RGB Variations
Color information
#FE2707 (or 0xFE2707) is known color: Scarlet. HEX triplet: FE, 27 and 07. RGB value is (254,39,7). Sum of RGB (Red+Green+Blue) = 254+39+7=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2707 is #01D8F8. Grayscale: #636363. Windows color (decimal): -121081 or 468990. OLE color: 468990.
HSL color Cylindrical-coordinate representation of color #FE2707: hue angle of 7.77º 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 #FE2707 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.00 |
| HSL | 7.77º | 0.99% | 0.51% | - |
| HSV(B) | 7.77º | 0.97% | 1% | - |
| XYZ | 41.64 | 22.54 | 2.36 | - |
| YUV | 99.64 | 75.73 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 7 | 0 | 0.85 | 0.97 | 0.00 | 7.77 | 0.99 | 0.51 |
| Hex | FE | 27 | 7 | 0 | 55 | 61 | 0 | 8 | 63 | 33 |
| Octal | 376 | 47 | 7 | 0 | 125 | 141 | 0 | 10 | 143 | 63 |
| Binary | 11111110 | 100111 | 111 | 0 | 1010101 | 1100001 | 0 | 1000 | 1100011 | 110011 |
Color Harmonies of #FE2707
Complementary color
Monochromatic Colors of #FE2707
Black with #FE2707
Text Example
Text Example
White with #FE2707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2707; }
p { color: rgb(254,39,7); }
H1.HeaderClassName
{
color: #FE2707;
}
.AnyTagClassName
{
color: #FE2707;
}
</style>
background-color css
<style>
a { background-color: #FE2707; }
a { background-color: rgb(254,39,7); }
div.DivClassName
{
background-color: #FE2707;
}
.BgClassName
{
background-color: #FE2707;
}
</style>
border-color css
<style>
span { border-color: #FE2707; }
span { border-color: rgb(254,39,7); }
td.TdClassName
{
border-color: #FE2707;
}
.TagClassName
{
border-color: #FE2707;
}
</style>