Shades of Scarlet #ED1D0B
Tints of Scarlet #ED1D0B
RGB
CMYK
RGB Variations
Color information
#ED1D0B (or 0xED1D0B) is known color: Scarlet. HEX triplet: ED, 1D and 0B. RGB value is (237,29,11). Sum of RGB (Red+Green+Blue) = 237+29+11=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1D0B is #12E2F4. Grayscale: #595959. Windows color (decimal): -1237749 or 728557. OLE color: 728557.
HSL color Cylindrical-coordinate representation of color #ED1D0B: hue angle of 4.78º 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 #ED1D0B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.07 |
| HSL | 4.78º | 0.91% | 0.49% | - |
| HSV(B) | 4.78º | 0.95% | 0.93% | - |
| XYZ | 35.42 | 18.91 | 2.1 | - |
| YUV | 89.14 | 83.91 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 11 | 0 | 0.88 | 0.95 | 0.07 | 4.78 | 0.91 | 0.49 |
| Hex | ED | 1D | B | 0 | 58 | 5F | 7 | 5 | 5B | 31 |
| Octal | 355 | 35 | 13 | 0 | 130 | 137 | 7 | 5 | 133 | 61 |
| Binary | 11101101 | 11101 | 1011 | 0 | 1011000 | 1011111 | 111 | 101 | 1011011 | 110001 |
Color Harmonies of #ED1D0B
Complementary color
Monochromatic Colors of #ED1D0B
Black with #ED1D0B
Text Example
Text Example
White with #ED1D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D0B; }
p { color: rgb(237,29,11); }
H1.HeaderClassName
{
color: #ED1D0B;
}
.AnyTagClassName
{
color: #ED1D0B;
}
</style>
background-color css
<style>
a { background-color: #ED1D0B; }
a { background-color: rgb(237,29,11); }
div.DivClassName
{
background-color: #ED1D0B;
}
.BgClassName
{
background-color: #ED1D0B;
}
</style>
border-color css
<style>
span { border-color: #ED1D0B; }
span { border-color: rgb(237,29,11); }
td.TdClassName
{
border-color: #ED1D0B;
}
.TagClassName
{
border-color: #ED1D0B;
}
</style>