Shades of Scarlet #ED2316
Tints of Scarlet #ED2316
RGB
CMYK
RGB Variations
Color information
#ED2316 (or 0xED2316) is known color: Scarlet. HEX triplet: ED, 23 and 16. RGB value is (237,35,22). Sum of RGB (Red+Green+Blue) = 237+35+22=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2316 is #12DCE9. Grayscale: #5E5E5E. Windows color (decimal): -1236202 or 1450989. OLE color: 1450989.
HSL color Cylindrical-coordinate representation of color #ED2316: hue angle of 3.63º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED2316 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.07 |
| HSL | 3.63º | 0.86% | 0.51% | - |
| HSV(B) | 3.63º | 0.91% | 0.93% | - |
| XYZ | 35.67 | 19.26 | 2.6 | - |
| YUV | 93.92 | 87.42 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 22 | 0 | 0.85 | 0.91 | 0.07 | 3.63 | 0.86 | 0.51 |
| Hex | ED | 23 | 16 | 0 | 55 | 5B | 7 | 4 | 56 | 33 |
| Octal | 355 | 43 | 26 | 0 | 125 | 133 | 7 | 4 | 126 | 63 |
| Binary | 11101101 | 100011 | 10110 | 0 | 1010101 | 1011011 | 111 | 100 | 1010110 | 110011 |
Color Harmonies of #ED2316
Complementary color
Monochromatic Colors of #ED2316
Black with #ED2316
Text Example
Text Example
White with #ED2316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2316; }
p { color: rgb(237,35,22); }
H1.HeaderClassName
{
color: #ED2316;
}
.AnyTagClassName
{
color: #ED2316;
}
</style>
background-color css
<style>
a { background-color: #ED2316; }
a { background-color: rgb(237,35,22); }
div.DivClassName
{
background-color: #ED2316;
}
.BgClassName
{
background-color: #ED2316;
}
</style>
border-color css
<style>
span { border-color: #ED2316; }
span { border-color: rgb(237,35,22); }
td.TdClassName
{
border-color: #ED2316;
}
.TagClassName
{
border-color: #ED2316;
}
</style>