Shades of Scarlet #FE1302
Tints of Scarlet #FE1302
RGB
CMYK
RGB Variations
Color information
#FE1302 (or 0xFE1302) is known color: Scarlet. HEX triplet: FE, 13 and 02. RGB value is (254,19,2). Sum of RGB (Red+Green+Blue) = 254+19+2=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1302 is #01ECFD. Grayscale: #575757. Windows color (decimal): -126206 or 136190. OLE color: 136190.
HSL color Cylindrical-coordinate representation of color #FE1302: hue angle of 4.05º 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 #FE1302 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.00 |
| HSL | 4.05º | 0.99% | 0.5% | - |
| HSV(B) | 4.05º | 0.99% | 1% | - |
| XYZ | 41.12 | 21.54 | 2.05 | - |
| YUV | 87.33 | 79.86 | 246.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 2 | 0 | 0.93 | 0.99 | 0.00 | 4.05 | 0.99 | 0.5 |
| Hex | FE | 13 | 2 | 0 | 5D | 63 | 0 | 4 | 63 | 32 |
| Octal | 376 | 23 | 2 | 0 | 135 | 143 | 0 | 4 | 143 | 62 |
| Binary | 11111110 | 10011 | 10 | 0 | 1011101 | 1100011 | 0 | 100 | 1100011 | 110010 |
Color Harmonies of #FE1302
Complementary color
Monochromatic Colors of #FE1302
Black with #FE1302
Text Example
Text Example
White with #FE1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1302; }
p { color: rgb(254,19,2); }
H1.HeaderClassName
{
color: #FE1302;
}
.AnyTagClassName
{
color: #FE1302;
}
</style>
background-color css
<style>
a { background-color: #FE1302; }
a { background-color: rgb(254,19,2); }
div.DivClassName
{
background-color: #FE1302;
}
.BgClassName
{
background-color: #FE1302;
}
</style>
border-color css
<style>
span { border-color: #FE1302; }
span { border-color: rgb(254,19,2); }
td.TdClassName
{
border-color: #FE1302;
}
.TagClassName
{
border-color: #FE1302;
}
</style>