Shades of Scarlet #EC2A02
Tints of Scarlet #EC2A02
RGB
CMYK
RGB Variations
Color information
#EC2A02 (or 0xEC2A02) is known color: Scarlet. HEX triplet: EC, 2A and 02. RGB value is (236,42,2). Sum of RGB (Red+Green+Blue) = 236+42+2=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2A02 is #13D5FD. Grayscale: #5F5F5F. Windows color (decimal): -1299966 or 142060. OLE color: 142060.
HSL color Cylindrical-coordinate representation of color #EC2A02: hue angle of 10.26º 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 #EC2A02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.07 |
| HSL | 10.26º | 0.98% | 0.47% | - |
| HSV(B) | 10.26º | 0.99% | 0.93% | - |
| XYZ | 35.43 | 19.49 | 1.95 | - |
| YUV | 95.45 | 75.27 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 2 | 0 | 0.82 | 0.99 | 0.07 | 10.26 | 0.98 | 0.47 |
| Hex | EC | 2A | 2 | 0 | 52 | 63 | 7 | A | 62 | 2F |
| Octal | 354 | 52 | 2 | 0 | 122 | 143 | 7 | 12 | 142 | 57 |
| Binary | 11101100 | 101010 | 10 | 0 | 1010010 | 1100011 | 111 | 1010 | 1100010 | 101111 |
Color Harmonies of #EC2A02
Complementary color
Monochromatic Colors of #EC2A02
Black with #EC2A02
Text Example
Text Example
White with #EC2A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A02; }
p { color: rgb(236,42,2); }
H1.HeaderClassName
{
color: #EC2A02;
}
.AnyTagClassName
{
color: #EC2A02;
}
</style>
background-color css
<style>
a { background-color: #EC2A02; }
a { background-color: rgb(236,42,2); }
div.DivClassName
{
background-color: #EC2A02;
}
.BgClassName
{
background-color: #EC2A02;
}
</style>
border-color css
<style>
span { border-color: #EC2A02; }
span { border-color: rgb(236,42,2); }
td.TdClassName
{
border-color: #EC2A02;
}
.TagClassName
{
border-color: #EC2A02;
}
</style>