Shades of Scarlet #EC2906
Tints of Scarlet #EC2906
RGB
CMYK
RGB Variations
Color information
#EC2906 (or 0xEC2906) is known color: Scarlet. HEX triplet: EC, 29 and 06. RGB value is (236,41,6). Sum of RGB (Red+Green+Blue) = 236+41+6=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2906 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2906 is #13D6F9. Grayscale: #5F5F5F. Windows color (decimal): -1300218 or 403948. OLE color: 403948.
HSL color Cylindrical-coordinate representation of color #EC2906: hue angle of 9.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC2906 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.07 |
| HSL | 9.13º | 0.95% | 0.47% | - |
| HSV(B) | 9.13º | 0.97% | 0.93% | - |
| XYZ | 35.42 | 19.43 | 2.06 | - |
| YUV | 95.32 | 77.6 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 6 | 0 | 0.83 | 0.97 | 0.07 | 9.13 | 0.95 | 0.47 |
| Hex | EC | 29 | 6 | 0 | 53 | 61 | 7 | 9 | 5F | 2F |
| Octal | 354 | 51 | 6 | 0 | 123 | 141 | 7 | 11 | 137 | 57 |
| Binary | 11101100 | 101001 | 110 | 0 | 1010011 | 1100001 | 111 | 1001 | 1011111 | 101111 |
Color Harmonies of #EC2906
Complementary color
Monochromatic Colors of #EC2906
Black with #EC2906
Text Example
Text Example
White with #EC2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2906; }
p { color: rgb(236,41,6); }
H1.HeaderClassName
{
color: #EC2906;
}
.AnyTagClassName
{
color: #EC2906;
}
</style>
background-color css
<style>
a { background-color: #EC2906; }
a { background-color: rgb(236,41,6); }
div.DivClassName
{
background-color: #EC2906;
}
.BgClassName
{
background-color: #EC2906;
}
</style>
border-color css
<style>
span { border-color: #EC2906; }
span { border-color: rgb(236,41,6); }
td.TdClassName
{
border-color: #EC2906;
}
.TagClassName
{
border-color: #EC2906;
}
</style>