Shades of Scarlet #ED2616
Tints of Scarlet #ED2616
RGB
CMYK
RGB Variations
Color information
#ED2616 (or 0xED2616) is known color: Scarlet. HEX triplet: ED, 26 and 16. RGB value is (237,38,22). Sum of RGB (Red+Green+Blue) = 237+38+22=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2616 is #12D9E9. Grayscale: #5F5F5F. Windows color (decimal): -1235434 or 1451757. OLE color: 1451757.
HSL color Cylindrical-coordinate representation of color #ED2616: hue angle of 4.47º 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 #ED2616 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 22 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.07 |
| HSL | 4.47º | 0.86% | 0.51% | - |
| HSV(B) | 4.47º | 0.91% | 0.93% | - |
| XYZ | 35.76 | 19.45 | 2.63 | - |
| YUV | 95.68 | 86.43 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 22 | 0 | 0.84 | 0.91 | 0.07 | 4.47 | 0.86 | 0.51 |
| Hex | ED | 26 | 16 | 0 | 54 | 5B | 7 | 4 | 56 | 33 |
| Octal | 355 | 46 | 26 | 0 | 124 | 133 | 7 | 4 | 126 | 63 |
| Binary | 11101101 | 100110 | 10110 | 0 | 1010100 | 1011011 | 111 | 100 | 1010110 | 110011 |
Color Harmonies of #ED2616
Complementary color
Monochromatic Colors of #ED2616
Black with #ED2616
Text Example
Text Example
White with #ED2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2616; }
p { color: rgb(237,38,22); }
H1.HeaderClassName
{
color: #ED2616;
}
.AnyTagClassName
{
color: #ED2616;
}
</style>
background-color css
<style>
a { background-color: #ED2616; }
a { background-color: rgb(237,38,22); }
div.DivClassName
{
background-color: #ED2616;
}
.BgClassName
{
background-color: #ED2616;
}
</style>
border-color css
<style>
span { border-color: #ED2616; }
span { border-color: rgb(237,38,22); }
td.TdClassName
{
border-color: #ED2616;
}
.TagClassName
{
border-color: #ED2616;
}
</style>