Shades of Scarlet #FF1E1B
Tints of Scarlet #FF1E1B
RGB
CMYK
RGB Variations
Color information
#FF1E1B (or 0xFF1E1B) is known color: Scarlet. HEX triplet: FF, 1E and 1B. RGB value is (255,30,27). Sum of RGB (Red+Green+Blue) = 255+30+27=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E1B is #00E1E4. Grayscale: #616161. Windows color (decimal): -57829 or 1777407. OLE color: 1777407.
HSL color Cylindrical-coordinate representation of color #FF1E1B: hue angle of 0.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1E1B is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 27 | - |
| CMYK | 0 | 0.88 | 0.89 | 0 |
| HSL | 0.79º | 1% | 0.55% | - |
| HSV(B) | 0.79º | 0.89% | 1% | - |
| XYZ | 41.9 | 22.27 | 3.13 | - |
| YUV | 96.93 | 88.54 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 27 | 0 | 0.88 | 0.89 | 0 | 0.79 | 1 | 0.55 |
| Hex | FF | 1E | 1B | 0 | 58 | 59 | 0 | 1 | 64 | 37 |
| Octal | 377 | 36 | 33 | 0 | 130 | 131 | 0 | 1 | 144 | 67 |
| Binary | 11111111 | 11110 | 11011 | 0 | 1011000 | 1011001 | 0 | 1 | 1100100 | 110111 |
Color Harmonies of #FF1E1B
Complementary color
Monochromatic Colors of #FF1E1B
Black with #FF1E1B
Text Example
Text Example
White with #FF1E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E1B; }
p { color: rgb(255,30,27); }
H1.HeaderClassName
{
color: #FF1E1B;
}
.AnyTagClassName
{
color: #FF1E1B;
}
</style>
background-color css
<style>
a { background-color: #FF1E1B; }
a { background-color: rgb(255,30,27); }
div.DivClassName
{
background-color: #FF1E1B;
}
.BgClassName
{
background-color: #FF1E1B;
}
</style>
border-color css
<style>
span { border-color: #FF1E1B; }
span { border-color: rgb(255,30,27); }
td.TdClassName
{
border-color: #FF1E1B;
}
.TagClassName
{
border-color: #FF1E1B;
}
</style>