Shades of Scarlet #EC2218
Tints of Scarlet #EC2218
RGB
CMYK
RGB Variations
Color information
#EC2218 (or 0xEC2218) is known color: Scarlet. HEX triplet: EC, 22 and 18. RGB value is (236,34,24). Sum of RGB (Red+Green+Blue) = 236+34+24=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2218 is #13DDE7. Grayscale: #5D5D5D. Windows color (decimal): -1301992 or 1581804. OLE color: 1581804.
HSL color Cylindrical-coordinate representation of color #EC2218: hue angle of 2.83º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC2218 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 24 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.07 |
| HSL | 2.83º | 0.85% | 0.51% | - |
| HSV(B) | 2.83º | 0.9% | 0.93% | - |
| XYZ | 35.33 | 19.04 | 2.68 | - |
| YUV | 93.26 | 88.92 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 24 | 0 | 0.86 | 0.90 | 0.07 | 2.83 | 0.85 | 0.51 |
| Hex | EC | 22 | 18 | 0 | 56 | 5A | 7 | 3 | 55 | 33 |
| Octal | 354 | 42 | 30 | 0 | 126 | 132 | 7 | 3 | 125 | 63 |
| Binary | 11101100 | 100010 | 11000 | 0 | 1010110 | 1011010 | 111 | 11 | 1010101 | 110011 |
Color Harmonies of #EC2218
Complementary color
Monochromatic Colors of #EC2218
Black with #EC2218
Text Example
Text Example
White with #EC2218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2218; }
p { color: rgb(236,34,24); }
H1.HeaderClassName
{
color: #EC2218;
}
.AnyTagClassName
{
color: #EC2218;
}
</style>
background-color css
<style>
a { background-color: #EC2218; }
a { background-color: rgb(236,34,24); }
div.DivClassName
{
background-color: #EC2218;
}
.BgClassName
{
background-color: #EC2218;
}
</style>
border-color css
<style>
span { border-color: #EC2218; }
span { border-color: rgb(236,34,24); }
td.TdClassName
{
border-color: #EC2218;
}
.TagClassName
{
border-color: #EC2218;
}
</style>