Shades of Scarlet #EC220D
Tints of Scarlet #EC220D
RGB
CMYK
RGB Variations
Color information
#EC220D (or 0xEC220D) is known color: Scarlet. HEX triplet: EC, 22 and 0D. RGB value is (236,34,13). Sum of RGB (Red+Green+Blue) = 236+34+13=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC220D is #13DDF2. Grayscale: #5C5C5C. Windows color (decimal): -1302003 or 860908. OLE color: 860908.
HSL color Cylindrical-coordinate representation of color #EC220D: hue angle of 5.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC220D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 13 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.07 |
| HSL | 5.65º | 0.9% | 0.49% | - |
| HSV(B) | 5.65º | 0.94% | 0.93% | - |
| XYZ | 35.24 | 19.01 | 2.19 | - |
| YUV | 92 | 83.42 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 13 | 0 | 0.86 | 0.94 | 0.07 | 5.65 | 0.9 | 0.49 |
| Hex | EC | 22 | D | 0 | 56 | 5E | 7 | 6 | 5A | 31 |
| Octal | 354 | 42 | 15 | 0 | 126 | 136 | 7 | 6 | 132 | 61 |
| Binary | 11101100 | 100010 | 1101 | 0 | 1010110 | 1011110 | 111 | 110 | 1011010 | 110001 |
Color Harmonies of #EC220D
Complementary color
Monochromatic Colors of #EC220D
Black with #EC220D
Text Example
Text Example
White with #EC220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC220D; }
p { color: rgb(236,34,13); }
H1.HeaderClassName
{
color: #EC220D;
}
.AnyTagClassName
{
color: #EC220D;
}
</style>
background-color css
<style>
a { background-color: #EC220D; }
a { background-color: rgb(236,34,13); }
div.DivClassName
{
background-color: #EC220D;
}
.BgClassName
{
background-color: #EC220D;
}
</style>
border-color css
<style>
span { border-color: #EC220D; }
span { border-color: rgb(236,34,13); }
td.TdClassName
{
border-color: #EC220D;
}
.TagClassName
{
border-color: #EC220D;
}
</style>