Shades of Scarlet #FF1E15
Tints of Scarlet #FF1E15
RGB
CMYK
RGB Variations
Color information
#FF1E15 (or 0xFF1E15) is known color: Scarlet. HEX triplet: FF, 1E and 15. RGB value is (255,30,21). Sum of RGB (Red+Green+Blue) = 255+30+21=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1E15 is #00E1EA. Grayscale: #606060. Windows color (decimal): -57835 or 1384191. OLE color: 1384191.
HSL color Cylindrical-coordinate representation of color #FF1E15: hue angle of 2.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1E15 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 21 | - |
| CMYK | 0 | 0.88 | 0.92 | 0 |
| HSL | 2.31º | 1% | 0.54% | - |
| HSV(B) | 2.31º | 0.92% | 1% | - |
| XYZ | 41.84 | 22.24 | 2.8 | - |
| YUV | 96.25 | 85.54 | 241.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 21 | 0 | 0.88 | 0.92 | 0 | 2.31 | 1 | 0.54 |
| Hex | FF | 1E | 15 | 0 | 58 | 5C | 0 | 2 | 64 | 36 |
| Octal | 377 | 36 | 25 | 0 | 130 | 134 | 0 | 2 | 144 | 66 |
| Binary | 11111111 | 11110 | 10101 | 0 | 1011000 | 1011100 | 0 | 10 | 1100100 | 110110 |
Color Harmonies of #FF1E15
Complementary color
Monochromatic Colors of #FF1E15
Black with #FF1E15
Text Example
Text Example
White with #FF1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E15; }
p { color: rgb(255,30,21); }
H1.HeaderClassName
{
color: #FF1E15;
}
.AnyTagClassName
{
color: #FF1E15;
}
</style>
background-color css
<style>
a { background-color: #FF1E15; }
a { background-color: rgb(255,30,21); }
div.DivClassName
{
background-color: #FF1E15;
}
.BgClassName
{
background-color: #FF1E15;
}
</style>
border-color css
<style>
span { border-color: #FF1E15; }
span { border-color: rgb(255,30,21); }
td.TdClassName
{
border-color: #FF1E15;
}
.TagClassName
{
border-color: #FF1E15;
}
</style>