Shades of Scarlet #ED2D14
Tints of Scarlet #ED2D14
RGB
CMYK
RGB Variations
Color information
#ED2D14 (or 0xED2D14) is known color: Scarlet. HEX triplet: ED, 2D and 14. RGB value is (237,45,20). Sum of RGB (Red+Green+Blue) = 237+45+20=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D14 is #12D2EB. Grayscale: #636363. Windows color (decimal): -1233644 or 1322477. OLE color: 1322477.
HSL color Cylindrical-coordinate representation of color #ED2D14: hue angle of 6.91º 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 #ED2D14 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 20 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.07 |
| HSL | 6.91º | 0.86% | 0.5% | - |
| HSV(B) | 6.91º | 0.92% | 0.93% | - |
| XYZ | 35.99 | 19.93 | 2.61 | - |
| YUV | 99.56 | 83.11 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 20 | 0 | 0.81 | 0.92 | 0.07 | 6.91 | 0.86 | 0.5 |
| Hex | ED | 2D | 14 | 0 | 51 | 5C | 7 | 7 | 56 | 32 |
| Octal | 355 | 55 | 24 | 0 | 121 | 134 | 7 | 7 | 126 | 62 |
| Binary | 11101101 | 101101 | 10100 | 0 | 1010001 | 1011100 | 111 | 111 | 1010110 | 110010 |
Color Harmonies of #ED2D14
Complementary color
Monochromatic Colors of #ED2D14
Black with #ED2D14
Text Example
Text Example
White with #ED2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D14; }
p { color: rgb(237,45,20); }
H1.HeaderClassName
{
color: #ED2D14;
}
.AnyTagClassName
{
color: #ED2D14;
}
</style>
background-color css
<style>
a { background-color: #ED2D14; }
a { background-color: rgb(237,45,20); }
div.DivClassName
{
background-color: #ED2D14;
}
.BgClassName
{
background-color: #ED2D14;
}
</style>
border-color css
<style>
span { border-color: #ED2D14; }
span { border-color: rgb(237,45,20); }
td.TdClassName
{
border-color: #ED2D14;
}
.TagClassName
{
border-color: #ED2D14;
}
</style>