Shades of Scarlet #ED201A
Tints of Scarlet #ED201A
RGB
CMYK
RGB Variations
Color information
#ED201A (or 0xED201A) is known color: Scarlet. HEX triplet: ED, 20 and 1A. RGB value is (237,32,26). Sum of RGB (Red+Green+Blue) = 237+32+26=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED201A is #12DFE5. Grayscale: #5C5C5C. Windows color (decimal): -1236966 or 1712365. OLE color: 1712365.
HSL color Cylindrical-coordinate representation of color #ED201A: hue angle of 1.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED201A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 26 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.07 |
| HSL | 1.71º | 0.85% | 0.52% | - |
| HSV(B) | 1.71º | 0.89% | 0.93% | - |
| XYZ | 35.63 | 19.11 | 2.79 | - |
| YUV | 92.61 | 90.42 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 26 | 0 | 0.86 | 0.89 | 0.07 | 1.71 | 0.85 | 0.52 |
| Hex | ED | 20 | 1A | 0 | 56 | 59 | 7 | 2 | 55 | 34 |
| Octal | 355 | 40 | 32 | 0 | 126 | 131 | 7 | 2 | 125 | 64 |
| Binary | 11101101 | 100000 | 11010 | 0 | 1010110 | 1011001 | 111 | 10 | 1010101 | 110100 |
Color Harmonies of #ED201A
Complementary color
Monochromatic Colors of #ED201A
Black with #ED201A
Text Example
Text Example
White with #ED201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED201A; }
p { color: rgb(237,32,26); }
H1.HeaderClassName
{
color: #ED201A;
}
.AnyTagClassName
{
color: #ED201A;
}
</style>
background-color css
<style>
a { background-color: #ED201A; }
a { background-color: rgb(237,32,26); }
div.DivClassName
{
background-color: #ED201A;
}
.BgClassName
{
background-color: #ED201A;
}
</style>
border-color css
<style>
span { border-color: #ED201A; }
span { border-color: rgb(237,32,26); }
td.TdClassName
{
border-color: #ED201A;
}
.TagClassName
{
border-color: #ED201A;
}
</style>