Shades of Scarlet #EC340C
Tints of Scarlet #EC340C
RGB
CMYK
RGB Variations
Color information
#EC340C (or 0xEC340C) is known color: Scarlet. HEX triplet: EC, 34 and 0C. RGB value is (236,52,12). Sum of RGB (Red+Green+Blue) = 236+52+12=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC340C is #13CBF3. Grayscale: #666666. Windows color (decimal): -1297396 or 799980. OLE color: 799980.
HSL color Cylindrical-coordinate representation of color #EC340C: hue angle of 10.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC340C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.07 |
| HSL | 10.71º | 0.9% | 0.49% | - |
| HSV(B) | 10.71º | 0.95% | 0.93% | - |
| XYZ | 35.89 | 20.32 | 2.38 | - |
| YUV | 102.46 | 76.96 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 12 | 0 | 0.78 | 0.95 | 0.07 | 10.71 | 0.9 | 0.49 |
| Hex | EC | 34 | C | 0 | 4E | 5F | 7 | B | 5A | 31 |
| Octal | 354 | 64 | 14 | 0 | 116 | 137 | 7 | 13 | 132 | 61 |
| Binary | 11101100 | 110100 | 1100 | 0 | 1001110 | 1011111 | 111 | 1011 | 1011010 | 110001 |
Color Harmonies of #EC340C
Complementary color
Monochromatic Colors of #EC340C
Black with #EC340C
Text Example
Text Example
White with #EC340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC340C; }
p { color: rgb(236,52,12); }
H1.HeaderClassName
{
color: #EC340C;
}
.AnyTagClassName
{
color: #EC340C;
}
</style>
background-color css
<style>
a { background-color: #EC340C; }
a { background-color: rgb(236,52,12); }
div.DivClassName
{
background-color: #EC340C;
}
.BgClassName
{
background-color: #EC340C;
}
</style>
border-color css
<style>
span { border-color: #EC340C; }
span { border-color: rgb(236,52,12); }
td.TdClassName
{
border-color: #EC340C;
}
.TagClassName
{
border-color: #EC340C;
}
</style>