Shades of Scarlet #FE1603
Tints of Scarlet #FE1603
RGB
CMYK
RGB Variations
Color information
#FE1603 (or 0xFE1603) is known color: Scarlet. HEX triplet: FE, 16 and 03. RGB value is (254,22,3). Sum of RGB (Red+Green+Blue) = 254+22+3=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1603 is #01E9FC. Grayscale: #595959. Windows color (decimal): -125437 or 202494. OLE color: 202494.
HSL color Cylindrical-coordinate representation of color #FE1603: hue angle of 4.54º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE1603 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.00 |
| HSL | 4.54º | 0.99% | 0.5% | - |
| HSV(B) | 4.54º | 0.99% | 1% | - |
| XYZ | 41.18 | 21.65 | 2.1 | - |
| YUV | 89.2 | 79.36 | 245.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 3 | 0 | 0.91 | 0.99 | 0.00 | 4.54 | 0.99 | 0.5 |
| Hex | FE | 16 | 3 | 0 | 5B | 63 | 0 | 5 | 63 | 32 |
| Octal | 376 | 26 | 3 | 0 | 133 | 143 | 0 | 5 | 143 | 62 |
| Binary | 11111110 | 10110 | 11 | 0 | 1011011 | 1100011 | 0 | 101 | 1100011 | 110010 |
Color Harmonies of #FE1603
Complementary color
Monochromatic Colors of #FE1603
Black with #FE1603
Text Example
Text Example
White with #FE1603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1603; }
p { color: rgb(254,22,3); }
H1.HeaderClassName
{
color: #FE1603;
}
.AnyTagClassName
{
color: #FE1603;
}
</style>
background-color css
<style>
a { background-color: #FE1603; }
a { background-color: rgb(254,22,3); }
div.DivClassName
{
background-color: #FE1603;
}
.BgClassName
{
background-color: #FE1603;
}
</style>
border-color css
<style>
span { border-color: #FE1603; }
span { border-color: rgb(254,22,3); }
td.TdClassName
{
border-color: #FE1603;
}
.TagClassName
{
border-color: #FE1603;
}
</style>