Shades of Scarlet #FE1602
Tints of Scarlet #FE1602
RGB
CMYK
RGB Variations
Color information
#FE1602 (or 0xFE1602) is known color: Scarlet. HEX triplet: FE, 16 and 02. RGB value is (254,22,2). Sum of RGB (Red+Green+Blue) = 254+22+2=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1602 is #01E9FD. Grayscale: #595959. Windows color (decimal): -125438 or 136958. OLE color: 136958.
HSL color Cylindrical-coordinate representation of color #FE1602: hue angle of 4.76º 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 #FE1602 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.00 |
| HSL | 4.76º | 0.99% | 0.5% | - |
| HSV(B) | 4.76º | 0.99% | 1% | - |
| XYZ | 41.17 | 21.65 | 2.07 | - |
| YUV | 89.09 | 78.86 | 245.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 2 | 0 | 0.91 | 0.99 | 0.00 | 4.76 | 0.99 | 0.5 |
| Hex | FE | 16 | 2 | 0 | 5B | 63 | 0 | 5 | 63 | 32 |
| Octal | 376 | 26 | 2 | 0 | 133 | 143 | 0 | 5 | 143 | 62 |
| Binary | 11111110 | 10110 | 10 | 0 | 1011011 | 1100011 | 0 | 101 | 1100011 | 110010 |
Color Harmonies of #FE1602
Complementary color
Monochromatic Colors of #FE1602
Black with #FE1602
Text Example
Text Example
White with #FE1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1602; }
p { color: rgb(254,22,2); }
H1.HeaderClassName
{
color: #FE1602;
}
.AnyTagClassName
{
color: #FE1602;
}
</style>
background-color css
<style>
a { background-color: #FE1602; }
a { background-color: rgb(254,22,2); }
div.DivClassName
{
background-color: #FE1602;
}
.BgClassName
{
background-color: #FE1602;
}
</style>
border-color css
<style>
span { border-color: #FE1602; }
span { border-color: rgb(254,22,2); }
td.TdClassName
{
border-color: #FE1602;
}
.TagClassName
{
border-color: #FE1602;
}
</style>