Shades of Scarlet #EC340F
Tints of Scarlet #EC340F
RGB
CMYK
RGB Variations
Color information
#EC340F (or 0xEC340F) is known color: Scarlet. HEX triplet: EC, 34 and 0F. RGB value is (236,52,15). Sum of RGB (Red+Green+Blue) = 236+52+15=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC340F is #13CBF0. Grayscale: #676767. Windows color (decimal): -1297393 or 996588. OLE color: 996588.
HSL color Cylindrical-coordinate representation of color #EC340F: hue angle of 10.05º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC340F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.07 |
| HSL | 10.05º | 0.88% | 0.49% | - |
| HSV(B) | 10.05º | 0.94% | 0.93% | - |
| XYZ | 35.91 | 20.32 | 2.48 | - |
| YUV | 102.8 | 78.46 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 15 | 0 | 0.78 | 0.94 | 0.07 | 10.05 | 0.88 | 0.49 |
| Hex | EC | 34 | F | 0 | 4E | 5E | 7 | A | 58 | 31 |
| Octal | 354 | 64 | 17 | 0 | 116 | 136 | 7 | 12 | 130 | 61 |
| Binary | 11101100 | 110100 | 1111 | 0 | 1001110 | 1011110 | 111 | 1010 | 1011000 | 110001 |
Color Harmonies of #EC340F
Complementary color
Monochromatic Colors of #EC340F
Black with #EC340F
Text Example
Text Example
White with #EC340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC340F; }
p { color: rgb(236,52,15); }
H1.HeaderClassName
{
color: #EC340F;
}
.AnyTagClassName
{
color: #EC340F;
}
</style>
background-color css
<style>
a { background-color: #EC340F; }
a { background-color: rgb(236,52,15); }
div.DivClassName
{
background-color: #EC340F;
}
.BgClassName
{
background-color: #EC340F;
}
</style>
border-color css
<style>
span { border-color: #EC340F; }
span { border-color: rgb(236,52,15); }
td.TdClassName
{
border-color: #EC340F;
}
.TagClassName
{
border-color: #EC340F;
}
</style>