Shades of Scarlet #FE2613
Tints of Scarlet #FE2613
RGB
CMYK
RGB Variations
Color information
#FE2613 (or 0xFE2613) is known color: Scarlet. HEX triplet: FE, 26 and 13. RGB value is (254,38,19). Sum of RGB (Red+Green+Blue) = 254+38+19=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2613 is #01D9EC. Grayscale: #646464. Windows color (decimal): -121325 or 1255166. OLE color: 1255166.
HSL color Cylindrical-coordinate representation of color #FE2613: hue angle of 4.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE2613 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 19 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.00 |
| HSL | 4.85º | 0.99% | 0.54% | - |
| HSV(B) | 4.85º | 0.93% | 1% | - |
| XYZ | 41.68 | 22.5 | 2.76 | - |
| YUV | 100.42 | 82.06 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 19 | 0 | 0.85 | 0.93 | 0.00 | 4.85 | 0.99 | 0.54 |
| Hex | FE | 26 | 13 | 0 | 55 | 5D | 0 | 5 | 63 | 36 |
| Octal | 376 | 46 | 23 | 0 | 125 | 135 | 0 | 5 | 143 | 66 |
| Binary | 11111110 | 100110 | 10011 | 0 | 1010101 | 1011101 | 0 | 101 | 1100011 | 110110 |
Color Harmonies of #FE2613
Complementary color
Monochromatic Colors of #FE2613
Black with #FE2613
Text Example
Text Example
White with #FE2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2613; }
p { color: rgb(254,38,19); }
H1.HeaderClassName
{
color: #FE2613;
}
.AnyTagClassName
{
color: #FE2613;
}
</style>
background-color css
<style>
a { background-color: #FE2613; }
a { background-color: rgb(254,38,19); }
div.DivClassName
{
background-color: #FE2613;
}
.BgClassName
{
background-color: #FE2613;
}
</style>
border-color css
<style>
span { border-color: #FE2613; }
span { border-color: rgb(254,38,19); }
td.TdClassName
{
border-color: #FE2613;
}
.TagClassName
{
border-color: #FE2613;
}
</style>