Shades of Scarlet #ED2806
Tints of Scarlet #ED2806
RGB
CMYK
RGB Variations
Color information
#ED2806 (or 0xED2806) is known color: Scarlet. HEX triplet: ED, 28 and 06. RGB value is (237,40,6). Sum of RGB (Red+Green+Blue) = 237+40+6=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2806 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2806 is #12D7F9. Grayscale: #5F5F5F. Windows color (decimal): -1234938 or 403693. OLE color: 403693.
HSL color Cylindrical-coordinate representation of color #ED2806: hue angle of 8.83º 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 #ED2806 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.07 |
| HSL | 8.83º | 0.95% | 0.48% | - |
| HSV(B) | 8.83º | 0.97% | 0.93% | - |
| XYZ | 35.72 | 19.54 | 2.06 | - |
| YUV | 95.03 | 77.77 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 6 | 0 | 0.83 | 0.97 | 0.07 | 8.83 | 0.95 | 0.48 |
| Hex | ED | 28 | 6 | 0 | 53 | 61 | 7 | 9 | 5F | 30 |
| Octal | 355 | 50 | 6 | 0 | 123 | 141 | 7 | 11 | 137 | 60 |
| Binary | 11101101 | 101000 | 110 | 0 | 1010011 | 1100001 | 111 | 1001 | 1011111 | 110000 |
Color Harmonies of #ED2806
Complementary color
Monochromatic Colors of #ED2806
Black with #ED2806
Text Example
Text Example
White with #ED2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2806; }
p { color: rgb(237,40,6); }
H1.HeaderClassName
{
color: #ED2806;
}
.AnyTagClassName
{
color: #ED2806;
}
</style>
background-color css
<style>
a { background-color: #ED2806; }
a { background-color: rgb(237,40,6); }
div.DivClassName
{
background-color: #ED2806;
}
.BgClassName
{
background-color: #ED2806;
}
</style>
border-color css
<style>
span { border-color: #ED2806; }
span { border-color: rgb(237,40,6); }
td.TdClassName
{
border-color: #ED2806;
}
.TagClassName
{
border-color: #ED2806;
}
</style>