Shades of Scarlet #EC2708
Tints of Scarlet #EC2708
RGB
CMYK
RGB Variations
Color information
#EC2708 (or 0xEC2708) is known color: Scarlet. HEX triplet: EC, 27 and 08. RGB value is (236,39,8). Sum of RGB (Red+Green+Blue) = 236+39+8=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2708 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2708 is #13D8F7. Grayscale: #5E5E5E. Windows color (decimal): -1300728 or 534508. OLE color: 534508.
HSL color Cylindrical-coordinate representation of color #EC2708: hue angle of 8.16º degrees, saturation: 0.93, 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 #EC2708 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 8 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.07 |
| HSL | 8.16º | 0.93% | 0.48% | - |
| HSV(B) | 8.16º | 0.97% | 0.93% | - |
| XYZ | 35.36 | 19.3 | 2.09 | - |
| YUV | 94.37 | 79.27 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 8 | 0 | 0.83 | 0.97 | 0.07 | 8.16 | 0.93 | 0.48 |
| Hex | EC | 27 | 8 | 0 | 53 | 61 | 7 | 8 | 5D | 30 |
| Octal | 354 | 47 | 10 | 0 | 123 | 141 | 7 | 10 | 135 | 60 |
| Binary | 11101100 | 100111 | 1000 | 0 | 1010011 | 1100001 | 111 | 1000 | 1011101 | 110000 |
Color Harmonies of #EC2708
Complementary color
Monochromatic Colors of #EC2708
Black with #EC2708
Text Example
Text Example
White with #EC2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2708; }
p { color: rgb(236,39,8); }
H1.HeaderClassName
{
color: #EC2708;
}
.AnyTagClassName
{
color: #EC2708;
}
</style>
background-color css
<style>
a { background-color: #EC2708; }
a { background-color: rgb(236,39,8); }
div.DivClassName
{
background-color: #EC2708;
}
.BgClassName
{
background-color: #EC2708;
}
</style>
border-color css
<style>
span { border-color: #EC2708; }
span { border-color: rgb(236,39,8); }
td.TdClassName
{
border-color: #EC2708;
}
.TagClassName
{
border-color: #EC2708;
}
</style>