Shades of Scarlet #EB320C
Tints of Scarlet #EB320C
RGB
CMYK
RGB Variations
Color information
#EB320C (or 0xEB320C) is known color: Scarlet. HEX triplet: EB, 32 and 0C. RGB value is (235,50,12). Sum of RGB (Red+Green+Blue) = 235+50+12=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB320C is #14CDF3. Grayscale: #656565. Windows color (decimal): -1363444 or 799467. OLE color: 799467.
HSL color Cylindrical-coordinate representation of color #EB320C: hue angle of 10.22º 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 #EB320C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 50 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.08 |
| HSL | 10.22º | 0.9% | 0.48% | - |
| HSV(B) | 10.22º | 0.95% | 0.92% | - |
| XYZ | 35.47 | 19.97 | 2.33 | - |
| YUV | 100.98 | 77.79 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 50 | 12 | 0 | 0.79 | 0.95 | 0.08 | 10.22 | 0.9 | 0.48 |
| Hex | EB | 32 | C | 0 | 4F | 5F | 8 | A | 5A | 30 |
| Octal | 353 | 62 | 14 | 0 | 117 | 137 | 10 | 12 | 132 | 60 |
| Binary | 11101011 | 110010 | 1100 | 0 | 1001111 | 1011111 | 1000 | 1010 | 1011010 | 110000 |
Color Harmonies of #EB320C
Complementary color
Monochromatic Colors of #EB320C
Black with #EB320C
Text Example
Text Example
White with #EB320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB320C; }
p { color: rgb(235,50,12); }
H1.HeaderClassName
{
color: #EB320C;
}
.AnyTagClassName
{
color: #EB320C;
}
</style>
background-color css
<style>
a { background-color: #EB320C; }
a { background-color: rgb(235,50,12); }
div.DivClassName
{
background-color: #EB320C;
}
.BgClassName
{
background-color: #EB320C;
}
</style>
border-color css
<style>
span { border-color: #EB320C; }
span { border-color: rgb(235,50,12); }
td.TdClassName
{
border-color: #EB320C;
}
.TagClassName
{
border-color: #EB320C;
}
</style>