Shades of Scarlet #E61B12
Tints of Scarlet #E61B12
RGB
CMYK
RGB Variations
Color information
#E61B12 (or 0xE61B12) is known color: Scarlet. HEX triplet: E6, 1B and 12. RGB value is (230,27,18). Sum of RGB (Red+Green+Blue) = 230+27+18=275 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.64% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61B12 is #19E4ED. Grayscale: #565656. Windows color (decimal): -1697006 or 1186790. OLE color: 1186790.
HSL color Cylindrical-coordinate representation of color #E61B12: hue angle of 2.55º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61B12 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 18 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.10 |
| HSL | 2.55º | 0.85% | 0.49% | - |
| HSV(B) | 2.55º | 0.92% | 0.9% | - |
| XYZ | 33.13 | 17.65 | 2.23 | - |
| YUV | 86.67 | 89.25 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 18 | 0 | 0.88 | 0.92 | 0.10 | 2.55 | 0.85 | 0.49 |
| Hex | E6 | 1B | 12 | 0 | 58 | 5C | A | 3 | 55 | 31 |
| Octal | 346 | 33 | 22 | 0 | 130 | 134 | 12 | 3 | 125 | 61 |
| Binary | 11100110 | 11011 | 10010 | 0 | 1011000 | 1011100 | 1010 | 11 | 1010101 | 110001 |
Color Harmonies of #E61B12
Complementary color
Monochromatic Colors of #E61B12
Black with #E61B12
Text Example
Text Example
White with #E61B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B12; }
p { color: rgb(230,27,18); }
H1.HeaderClassName
{
color: #E61B12;
}
.AnyTagClassName
{
color: #E61B12;
}
</style>
background-color css
<style>
a { background-color: #E61B12; }
a { background-color: rgb(230,27,18); }
div.DivClassName
{
background-color: #E61B12;
}
.BgClassName
{
background-color: #E61B12;
}
</style>
border-color css
<style>
span { border-color: #E61B12; }
span { border-color: rgb(230,27,18); }
td.TdClassName
{
border-color: #E61B12;
}
.TagClassName
{
border-color: #E61B12;
}
</style>