Shades of Scarlet #EC2807
Tints of Scarlet #EC2807
RGB
CMYK
RGB Variations
Color information
#EC2807 (or 0xEC2807) is known color: Scarlet. HEX triplet: EC, 28 and 07. RGB value is (236,40,7). Sum of RGB (Red+Green+Blue) = 236+40+7=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2807 is #13D7F8. Grayscale: #5F5F5F. Windows color (decimal): -1300473 or 469228. OLE color: 469228.
HSL color Cylindrical-coordinate representation of color #EC2807: hue angle of 8.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC2807 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.07 |
| HSL | 8.65º | 0.94% | 0.48% | - |
| HSV(B) | 8.65º | 0.97% | 0.93% | - |
| XYZ | 35.39 | 19.37 | 2.07 | - |
| YUV | 94.84 | 78.43 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 7 | 0 | 0.83 | 0.97 | 0.07 | 8.65 | 0.94 | 0.48 |
| Hex | EC | 28 | 7 | 0 | 53 | 61 | 7 | 9 | 5E | 30 |
| Octal | 354 | 50 | 7 | 0 | 123 | 141 | 7 | 11 | 136 | 60 |
| Binary | 11101100 | 101000 | 111 | 0 | 1010011 | 1100001 | 111 | 1001 | 1011110 | 110000 |
Color Harmonies of #EC2807
Complementary color
Monochromatic Colors of #EC2807
Black with #EC2807
Text Example
Text Example
White with #EC2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2807; }
p { color: rgb(236,40,7); }
H1.HeaderClassName
{
color: #EC2807;
}
.AnyTagClassName
{
color: #EC2807;
}
</style>
background-color css
<style>
a { background-color: #EC2807; }
a { background-color: rgb(236,40,7); }
div.DivClassName
{
background-color: #EC2807;
}
.BgClassName
{
background-color: #EC2807;
}
</style>
border-color css
<style>
span { border-color: #EC2807; }
span { border-color: rgb(236,40,7); }
td.TdClassName
{
border-color: #EC2807;
}
.TagClassName
{
border-color: #EC2807;
}
</style>