Shades of Scarlet #EC2B06
Tints of Scarlet #EC2B06
RGB
CMYK
RGB Variations
Color information
#EC2B06 (or 0xEC2B06) is known color: Scarlet. HEX triplet: EC, 2B and 06. RGB value is (236,43,6). Sum of RGB (Red+Green+Blue) = 236+43+6=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2B06 is #13D4F9. Grayscale: #606060. Windows color (decimal): -1299706 or 404460. OLE color: 404460.
HSL color Cylindrical-coordinate representation of color #EC2B06: hue angle of 9.65º 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 #EC2B06 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.07 |
| HSL | 9.65º | 0.95% | 0.47% | - |
| HSV(B) | 9.65º | 0.97% | 0.93% | - |
| XYZ | 35.49 | 19.57 | 2.08 | - |
| YUV | 96.49 | 76.94 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 6 | 0 | 0.82 | 0.97 | 0.07 | 9.65 | 0.95 | 0.47 |
| Hex | EC | 2B | 6 | 0 | 52 | 61 | 7 | A | 5F | 2F |
| Octal | 354 | 53 | 6 | 0 | 122 | 141 | 7 | 12 | 137 | 57 |
| Binary | 11101100 | 101011 | 110 | 0 | 1010010 | 1100001 | 111 | 1010 | 1011111 | 101111 |
Color Harmonies of #EC2B06
Complementary color
Monochromatic Colors of #EC2B06
Black with #EC2B06
Text Example
Text Example
White with #EC2B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B06; }
p { color: rgb(236,43,6); }
H1.HeaderClassName
{
color: #EC2B06;
}
.AnyTagClassName
{
color: #EC2B06;
}
</style>
background-color css
<style>
a { background-color: #EC2B06; }
a { background-color: rgb(236,43,6); }
div.DivClassName
{
background-color: #EC2B06;
}
.BgClassName
{
background-color: #EC2B06;
}
</style>
border-color css
<style>
span { border-color: #EC2B06; }
span { border-color: rgb(236,43,6); }
td.TdClassName
{
border-color: #EC2B06;
}
.TagClassName
{
border-color: #EC2B06;
}
</style>