Shades of Scarlet #FE2313
Tints of Scarlet #FE2313
RGB
CMYK
RGB Variations
Color information
#FE2313 (or 0xFE2313) is known color: Scarlet. HEX triplet: FE, 23 and 13. RGB value is (254,35,19). Sum of RGB (Red+Green+Blue) = 254+35+19=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2313 is #01DCEC. Grayscale: #626262. Windows color (decimal): -122093 or 1254398. OLE color: 1254398.
HSL color Cylindrical-coordinate representation of color #FE2313: hue angle of 4.09º 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 #FE2313 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 19 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.00 |
| HSL | 4.09º | 0.99% | 0.54% | - |
| HSV(B) | 4.09º | 0.93% | 1% | - |
| XYZ | 41.59 | 22.32 | 2.73 | - |
| YUV | 98.66 | 83.05 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 19 | 0 | 0.86 | 0.93 | 0.00 | 4.09 | 0.99 | 0.54 |
| Hex | FE | 23 | 13 | 0 | 56 | 5D | 0 | 4 | 63 | 36 |
| Octal | 376 | 43 | 23 | 0 | 126 | 135 | 0 | 4 | 143 | 66 |
| Binary | 11111110 | 100011 | 10011 | 0 | 1010110 | 1011101 | 0 | 100 | 1100011 | 110110 |
Color Harmonies of #FE2313
Complementary color
Monochromatic Colors of #FE2313
Black with #FE2313
Text Example
Text Example
White with #FE2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2313; }
p { color: rgb(254,35,19); }
H1.HeaderClassName
{
color: #FE2313;
}
.AnyTagClassName
{
color: #FE2313;
}
</style>
background-color css
<style>
a { background-color: #FE2313; }
a { background-color: rgb(254,35,19); }
div.DivClassName
{
background-color: #FE2313;
}
.BgClassName
{
background-color: #FE2313;
}
</style>
border-color css
<style>
span { border-color: #FE2313; }
span { border-color: rgb(254,35,19); }
td.TdClassName
{
border-color: #FE2313;
}
.TagClassName
{
border-color: #FE2313;
}
</style>