Shades of Scarlet #ED200D
Tints of Scarlet #ED200D
RGB
CMYK
RGB Variations
Color information
#ED200D (or 0xED200D) is known color: Scarlet. HEX triplet: ED, 20 and 0D. RGB value is (237,32,13). Sum of RGB (Red+Green+Blue) = 237+32+13=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED200D is #12DFF2. Grayscale: #5B5B5B. Windows color (decimal): -1236979 or 860397. OLE color: 860397.
HSL color Cylindrical-coordinate representation of color #ED200D: hue angle of 5.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED200D is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 13 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.07 |
| HSL | 5.09º | 0.9% | 0.49% | - |
| HSV(B) | 5.09º | 0.95% | 0.93% | - |
| XYZ | 35.51 | 19.07 | 2.19 | - |
| YUV | 91.13 | 83.92 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 13 | 0 | 0.86 | 0.95 | 0.07 | 5.09 | 0.9 | 0.49 |
| Hex | ED | 20 | D | 0 | 56 | 5F | 7 | 5 | 5A | 31 |
| Octal | 355 | 40 | 15 | 0 | 126 | 137 | 7 | 5 | 132 | 61 |
| Binary | 11101101 | 100000 | 1101 | 0 | 1010110 | 1011111 | 111 | 101 | 1011010 | 110001 |
Color Harmonies of #ED200D
Complementary color
Monochromatic Colors of #ED200D
Black with #ED200D
Text Example
Text Example
White with #ED200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED200D; }
p { color: rgb(237,32,13); }
H1.HeaderClassName
{
color: #ED200D;
}
.AnyTagClassName
{
color: #ED200D;
}
</style>
background-color css
<style>
a { background-color: #ED200D; }
a { background-color: rgb(237,32,13); }
div.DivClassName
{
background-color: #ED200D;
}
.BgClassName
{
background-color: #ED200D;
}
</style>
border-color css
<style>
span { border-color: #ED200D; }
span { border-color: rgb(237,32,13); }
td.TdClassName
{
border-color: #ED200D;
}
.TagClassName
{
border-color: #ED200D;
}
</style>