Shades of Scarlet #EB2D0C
Tints of Scarlet #EB2D0C
RGB
CMYK
RGB Variations
Color information
#EB2D0C (or 0xEB2D0C) is known color: Scarlet. HEX triplet: EB, 2D and 0C. RGB value is (235,45,12). Sum of RGB (Red+Green+Blue) = 235+45+12=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D0C is #14D2F3. Grayscale: #626262. Windows color (decimal): -1364724 or 798187. OLE color: 798187.
HSL color Cylindrical-coordinate representation of color #EB2D0C: hue angle of 8.88º 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 #EB2D0C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 12 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.08 |
| HSL | 8.88º | 0.9% | 0.48% | - |
| HSV(B) | 8.88º | 0.95% | 0.92% | - |
| XYZ | 35.27 | 19.57 | 2.27 | - |
| YUV | 98.05 | 79.45 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 12 | 0 | 0.81 | 0.95 | 0.08 | 8.88 | 0.9 | 0.48 |
| Hex | EB | 2D | C | 0 | 51 | 5F | 8 | 9 | 5A | 30 |
| Octal | 353 | 55 | 14 | 0 | 121 | 137 | 10 | 11 | 132 | 60 |
| Binary | 11101011 | 101101 | 1100 | 0 | 1010001 | 1011111 | 1000 | 1001 | 1011010 | 110000 |
Color Harmonies of #EB2D0C
Complementary color
Monochromatic Colors of #EB2D0C
Black with #EB2D0C
Text Example
Text Example
White with #EB2D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D0C; }
p { color: rgb(235,45,12); }
H1.HeaderClassName
{
color: #EB2D0C;
}
.AnyTagClassName
{
color: #EB2D0C;
}
</style>
background-color css
<style>
a { background-color: #EB2D0C; }
a { background-color: rgb(235,45,12); }
div.DivClassName
{
background-color: #EB2D0C;
}
.BgClassName
{
background-color: #EB2D0C;
}
</style>
border-color css
<style>
span { border-color: #EB2D0C; }
span { border-color: rgb(235,45,12); }
td.TdClassName
{
border-color: #EB2D0C;
}
.TagClassName
{
border-color: #EB2D0C;
}
</style>