Shades of Scarlet #ED2D18
Tints of Scarlet #ED2D18
RGB
CMYK
RGB Variations
Color information
#ED2D18 (or 0xED2D18) is known color: Scarlet. HEX triplet: ED, 2D and 18. RGB value is (237,45,24). Sum of RGB (Red+Green+Blue) = 237+45+24=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D18 is #12D2E7. Grayscale: #646464. Windows color (decimal): -1233640 or 1584621. OLE color: 1584621.
HSL color Cylindrical-coordinate representation of color #ED2D18: hue angle of 5.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED2D18 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 24 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.07 |
| HSL | 5.92º | 0.86% | 0.51% | - |
| HSV(B) | 5.92º | 0.9% | 0.93% | - |
| XYZ | 36.03 | 19.95 | 2.82 | - |
| YUV | 100.01 | 85.11 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 24 | 0 | 0.81 | 0.90 | 0.07 | 5.92 | 0.86 | 0.51 |
| Hex | ED | 2D | 18 | 0 | 51 | 5A | 7 | 6 | 56 | 33 |
| Octal | 355 | 55 | 30 | 0 | 121 | 132 | 7 | 6 | 126 | 63 |
| Binary | 11101101 | 101101 | 11000 | 0 | 1010001 | 1011010 | 111 | 110 | 1010110 | 110011 |
Color Harmonies of #ED2D18
Complementary color
Monochromatic Colors of #ED2D18
Black with #ED2D18
Text Example
Text Example
White with #ED2D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D18; }
p { color: rgb(237,45,24); }
H1.HeaderClassName
{
color: #ED2D18;
}
.AnyTagClassName
{
color: #ED2D18;
}
</style>
background-color css
<style>
a { background-color: #ED2D18; }
a { background-color: rgb(237,45,24); }
div.DivClassName
{
background-color: #ED2D18;
}
.BgClassName
{
background-color: #ED2D18;
}
</style>
border-color css
<style>
span { border-color: #ED2D18; }
span { border-color: rgb(237,45,24); }
td.TdClassName
{
border-color: #ED2D18;
}
.TagClassName
{
border-color: #ED2D18;
}
</style>