Shades of Scarlet #ED2905
Tints of Scarlet #ED2905
RGB
CMYK
RGB Variations
Color information
#ED2905 (or 0xED2905) is known color: Scarlet. HEX triplet: ED, 29 and 05. RGB value is (237,41,5). Sum of RGB (Red+Green+Blue) = 237+41+5=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2905 is #12D6FA. Grayscale: #5F5F5F. Windows color (decimal): -1234683 or 338413. OLE color: 338413.
HSL color Cylindrical-coordinate representation of color #ED2905: hue angle of 9.31º 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 #ED2905 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.07 |
| HSL | 9.31º | 0.96% | 0.47% | - |
| HSV(B) | 9.31º | 0.98% | 0.93% | - |
| XYZ | 35.75 | 19.6 | 2.04 | - |
| YUV | 95.5 | 76.93 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 5 | 0 | 0.83 | 0.98 | 0.07 | 9.31 | 0.96 | 0.47 |
| Hex | ED | 29 | 5 | 0 | 53 | 62 | 7 | 9 | 60 | 2F |
| Octal | 355 | 51 | 5 | 0 | 123 | 142 | 7 | 11 | 140 | 57 |
| Binary | 11101101 | 101001 | 101 | 0 | 1010011 | 1100010 | 111 | 1001 | 1100000 | 101111 |
Color Harmonies of #ED2905
Complementary color
Monochromatic Colors of #ED2905
Black with #ED2905
Text Example
Text Example
White with #ED2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2905; }
p { color: rgb(237,41,5); }
H1.HeaderClassName
{
color: #ED2905;
}
.AnyTagClassName
{
color: #ED2905;
}
</style>
background-color css
<style>
a { background-color: #ED2905; }
a { background-color: rgb(237,41,5); }
div.DivClassName
{
background-color: #ED2905;
}
.BgClassName
{
background-color: #ED2905;
}
</style>
border-color css
<style>
span { border-color: #ED2905; }
span { border-color: rgb(237,41,5); }
td.TdClassName
{
border-color: #ED2905;
}
.TagClassName
{
border-color: #ED2905;
}
</style>