Shades of Scarlet #ED2906
Tints of Scarlet #ED2906
RGB
CMYK
RGB Variations
Color information
#ED2906 (or 0xED2906) is known color: Scarlet. HEX triplet: ED, 29 and 06. RGB value is (237,41,6). Sum of RGB (Red+Green+Blue) = 237+41+6=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2906 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2906 is #12D6F9. Grayscale: #5F5F5F. Windows color (decimal): -1234682 or 403949. OLE color: 403949.
HSL color Cylindrical-coordinate representation of color #ED2906: hue angle of 9.09º 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 #ED2906 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.07 |
| HSL | 9.09º | 0.95% | 0.48% | - |
| HSV(B) | 9.09º | 0.97% | 0.93% | - |
| XYZ | 35.75 | 19.6 | 2.07 | - |
| YUV | 95.61 | 77.43 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 6 | 0 | 0.83 | 0.97 | 0.07 | 9.09 | 0.95 | 0.48 |
| Hex | ED | 29 | 6 | 0 | 53 | 61 | 7 | 9 | 5F | 30 |
| Octal | 355 | 51 | 6 | 0 | 123 | 141 | 7 | 11 | 137 | 60 |
| Binary | 11101101 | 101001 | 110 | 0 | 1010011 | 1100001 | 111 | 1001 | 1011111 | 110000 |
Color Harmonies of #ED2906
Complementary color
Monochromatic Colors of #ED2906
Black with #ED2906
Text Example
Text Example
White with #ED2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2906; }
p { color: rgb(237,41,6); }
H1.HeaderClassName
{
color: #ED2906;
}
.AnyTagClassName
{
color: #ED2906;
}
</style>
background-color css
<style>
a { background-color: #ED2906; }
a { background-color: rgb(237,41,6); }
div.DivClassName
{
background-color: #ED2906;
}
.BgClassName
{
background-color: #ED2906;
}
</style>
border-color css
<style>
span { border-color: #ED2906; }
span { border-color: rgb(237,41,6); }
td.TdClassName
{
border-color: #ED2906;
}
.TagClassName
{
border-color: #ED2906;
}
</style>