Shades of Scarlet #ED291B
Tints of Scarlet #ED291B
RGB
CMYK
RGB Variations
Color information
#ED291B (or 0xED291B) is known color: Scarlet. HEX triplet: ED, 29 and 1B. RGB value is (237,41,27). Sum of RGB (Red+Green+Blue) = 237+41+27=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED291B is #12D6E4. Grayscale: #626262. Windows color (decimal): -1234661 or 1780205. OLE color: 1780205.
HSL color Cylindrical-coordinate representation of color #ED291B: hue angle of 4º 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 #ED291B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 27 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.07 |
| HSL | 4º | 0.85% | 0.52% | - |
| HSV(B) | 4º | 0.89% | 0.93% | - |
| XYZ | 35.92 | 19.67 | 2.94 | - |
| YUV | 98.01 | 87.93 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 27 | 0 | 0.83 | 0.89 | 0.07 | 4 | 0.85 | 0.52 |
| Hex | ED | 29 | 1B | 0 | 53 | 59 | 7 | 4 | 55 | 34 |
| Octal | 355 | 51 | 33 | 0 | 123 | 131 | 7 | 4 | 125 | 64 |
| Binary | 11101101 | 101001 | 11011 | 0 | 1010011 | 1011001 | 111 | 100 | 1010101 | 110100 |
Color Harmonies of #ED291B
Complementary color
Monochromatic Colors of #ED291B
Black with #ED291B
Text Example
Text Example
White with #ED291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED291B; }
p { color: rgb(237,41,27); }
H1.HeaderClassName
{
color: #ED291B;
}
.AnyTagClassName
{
color: #ED291B;
}
</style>
background-color css
<style>
a { background-color: #ED291B; }
a { background-color: rgb(237,41,27); }
div.DivClassName
{
background-color: #ED291B;
}
.BgClassName
{
background-color: #ED291B;
}
</style>
border-color css
<style>
span { border-color: #ED291B; }
span { border-color: rgb(237,41,27); }
td.TdClassName
{
border-color: #ED291B;
}
.TagClassName
{
border-color: #ED291B;
}
</style>