Shades of Scarlet #ED3311
Tints of Scarlet #ED3311
RGB
CMYK
RGB Variations
Color information
#ED3311 (or 0xED3311) is known color: Scarlet. HEX triplet: ED, 33 and 11. RGB value is (237,51,17). Sum of RGB (Red+Green+Blue) = 237+51+17=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3311 is #12CCEE. Grayscale: #676767. Windows color (decimal): -1232111 or 1127405. OLE color: 1127405.
HSL color Cylindrical-coordinate representation of color #ED3311: hue angle of 9.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED3311 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.07 |
| HSL | 9.27º | 0.87% | 0.5% | - |
| HSV(B) | 9.27º | 0.93% | 0.93% | - |
| XYZ | 36.21 | 20.41 | 2.56 | - |
| YUV | 102.74 | 79.62 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 17 | 0 | 0.78 | 0.93 | 0.07 | 9.27 | 0.87 | 0.5 |
| Hex | ED | 33 | 11 | 0 | 4E | 5D | 7 | 9 | 57 | 32 |
| Octal | 355 | 63 | 21 | 0 | 116 | 135 | 7 | 11 | 127 | 62 |
| Binary | 11101101 | 110011 | 10001 | 0 | 1001110 | 1011101 | 111 | 1001 | 1010111 | 110010 |
Color Harmonies of #ED3311
Complementary color
Monochromatic Colors of #ED3311
Black with #ED3311
Text Example
Text Example
White with #ED3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3311; }
p { color: rgb(237,51,17); }
H1.HeaderClassName
{
color: #ED3311;
}
.AnyTagClassName
{
color: #ED3311;
}
</style>
background-color css
<style>
a { background-color: #ED3311; }
a { background-color: rgb(237,51,17); }
div.DivClassName
{
background-color: #ED3311;
}
.BgClassName
{
background-color: #ED3311;
}
</style>
border-color css
<style>
span { border-color: #ED3311; }
span { border-color: rgb(237,51,17); }
td.TdClassName
{
border-color: #ED3311;
}
.TagClassName
{
border-color: #ED3311;
}
</style>