Shades of Scarlet #ED3206
Tints of Scarlet #ED3206
RGB
CMYK
RGB Variations
Color information
#ED3206 (or 0xED3206) is known color: Scarlet. HEX triplet: ED, 32 and 06. RGB value is (237,50,6). Sum of RGB (Red+Green+Blue) = 237+50+6=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3206 is #12CDF9. Grayscale: #656565. Windows color (decimal): -1232378 or 406253. OLE color: 406253.
HSL color Cylindrical-coordinate representation of color #ED3206: hue angle of 11.43º 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 #ED3206 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 6 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.07 |
| HSL | 11.43º | 0.95% | 0.48% | - |
| HSV(B) | 11.43º | 0.97% | 0.93% | - |
| XYZ | 36.1 | 20.3 | 2.19 | - |
| YUV | 100.9 | 74.45 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 6 | 0 | 0.79 | 0.97 | 0.07 | 11.43 | 0.95 | 0.48 |
| Hex | ED | 32 | 6 | 0 | 4F | 61 | 7 | B | 5F | 30 |
| Octal | 355 | 62 | 6 | 0 | 117 | 141 | 7 | 13 | 137 | 60 |
| Binary | 11101101 | 110010 | 110 | 0 | 1001111 | 1100001 | 111 | 1011 | 1011111 | 110000 |
Color Harmonies of #ED3206
Complementary color
Monochromatic Colors of #ED3206
Black with #ED3206
Text Example
Text Example
White with #ED3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3206; }
p { color: rgb(237,50,6); }
H1.HeaderClassName
{
color: #ED3206;
}
.AnyTagClassName
{
color: #ED3206;
}
</style>
background-color css
<style>
a { background-color: #ED3206; }
a { background-color: rgb(237,50,6); }
div.DivClassName
{
background-color: #ED3206;
}
.BgClassName
{
background-color: #ED3206;
}
</style>
border-color css
<style>
span { border-color: #ED3206; }
span { border-color: rgb(237,50,6); }
td.TdClassName
{
border-color: #ED3206;
}
.TagClassName
{
border-color: #ED3206;
}
</style>