Shades of Scarlet #E61B1A
Tints of Scarlet #E61B1A
RGB
CMYK
RGB Variations
Color information
#E61B1A (or 0xE61B1A) is known color: Scarlet. HEX triplet: E6, 1B and 1A. RGB value is (230,27,26). Sum of RGB (Red+Green+Blue) = 230+27+26=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61B1A is #19E4E5. Grayscale: #575757. Windows color (decimal): -1696998 or 1711078. OLE color: 1711078.
HSL color Cylindrical-coordinate representation of color #E61B1A: hue angle of 0.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61B1A is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 26 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.10 |
| HSL | 0.29º | 0.8% | 0.5% | - |
| HSV(B) | 0.29º | 0.89% | 0.9% | - |
| XYZ | 33.21 | 17.68 | 2.64 | - |
| YUV | 87.58 | 93.25 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 26 | 0 | 0.88 | 0.89 | 0.10 | 0.29 | 0.8 | 0.5 |
| Hex | E6 | 1B | 1A | 0 | 58 | 59 | A | 0 | 50 | 32 |
| Octal | 346 | 33 | 32 | 0 | 130 | 131 | 12 | 0 | 120 | 62 |
| Binary | 11100110 | 11011 | 11010 | 0 | 1011000 | 1011001 | 1010 | 0 | 1010000 | 110010 |
Color Harmonies of #E61B1A
Complementary color
Monochromatic Colors of #E61B1A
Black with #E61B1A
Text Example
Text Example
White with #E61B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B1A; }
p { color: rgb(230,27,26); }
H1.HeaderClassName
{
color: #E61B1A;
}
.AnyTagClassName
{
color: #E61B1A;
}
</style>
background-color css
<style>
a { background-color: #E61B1A; }
a { background-color: rgb(230,27,26); }
div.DivClassName
{
background-color: #E61B1A;
}
.BgClassName
{
background-color: #E61B1A;
}
</style>
border-color css
<style>
span { border-color: #E61B1A; }
span { border-color: rgb(230,27,26); }
td.TdClassName
{
border-color: #E61B1A;
}
.TagClassName
{
border-color: #E61B1A;
}
</style>