Shades of Scarlet #ED290B
Tints of Scarlet #ED290B
RGB
CMYK
RGB Variations
Color information
#ED290B (or 0xED290B) is known color: Scarlet. HEX triplet: ED, 29 and 0B. RGB value is (237,41,11). Sum of RGB (Red+Green+Blue) = 237+41+11=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED290B is #12D6F4. Grayscale: #606060. Windows color (decimal): -1234677 or 731629. OLE color: 731629.
HSL color Cylindrical-coordinate representation of color #ED290B: hue angle of 7.96º degrees, saturation: 0.91, 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 #ED290B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.07 |
| HSL | 7.96º | 0.91% | 0.49% | - |
| HSV(B) | 7.96º | 0.95% | 0.93% | - |
| XYZ | 35.78 | 19.61 | 2.22 | - |
| YUV | 96.18 | 79.93 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 11 | 0 | 0.83 | 0.95 | 0.07 | 7.96 | 0.91 | 0.49 |
| Hex | ED | 29 | B | 0 | 53 | 5F | 7 | 8 | 5B | 31 |
| Octal | 355 | 51 | 13 | 0 | 123 | 137 | 7 | 10 | 133 | 61 |
| Binary | 11101101 | 101001 | 1011 | 0 | 1010011 | 1011111 | 111 | 1000 | 1011011 | 110001 |
Color Harmonies of #ED290B
Complementary color
Monochromatic Colors of #ED290B
Black with #ED290B
Text Example
Text Example
White with #ED290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED290B; }
p { color: rgb(237,41,11); }
H1.HeaderClassName
{
color: #ED290B;
}
.AnyTagClassName
{
color: #ED290B;
}
</style>
background-color css
<style>
a { background-color: #ED290B; }
a { background-color: rgb(237,41,11); }
div.DivClassName
{
background-color: #ED290B;
}
.BgClassName
{
background-color: #ED290B;
}
</style>
border-color css
<style>
span { border-color: #ED290B; }
span { border-color: rgb(237,41,11); }
td.TdClassName
{
border-color: #ED290B;
}
.TagClassName
{
border-color: #ED290B;
}
</style>