Shades of Scarlet #FE1306
Tints of Scarlet #FE1306
RGB
CMYK
RGB Variations
Color information
#FE1306 (or 0xFE1306) is known color: Scarlet. HEX triplet: FE, 13 and 06. RGB value is (254,19,6). Sum of RGB (Red+Green+Blue) = 254+19+6=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1306 is #01ECF9. Grayscale: #585858. Windows color (decimal): -126202 or 398334. OLE color: 398334.
HSL color Cylindrical-coordinate representation of color #FE1306: hue angle of 3.15º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE1306 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 6 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.00 |
| HSL | 3.15º | 0.99% | 0.51% | - |
| HSV(B) | 3.15º | 0.98% | 1% | - |
| XYZ | 41.14 | 21.55 | 2.16 | - |
| YUV | 87.78 | 81.86 | 246.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 6 | 0 | 0.93 | 0.98 | 0.00 | 3.15 | 0.99 | 0.51 |
| Hex | FE | 13 | 6 | 0 | 5D | 62 | 0 | 3 | 63 | 33 |
| Octal | 376 | 23 | 6 | 0 | 135 | 142 | 0 | 3 | 143 | 63 |
| Binary | 11111110 | 10011 | 110 | 0 | 1011101 | 1100010 | 0 | 11 | 1100011 | 110011 |
Color Harmonies of #FE1306
Complementary color
Monochromatic Colors of #FE1306
Black with #FE1306
Text Example
Text Example
White with #FE1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1306; }
p { color: rgb(254,19,6); }
H1.HeaderClassName
{
color: #FE1306;
}
.AnyTagClassName
{
color: #FE1306;
}
</style>
background-color css
<style>
a { background-color: #FE1306; }
a { background-color: rgb(254,19,6); }
div.DivClassName
{
background-color: #FE1306;
}
.BgClassName
{
background-color: #FE1306;
}
</style>
border-color css
<style>
span { border-color: #FE1306; }
span { border-color: rgb(254,19,6); }
td.TdClassName
{
border-color: #FE1306;
}
.TagClassName
{
border-color: #FE1306;
}
</style>