Shades of Scarlet #ED1512
Tints of Scarlet #ED1512
RGB
CMYK
RGB Variations
Color information
#ED1512 (or 0xED1512) is known color: Scarlet. HEX triplet: ED, 15 and 12. RGB value is (237,21,18). Sum of RGB (Red+Green+Blue) = 237+21+18=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1512 is #12EAED. Grayscale: #555555. Windows color (decimal): -1239790 or 1185261. OLE color: 1185261.
HSL color Cylindrical-coordinate representation of color #ED1512: hue angle of 0.82º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1512 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.07 |
| HSL | 0.82º | 0.86% | 0.5% | - |
| HSV(B) | 0.82º | 0.92% | 0.93% | - |
| XYZ | 35.3 | 18.58 | 2.3 | - |
| YUV | 85.24 | 90.06 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 18 | 0 | 0.91 | 0.92 | 0.07 | 0.82 | 0.86 | 0.5 |
| Hex | ED | 15 | 12 | 0 | 5B | 5C | 7 | 1 | 56 | 32 |
| Octal | 355 | 25 | 22 | 0 | 133 | 134 | 7 | 1 | 126 | 62 |
| Binary | 11101101 | 10101 | 10010 | 0 | 1011011 | 1011100 | 111 | 1 | 1010110 | 110010 |
Color Harmonies of #ED1512
Complementary color
Monochromatic Colors of #ED1512
Black with #ED1512
Text Example
Text Example
White with #ED1512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1512; }
p { color: rgb(237,21,18); }
H1.HeaderClassName
{
color: #ED1512;
}
.AnyTagClassName
{
color: #ED1512;
}
</style>
background-color css
<style>
a { background-color: #ED1512; }
a { background-color: rgb(237,21,18); }
div.DivClassName
{
background-color: #ED1512;
}
.BgClassName
{
background-color: #ED1512;
}
</style>
border-color css
<style>
span { border-color: #ED1512; }
span { border-color: rgb(237,21,18); }
td.TdClassName
{
border-color: #ED1512;
}
.TagClassName
{
border-color: #ED1512;
}
</style>