Shades of Scarlet #ED2814
Tints of Scarlet #ED2814
RGB
CMYK
RGB Variations
Color information
#ED2814 (or 0xED2814) is known color: Scarlet. HEX triplet: ED, 28 and 14. RGB value is (237,40,20). Sum of RGB (Red+Green+Blue) = 237+40+20=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2814 is #12D7EB. Grayscale: #606060. Windows color (decimal): -1234924 or 1321197. OLE color: 1321197.
HSL color Cylindrical-coordinate representation of color #ED2814: hue angle of 5.53º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED2814 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 20 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.07 |
| HSL | 5.53º | 0.86% | 0.5% | - |
| HSV(B) | 5.53º | 0.92% | 0.93% | - |
| XYZ | 35.81 | 19.57 | 2.55 | - |
| YUV | 96.62 | 84.77 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 20 | 0 | 0.83 | 0.92 | 0.07 | 5.53 | 0.86 | 0.5 |
| Hex | ED | 28 | 14 | 0 | 53 | 5C | 7 | 6 | 56 | 32 |
| Octal | 355 | 50 | 24 | 0 | 123 | 134 | 7 | 6 | 126 | 62 |
| Binary | 11101101 | 101000 | 10100 | 0 | 1010011 | 1011100 | 111 | 110 | 1010110 | 110010 |
Color Harmonies of #ED2814
Complementary color
Monochromatic Colors of #ED2814
Black with #ED2814
Text Example
Text Example
White with #ED2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2814; }
p { color: rgb(237,40,20); }
H1.HeaderClassName
{
color: #ED2814;
}
.AnyTagClassName
{
color: #ED2814;
}
</style>
background-color css
<style>
a { background-color: #ED2814; }
a { background-color: rgb(237,40,20); }
div.DivClassName
{
background-color: #ED2814;
}
.BgClassName
{
background-color: #ED2814;
}
</style>
border-color css
<style>
span { border-color: #ED2814; }
span { border-color: rgb(237,40,20); }
td.TdClassName
{
border-color: #ED2814;
}
.TagClassName
{
border-color: #ED2814;
}
</style>