Shades of Scarlet #ED2812
Tints of Scarlet #ED2812
RGB
CMYK
RGB Variations
Color information
#ED2812 (or 0xED2812) is known color: Scarlet. HEX triplet: ED, 28 and 12. RGB value is (237,40,18). Sum of RGB (Red+Green+Blue) = 237+40+18=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2812 is #12D7ED. Grayscale: #606060. Windows color (decimal): -1234926 or 1190125. OLE color: 1190125.
HSL color Cylindrical-coordinate representation of color #ED2812: hue angle of 6.03º 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 #ED2812 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 18 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.07 |
| HSL | 6.03º | 0.86% | 0.5% | - |
| HSV(B) | 6.03º | 0.92% | 0.93% | - |
| XYZ | 35.79 | 19.57 | 2.46 | - |
| YUV | 96.4 | 83.77 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 18 | 0 | 0.83 | 0.92 | 0.07 | 6.03 | 0.86 | 0.5 |
| Hex | ED | 28 | 12 | 0 | 53 | 5C | 7 | 6 | 56 | 32 |
| Octal | 355 | 50 | 22 | 0 | 123 | 134 | 7 | 6 | 126 | 62 |
| Binary | 11101101 | 101000 | 10010 | 0 | 1010011 | 1011100 | 111 | 110 | 1010110 | 110010 |
Color Harmonies of #ED2812
Complementary color
Monochromatic Colors of #ED2812
Black with #ED2812
Text Example
Text Example
White with #ED2812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2812; }
p { color: rgb(237,40,18); }
H1.HeaderClassName
{
color: #ED2812;
}
.AnyTagClassName
{
color: #ED2812;
}
</style>
background-color css
<style>
a { background-color: #ED2812; }
a { background-color: rgb(237,40,18); }
div.DivClassName
{
background-color: #ED2812;
}
.BgClassName
{
background-color: #ED2812;
}
</style>
border-color css
<style>
span { border-color: #ED2812; }
span { border-color: rgb(237,40,18); }
td.TdClassName
{
border-color: #ED2812;
}
.TagClassName
{
border-color: #ED2812;
}
</style>