Shades of Scarlet #FE1502
Tints of Scarlet #FE1502
RGB
CMYK
RGB Variations
Color information
#FE1502 (or 0xFE1502) is known color: Scarlet. HEX triplet: FE, 15 and 02. RGB value is (254,21,2). Sum of RGB (Red+Green+Blue) = 254+21+2=277 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.70% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1502 is #01EAFD. Grayscale: #585858. Windows color (decimal): -125694 or 136702. OLE color: 136702.
HSL color Cylindrical-coordinate representation of color #FE1502: hue angle of 4.52º 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 #FE1502 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.00 |
| HSL | 4.52º | 0.99% | 0.5% | - |
| HSV(B) | 4.52º | 0.99% | 1% | - |
| XYZ | 41.15 | 21.61 | 2.06 | - |
| YUV | 88.5 | 79.19 | 246.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 2 | 0 | 0.92 | 0.99 | 0.00 | 4.52 | 0.99 | 0.5 |
| Hex | FE | 15 | 2 | 0 | 5C | 63 | 0 | 5 | 63 | 32 |
| Octal | 376 | 25 | 2 | 0 | 134 | 143 | 0 | 5 | 143 | 62 |
| Binary | 11111110 | 10101 | 10 | 0 | 1011100 | 1100011 | 0 | 101 | 1100011 | 110010 |
Color Harmonies of #FE1502
Complementary color
Monochromatic Colors of #FE1502
Black with #FE1502
Text Example
Text Example
White with #FE1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1502; }
p { color: rgb(254,21,2); }
H1.HeaderClassName
{
color: #FE1502;
}
.AnyTagClassName
{
color: #FE1502;
}
</style>
background-color css
<style>
a { background-color: #FE1502; }
a { background-color: rgb(254,21,2); }
div.DivClassName
{
background-color: #FE1502;
}
.BgClassName
{
background-color: #FE1502;
}
</style>
border-color css
<style>
span { border-color: #FE1502; }
span { border-color: rgb(254,21,2); }
td.TdClassName
{
border-color: #FE1502;
}
.TagClassName
{
border-color: #FE1502;
}
</style>