Shades of Scarlet #EC230D
Tints of Scarlet #EC230D
RGB
CMYK
RGB Variations
Color information
#EC230D (or 0xEC230D) is known color: Scarlet. HEX triplet: EC, 23 and 0D. RGB value is (236,35,13). Sum of RGB (Red+Green+Blue) = 236+35+13=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC230D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC230D is #13DCF2. Grayscale: #5C5C5C. Windows color (decimal): -1301747 or 861164. OLE color: 861164.
HSL color Cylindrical-coordinate representation of color #EC230D: hue angle of 5.92º 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 #EC230D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.07 |
| HSL | 5.92º | 0.9% | 0.49% | - |
| HSV(B) | 5.92º | 0.94% | 0.93% | - |
| XYZ | 35.27 | 19.06 | 2.2 | - |
| YUV | 92.59 | 83.09 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 13 | 0 | 0.85 | 0.94 | 0.07 | 5.92 | 0.9 | 0.49 |
| Hex | EC | 23 | D | 0 | 55 | 5E | 7 | 6 | 5A | 31 |
| Octal | 354 | 43 | 15 | 0 | 125 | 136 | 7 | 6 | 132 | 61 |
| Binary | 11101100 | 100011 | 1101 | 0 | 1010101 | 1011110 | 111 | 110 | 1011010 | 110001 |
Color Harmonies of #EC230D
Complementary color
Monochromatic Colors of #EC230D
Black with #EC230D
Text Example
Text Example
White with #EC230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC230D; }
p { color: rgb(236,35,13); }
H1.HeaderClassName
{
color: #EC230D;
}
.AnyTagClassName
{
color: #EC230D;
}
</style>
background-color css
<style>
a { background-color: #EC230D; }
a { background-color: rgb(236,35,13); }
div.DivClassName
{
background-color: #EC230D;
}
.BgClassName
{
background-color: #EC230D;
}
</style>
border-color css
<style>
span { border-color: #EC230D; }
span { border-color: rgb(236,35,13); }
td.TdClassName
{
border-color: #EC230D;
}
.TagClassName
{
border-color: #EC230D;
}
</style>