Shades of Scarlet #ED3100
Tints of Scarlet #ED3100
RGB
CMYK
RGB Variations
Color information
#ED3100 (or 0xED3100) is known color: Scarlet. HEX triplet: ED, 31 and 00. RGB value is (237,49,0). Sum of RGB (Red+Green+Blue) = 237+49+0=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3100 is #12CEFF. Grayscale: #646464. Windows color (decimal): -1232640 or 12781. OLE color: 12781.
HSL color Cylindrical-coordinate representation of color #ED3100: hue angle of 12.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED3100 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 49 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.07 |
| HSL | 12.41º | 1% | 0.46% | - |
| HSV(B) | 12.41º | 1% | 0.93% | - |
| XYZ | 36.02 | 20.2 | 2 | - |
| YUV | 99.63 | 71.78 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 0 | 0 | 0.79 | 1 | 0.07 | 12.41 | 1 | 0.46 |
| Hex | ED | 31 | 0 | 0 | 4F | 64 | 7 | C | 64 | 2E |
| Octal | 355 | 61 | 0 | 0 | 117 | 144 | 7 | 14 | 144 | 56 |
| Binary | 11101101 | 110001 | 0 | 0 | 1001111 | 1100100 | 111 | 1100 | 1100100 | 101110 |
Color Harmonies of #ED3100
Complementary color
Monochromatic Colors of #ED3100
Black with #ED3100
Text Example
Text Example
White with #ED3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3100; }
p { color: rgb(237,49,0); }
H1.HeaderClassName
{
color: #ED3100;
}
.AnyTagClassName
{
color: #ED3100;
}
</style>
background-color css
<style>
a { background-color: #ED3100; }
a { background-color: rgb(237,49,0); }
div.DivClassName
{
background-color: #ED3100;
}
.BgClassName
{
background-color: #ED3100;
}
</style>
border-color css
<style>
span { border-color: #ED3100; }
span { border-color: rgb(237,49,0); }
td.TdClassName
{
border-color: #ED3100;
}
.TagClassName
{
border-color: #ED3100;
}
</style>