Shades of Scarlet #ED2803
Tints of Scarlet #ED2803
RGB
CMYK
RGB Variations
Color information
#ED2803 (or 0xED2803) is known color: Scarlet. HEX triplet: ED, 28 and 03. RGB value is (237,40,3). Sum of RGB (Red+Green+Blue) = 237+40+3=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2803 is #12D7FC. Grayscale: #5F5F5F. Windows color (decimal): -1234941 or 207085. OLE color: 207085.
HSL color Cylindrical-coordinate representation of color #ED2803: hue angle of 9.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED2803 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.07 |
| HSL | 9.49º | 0.98% | 0.47% | - |
| HSV(B) | 9.49º | 0.99% | 0.93% | - |
| XYZ | 35.7 | 19.53 | 1.97 | - |
| YUV | 94.69 | 76.27 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 3 | 0 | 0.83 | 0.99 | 0.07 | 9.49 | 0.98 | 0.47 |
| Hex | ED | 28 | 3 | 0 | 53 | 63 | 7 | 9 | 62 | 2F |
| Octal | 355 | 50 | 3 | 0 | 123 | 143 | 7 | 11 | 142 | 57 |
| Binary | 11101101 | 101000 | 11 | 0 | 1010011 | 1100011 | 111 | 1001 | 1100010 | 101111 |
Color Harmonies of #ED2803
Complementary color
Monochromatic Colors of #ED2803
Black with #ED2803
Text Example
Text Example
White with #ED2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2803; }
p { color: rgb(237,40,3); }
H1.HeaderClassName
{
color: #ED2803;
}
.AnyTagClassName
{
color: #ED2803;
}
</style>
background-color css
<style>
a { background-color: #ED2803; }
a { background-color: rgb(237,40,3); }
div.DivClassName
{
background-color: #ED2803;
}
.BgClassName
{
background-color: #ED2803;
}
</style>
border-color css
<style>
span { border-color: #ED2803; }
span { border-color: rgb(237,40,3); }
td.TdClassName
{
border-color: #ED2803;
}
.TagClassName
{
border-color: #ED2803;
}
</style>