Shades of Scarlet #EC2A05
Tints of Scarlet #EC2A05
RGB
CMYK
RGB Variations
Color information
#EC2A05 (or 0xEC2A05) is known color: Scarlet. HEX triplet: EC, 2A and 05. RGB value is (236,42,5). Sum of RGB (Red+Green+Blue) = 236+42+5=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2A05 is #13D5FA. Grayscale: #606060. Windows color (decimal): -1299963 or 338668. OLE color: 338668.
HSL color Cylindrical-coordinate representation of color #EC2A05: hue angle of 9.61º 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 #EC2A05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.07 |
| HSL | 9.61º | 0.96% | 0.47% | - |
| HSV(B) | 9.61º | 0.98% | 0.93% | - |
| XYZ | 35.45 | 19.5 | 2.04 | - |
| YUV | 95.79 | 76.77 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 5 | 0 | 0.82 | 0.98 | 0.07 | 9.61 | 0.96 | 0.47 |
| Hex | EC | 2A | 5 | 0 | 52 | 62 | 7 | A | 60 | 2F |
| Octal | 354 | 52 | 5 | 0 | 122 | 142 | 7 | 12 | 140 | 57 |
| Binary | 11101100 | 101010 | 101 | 0 | 1010010 | 1100010 | 111 | 1010 | 1100000 | 101111 |
Color Harmonies of #EC2A05
Complementary color
Monochromatic Colors of #EC2A05
Black with #EC2A05
Text Example
Text Example
White with #EC2A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A05; }
p { color: rgb(236,42,5); }
H1.HeaderClassName
{
color: #EC2A05;
}
.AnyTagClassName
{
color: #EC2A05;
}
</style>
background-color css
<style>
a { background-color: #EC2A05; }
a { background-color: rgb(236,42,5); }
div.DivClassName
{
background-color: #EC2A05;
}
.BgClassName
{
background-color: #EC2A05;
}
</style>
border-color css
<style>
span { border-color: #EC2A05; }
span { border-color: rgb(236,42,5); }
td.TdClassName
{
border-color: #EC2A05;
}
.TagClassName
{
border-color: #EC2A05;
}
</style>