Shades of Scarlet #ED221B
Tints of Scarlet #ED221B
RGB
CMYK
RGB Variations
Color information
#ED221B (or 0xED221B) is known color: Scarlet. HEX triplet: ED, 22 and 1B. RGB value is (237,34,27). Sum of RGB (Red+Green+Blue) = 237+34+27=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED221B is #12DDE4. Grayscale: #5E5E5E. Windows color (decimal): -1236453 or 1778413. OLE color: 1778413.
HSL color Cylindrical-coordinate representation of color #ED221B: hue angle of 2º 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 #ED221B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.07 |
| HSL | 2º | 0.85% | 0.52% | - |
| HSV(B) | 2º | 0.89% | 0.93% | - |
| XYZ | 35.69 | 19.23 | 2.87 | - |
| YUV | 93.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 27 | 0 | 0.86 | 0.89 | 0.07 | 2 | 0.85 | 0.52 |
| Hex | ED | 22 | 1B | 0 | 56 | 59 | 7 | 2 | 55 | 34 |
| Octal | 355 | 42 | 33 | 0 | 126 | 131 | 7 | 2 | 125 | 64 |
| Binary | 11101101 | 100010 | 11011 | 0 | 1010110 | 1011001 | 111 | 10 | 1010101 | 110100 |
Color Harmonies of #ED221B
Complementary color
Monochromatic Colors of #ED221B
Black with #ED221B
Text Example
Text Example
White with #ED221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED221B; }
p { color: rgb(237,34,27); }
H1.HeaderClassName
{
color: #ED221B;
}
.AnyTagClassName
{
color: #ED221B;
}
</style>
background-color css
<style>
a { background-color: #ED221B; }
a { background-color: rgb(237,34,27); }
div.DivClassName
{
background-color: #ED221B;
}
.BgClassName
{
background-color: #ED221B;
}
</style>
border-color css
<style>
span { border-color: #ED221B; }
span { border-color: rgb(237,34,27); }
td.TdClassName
{
border-color: #ED221B;
}
.TagClassName
{
border-color: #ED221B;
}
</style>