Shades of Scarlet #EC340A
Tints of Scarlet #EC340A
RGB
CMYK
RGB Variations
Color information
#EC340A (or 0xEC340A) is known color: Scarlet. HEX triplet: EC, 34 and 0A. RGB value is (236,52,10). Sum of RGB (Red+Green+Blue) = 236+52+10=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC340A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC340A is #13CBF5. Grayscale: #666666. Windows color (decimal): -1297398 or 668908. OLE color: 668908.
HSL color Cylindrical-coordinate representation of color #EC340A: hue angle of 11.15º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC340A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.07 |
| HSL | 11.15º | 0.92% | 0.48% | - |
| HSV(B) | 11.15º | 0.96% | 0.93% | - |
| XYZ | 35.87 | 20.31 | 2.32 | - |
| YUV | 102.23 | 75.96 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 10 | 0 | 0.78 | 0.96 | 0.07 | 11.15 | 0.92 | 0.48 |
| Hex | EC | 34 | A | 0 | 4E | 60 | 7 | B | 5C | 30 |
| Octal | 354 | 64 | 12 | 0 | 116 | 140 | 7 | 13 | 134 | 60 |
| Binary | 11101100 | 110100 | 1010 | 0 | 1001110 | 1100000 | 111 | 1011 | 1011100 | 110000 |
Color Harmonies of #EC340A
Complementary color
Monochromatic Colors of #EC340A
Black with #EC340A
Text Example
Text Example
White with #EC340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC340A; }
p { color: rgb(236,52,10); }
H1.HeaderClassName
{
color: #EC340A;
}
.AnyTagClassName
{
color: #EC340A;
}
</style>
background-color css
<style>
a { background-color: #EC340A; }
a { background-color: rgb(236,52,10); }
div.DivClassName
{
background-color: #EC340A;
}
.BgClassName
{
background-color: #EC340A;
}
</style>
border-color css
<style>
span { border-color: #EC340A; }
span { border-color: rgb(236,52,10); }
td.TdClassName
{
border-color: #EC340A;
}
.TagClassName
{
border-color: #EC340A;
}
</style>