Shades of Scarlet #EB2D11
Tints of Scarlet #EB2D11
RGB
CMYK
RGB Variations
Color information
#EB2D11 (or 0xEB2D11) is known color: Scarlet. HEX triplet: EB, 2D and 11. RGB value is (235,45,17). Sum of RGB (Red+Green+Blue) = 235+45+17=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D11 is #14D2EE. Grayscale: #626262. Windows color (decimal): -1364719 or 1125867. OLE color: 1125867.
HSL color Cylindrical-coordinate representation of color #EB2D11: hue angle of 7.71º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB2D11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.08 |
| HSL | 7.71º | 0.87% | 0.49% | - |
| HSV(B) | 7.71º | 0.93% | 0.92% | - |
| XYZ | 35.3 | 19.58 | 2.45 | - |
| YUV | 98.62 | 81.95 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 17 | 0 | 0.81 | 0.93 | 0.08 | 7.71 | 0.87 | 0.49 |
| Hex | EB | 2D | 11 | 0 | 51 | 5D | 8 | 8 | 57 | 31 |
| Octal | 353 | 55 | 21 | 0 | 121 | 135 | 10 | 10 | 127 | 61 |
| Binary | 11101011 | 101101 | 10001 | 0 | 1010001 | 1011101 | 1000 | 1000 | 1010111 | 110001 |
Color Harmonies of #EB2D11
Complementary color
Monochromatic Colors of #EB2D11
Black with #EB2D11
Text Example
Text Example
White with #EB2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D11; }
p { color: rgb(235,45,17); }
H1.HeaderClassName
{
color: #EB2D11;
}
.AnyTagClassName
{
color: #EB2D11;
}
</style>
background-color css
<style>
a { background-color: #EB2D11; }
a { background-color: rgb(235,45,17); }
div.DivClassName
{
background-color: #EB2D11;
}
.BgClassName
{
background-color: #EB2D11;
}
</style>
border-color css
<style>
span { border-color: #EB2D11; }
span { border-color: rgb(235,45,17); }
td.TdClassName
{
border-color: #EB2D11;
}
.TagClassName
{
border-color: #EB2D11;
}
</style>