Shades of Scarlet #ED2805
Tints of Scarlet #ED2805
RGB
CMYK
RGB Variations
Color information
#ED2805 (or 0xED2805) is known color: Scarlet. HEX triplet: ED, 28 and 05. RGB value is (237,40,5). Sum of RGB (Red+Green+Blue) = 237+40+5=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2805 is #12D7FA. Grayscale: #5F5F5F. Windows color (decimal): -1234939 or 338157. OLE color: 338157.
HSL color Cylindrical-coordinate representation of color #ED2805: hue angle of 9.05º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED2805 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.07 |
| HSL | 9.05º | 0.96% | 0.47% | - |
| HSV(B) | 9.05º | 0.98% | 0.93% | - |
| XYZ | 35.71 | 19.53 | 2.03 | - |
| YUV | 94.91 | 77.27 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 5 | 0 | 0.83 | 0.98 | 0.07 | 9.05 | 0.96 | 0.47 |
| Hex | ED | 28 | 5 | 0 | 53 | 62 | 7 | 9 | 60 | 2F |
| Octal | 355 | 50 | 5 | 0 | 123 | 142 | 7 | 11 | 140 | 57 |
| Binary | 11101101 | 101000 | 101 | 0 | 1010011 | 1100010 | 111 | 1001 | 1100000 | 101111 |
Color Harmonies of #ED2805
Complementary color
Monochromatic Colors of #ED2805
Black with #ED2805
Text Example
Text Example
White with #ED2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2805; }
p { color: rgb(237,40,5); }
H1.HeaderClassName
{
color: #ED2805;
}
.AnyTagClassName
{
color: #ED2805;
}
</style>
background-color css
<style>
a { background-color: #ED2805; }
a { background-color: rgb(237,40,5); }
div.DivClassName
{
background-color: #ED2805;
}
.BgClassName
{
background-color: #ED2805;
}
</style>
border-color css
<style>
span { border-color: #ED2805; }
span { border-color: rgb(237,40,5); }
td.TdClassName
{
border-color: #ED2805;
}
.TagClassName
{
border-color: #ED2805;
}
</style>