Shades of Scarlet #EB2B0C
Tints of Scarlet #EB2B0C
RGB
CMYK
RGB Variations
Color information
#EB2B0C (or 0xEB2B0C) is known color: Scarlet. HEX triplet: EB, 2B and 0C. RGB value is (235,43,12). Sum of RGB (Red+Green+Blue) = 235+43+12=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2B0C is #14D4F3. Grayscale: #616161. Windows color (decimal): -1365236 or 797675. OLE color: 797675.
HSL color Cylindrical-coordinate representation of color #EB2B0C: hue angle of 8.34º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB2B0C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 43 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.08 |
| HSL | 8.34º | 0.9% | 0.48% | - |
| HSV(B) | 8.34º | 0.95% | 0.92% | - |
| XYZ | 35.19 | 19.42 | 2.24 | - |
| YUV | 96.87 | 80.11 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 43 | 12 | 0 | 0.82 | 0.95 | 0.08 | 8.34 | 0.9 | 0.48 |
| Hex | EB | 2B | C | 0 | 52 | 5F | 8 | 8 | 5A | 30 |
| Octal | 353 | 53 | 14 | 0 | 122 | 137 | 10 | 10 | 132 | 60 |
| Binary | 11101011 | 101011 | 1100 | 0 | 1010010 | 1011111 | 1000 | 1000 | 1011010 | 110000 |
Color Harmonies of #EB2B0C
Complementary color
Monochromatic Colors of #EB2B0C
Black with #EB2B0C
Text Example
Text Example
White with #EB2B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2B0C; }
p { color: rgb(235,43,12); }
H1.HeaderClassName
{
color: #EB2B0C;
}
.AnyTagClassName
{
color: #EB2B0C;
}
</style>
background-color css
<style>
a { background-color: #EB2B0C; }
a { background-color: rgb(235,43,12); }
div.DivClassName
{
background-color: #EB2B0C;
}
.BgClassName
{
background-color: #EB2B0C;
}
</style>
border-color css
<style>
span { border-color: #EB2B0C; }
span { border-color: rgb(235,43,12); }
td.TdClassName
{
border-color: #EB2B0C;
}
.TagClassName
{
border-color: #EB2B0C;
}
</style>