Shades of Scarlet #EC2D00
Tints of Scarlet #EC2D00
RGB
CMYK
RGB Variations
Color information
#EC2D00 (or 0xEC2D00) is known color: Scarlet. HEX triplet: EC, 2D and 00. RGB value is (236,45,0). Sum of RGB (Red+Green+Blue) = 236+45+0=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2D00 is #13D2FF. Grayscale: #616161. Windows color (decimal): -1299200 or 11756. OLE color: 11756.
HSL color Cylindrical-coordinate representation of color #EC2D00: hue angle of 11.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC2D00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.07 |
| HSL | 11.44º | 1% | 0.46% | - |
| HSV(B) | 11.44º | 1% | 0.93% | - |
| XYZ | 35.53 | 19.71 | 1.93 | - |
| YUV | 96.98 | 73.28 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 0 | 0 | 0.81 | 1 | 0.07 | 11.44 | 1 | 0.46 |
| Hex | EC | 2D | 0 | 0 | 51 | 64 | 7 | B | 64 | 2E |
| Octal | 354 | 55 | 0 | 0 | 121 | 144 | 7 | 13 | 144 | 56 |
| Binary | 11101100 | 101101 | 0 | 0 | 1010001 | 1100100 | 111 | 1011 | 1100100 | 101110 |
Color Harmonies of #EC2D00
Complementary color
Monochromatic Colors of #EC2D00
Black with #EC2D00
Text Example
Text Example
White with #EC2D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D00; }
p { color: rgb(236,45,0); }
H1.HeaderClassName
{
color: #EC2D00;
}
.AnyTagClassName
{
color: #EC2D00;
}
</style>
background-color css
<style>
a { background-color: #EC2D00; }
a { background-color: rgb(236,45,0); }
div.DivClassName
{
background-color: #EC2D00;
}
.BgClassName
{
background-color: #EC2D00;
}
</style>
border-color css
<style>
span { border-color: #EC2D00; }
span { border-color: rgb(236,45,0); }
td.TdClassName
{
border-color: #EC2D00;
}
.TagClassName
{
border-color: #EC2D00;
}
</style>