Shades of Scarlet #FE1607
Tints of Scarlet #FE1607
RGB
CMYK
RGB Variations
Color information
#FE1607 (or 0xFE1607) is known color: Scarlet. HEX triplet: FE, 16 and 07. RGB value is (254,22,7). Sum of RGB (Red+Green+Blue) = 254+22+7=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1607 is #01E9F8. Grayscale: #595959. Windows color (decimal): -125433 or 464638. OLE color: 464638.
HSL color Cylindrical-coordinate representation of color #FE1607: hue angle of 3.64º 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 #FE1607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.00 |
| HSL | 3.64º | 0.99% | 0.51% | - |
| HSV(B) | 3.64º | 0.97% | 1% | - |
| XYZ | 41.2 | 21.66 | 2.21 | - |
| YUV | 89.66 | 81.36 | 245.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 7 | 0 | 0.91 | 0.97 | 0.00 | 3.64 | 0.99 | 0.51 |
| Hex | FE | 16 | 7 | 0 | 5B | 61 | 0 | 4 | 63 | 33 |
| Octal | 376 | 26 | 7 | 0 | 133 | 141 | 0 | 4 | 143 | 63 |
| Binary | 11111110 | 10110 | 111 | 0 | 1011011 | 1100001 | 0 | 100 | 1100011 | 110011 |
Color Harmonies of #FE1607
Complementary color
Monochromatic Colors of #FE1607
Black with #FE1607
Text Example
Text Example
White with #FE1607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1607; }
p { color: rgb(254,22,7); }
H1.HeaderClassName
{
color: #FE1607;
}
.AnyTagClassName
{
color: #FE1607;
}
</style>
background-color css
<style>
a { background-color: #FE1607; }
a { background-color: rgb(254,22,7); }
div.DivClassName
{
background-color: #FE1607;
}
.BgClassName
{
background-color: #FE1607;
}
</style>
border-color css
<style>
span { border-color: #FE1607; }
span { border-color: rgb(254,22,7); }
td.TdClassName
{
border-color: #FE1607;
}
.TagClassName
{
border-color: #FE1607;
}
</style>