Shades of Scarlet #EC2B05
Tints of Scarlet #EC2B05
RGB
CMYK
RGB Variations
Color information
#EC2B05 (or 0xEC2B05) is known color: Scarlet. HEX triplet: EC, 2B and 05. RGB value is (236,43,5). Sum of RGB (Red+Green+Blue) = 236+43+5=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2B05 is #13D4FA. Grayscale: #606060. Windows color (decimal): -1299707 or 338924. OLE color: 338924.
HSL color Cylindrical-coordinate representation of color #EC2B05: hue angle of 9.87º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC2B05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.07 |
| HSL | 9.87º | 0.96% | 0.47% | - |
| HSV(B) | 9.87º | 0.98% | 0.93% | - |
| XYZ | 35.48 | 19.57 | 2.05 | - |
| YUV | 96.38 | 76.44 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 5 | 0 | 0.82 | 0.98 | 0.07 | 9.87 | 0.96 | 0.47 |
| Hex | EC | 2B | 5 | 0 | 52 | 62 | 7 | A | 60 | 2F |
| Octal | 354 | 53 | 5 | 0 | 122 | 142 | 7 | 12 | 140 | 57 |
| Binary | 11101100 | 101011 | 101 | 0 | 1010010 | 1100010 | 111 | 1010 | 1100000 | 101111 |
Color Harmonies of #EC2B05
Complementary color
Monochromatic Colors of #EC2B05
Black with #EC2B05
Text Example
Text Example
White with #EC2B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B05; }
p { color: rgb(236,43,5); }
H1.HeaderClassName
{
color: #EC2B05;
}
.AnyTagClassName
{
color: #EC2B05;
}
</style>
background-color css
<style>
a { background-color: #EC2B05; }
a { background-color: rgb(236,43,5); }
div.DivClassName
{
background-color: #EC2B05;
}
.BgClassName
{
background-color: #EC2B05;
}
</style>
border-color css
<style>
span { border-color: #EC2B05; }
span { border-color: rgb(236,43,5); }
td.TdClassName
{
border-color: #EC2B05;
}
.TagClassName
{
border-color: #EC2B05;
}
</style>