Shades of Scarlet #ED2706
Tints of Scarlet #ED2706
RGB
CMYK
RGB Variations
Color information
#ED2706 (or 0xED2706) is known color: Scarlet. HEX triplet: ED, 27 and 06. RGB value is (237,39,6). Sum of RGB (Red+Green+Blue) = 237+39+6=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2706 is #12D8F9. Grayscale: #5E5E5E. Windows color (decimal): -1235194 or 403437. OLE color: 403437.
HSL color Cylindrical-coordinate representation of color #ED2706: hue angle of 8.57º degrees, saturation: 0.95, 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 #ED2706 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 6 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.07 |
| HSL | 8.57º | 0.95% | 0.48% | - |
| HSV(B) | 8.57º | 0.97% | 0.93% | - |
| XYZ | 35.68 | 19.47 | 2.05 | - |
| YUV | 94.44 | 78.1 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 6 | 0 | 0.84 | 0.97 | 0.07 | 8.57 | 0.95 | 0.48 |
| Hex | ED | 27 | 6 | 0 | 54 | 61 | 7 | 9 | 5F | 30 |
| Octal | 355 | 47 | 6 | 0 | 124 | 141 | 7 | 11 | 137 | 60 |
| Binary | 11101101 | 100111 | 110 | 0 | 1010100 | 1100001 | 111 | 1001 | 1011111 | 110000 |
Color Harmonies of #ED2706
Complementary color
Monochromatic Colors of #ED2706
Black with #ED2706
Text Example
Text Example
White with #ED2706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2706; }
p { color: rgb(237,39,6); }
H1.HeaderClassName
{
color: #ED2706;
}
.AnyTagClassName
{
color: #ED2706;
}
</style>
background-color css
<style>
a { background-color: #ED2706; }
a { background-color: rgb(237,39,6); }
div.DivClassName
{
background-color: #ED2706;
}
.BgClassName
{
background-color: #ED2706;
}
</style>
border-color css
<style>
span { border-color: #ED2706; }
span { border-color: rgb(237,39,6); }
td.TdClassName
{
border-color: #ED2706;
}
.TagClassName
{
border-color: #ED2706;
}
</style>