Shades of Scarlet #EC2E02
Tints of Scarlet #EC2E02
RGB
CMYK
RGB Variations
Color information
#EC2E02 (or 0xEC2E02) is known color: Scarlet. HEX triplet: EC, 2E and 02. RGB value is (236,46,2). Sum of RGB (Red+Green+Blue) = 236+46+2=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2E02 is #13D1FD. Grayscale: #626262. Windows color (decimal): -1298942 or 143084. OLE color: 143084.
HSL color Cylindrical-coordinate representation of color #EC2E02: hue angle of 11.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC2E02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.07 |
| HSL | 11.28º | 0.98% | 0.47% | - |
| HSV(B) | 11.28º | 0.99% | 0.93% | - |
| XYZ | 35.58 | 19.79 | 2 | - |
| YUV | 97.79 | 73.95 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 2 | 0 | 0.81 | 0.99 | 0.07 | 11.28 | 0.98 | 0.47 |
| Hex | EC | 2E | 2 | 0 | 51 | 63 | 7 | B | 62 | 2F |
| Octal | 354 | 56 | 2 | 0 | 121 | 143 | 7 | 13 | 142 | 57 |
| Binary | 11101100 | 101110 | 10 | 0 | 1010001 | 1100011 | 111 | 1011 | 1100010 | 101111 |
Color Harmonies of #EC2E02
Complementary color
Monochromatic Colors of #EC2E02
Black with #EC2E02
Text Example
Text Example
White with #EC2E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E02; }
p { color: rgb(236,46,2); }
H1.HeaderClassName
{
color: #EC2E02;
}
.AnyTagClassName
{
color: #EC2E02;
}
</style>
background-color css
<style>
a { background-color: #EC2E02; }
a { background-color: rgb(236,46,2); }
div.DivClassName
{
background-color: #EC2E02;
}
.BgClassName
{
background-color: #EC2E02;
}
</style>
border-color css
<style>
span { border-color: #EC2E02; }
span { border-color: rgb(236,46,2); }
td.TdClassName
{
border-color: #EC2E02;
}
.TagClassName
{
border-color: #EC2E02;
}
</style>