Shades of Scarlet #FF1E12
Tints of Scarlet #FF1E12
RGB
CMYK
RGB Variations
Color information
#FF1E12 (or 0xFF1E12) is known color: Scarlet. HEX triplet: FF, 1E and 12. RGB value is (255,30,18). Sum of RGB (Red+Green+Blue) = 255+30+18=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1E12 is #00E1ED. Grayscale: #606060. Windows color (decimal): -57838 or 1187583. OLE color: 1187583.
HSL color Cylindrical-coordinate representation of color #FF1E12: hue angle of 3.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1E12 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 18 | - |
| CMYK | 0 | 0.88 | 0.93 | 0 |
| HSL | 3.04º | 1% | 0.54% | - |
| HSV(B) | 3.04º | 0.93% | 1% | - |
| XYZ | 41.81 | 22.23 | 2.66 | - |
| YUV | 95.91 | 84.04 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 18 | 0 | 0.88 | 0.93 | 0 | 3.04 | 1 | 0.54 |
| Hex | FF | 1E | 12 | 0 | 58 | 5D | 0 | 3 | 64 | 36 |
| Octal | 377 | 36 | 22 | 0 | 130 | 135 | 0 | 3 | 144 | 66 |
| Binary | 11111111 | 11110 | 10010 | 0 | 1011000 | 1011101 | 0 | 11 | 1100100 | 110110 |
Color Harmonies of #FF1E12
Complementary color
Monochromatic Colors of #FF1E12
Black with #FF1E12
Text Example
Text Example
White with #FF1E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E12; }
p { color: rgb(255,30,18); }
H1.HeaderClassName
{
color: #FF1E12;
}
.AnyTagClassName
{
color: #FF1E12;
}
</style>
background-color css
<style>
a { background-color: #FF1E12; }
a { background-color: rgb(255,30,18); }
div.DivClassName
{
background-color: #FF1E12;
}
.BgClassName
{
background-color: #FF1E12;
}
</style>
border-color css
<style>
span { border-color: #FF1E12; }
span { border-color: rgb(255,30,18); }
td.TdClassName
{
border-color: #FF1E12;
}
.TagClassName
{
border-color: #FF1E12;
}
</style>