Shades of Scarlet #ED2205
Tints of Scarlet #ED2205
RGB
CMYK
RGB Variations
Color information
#ED2205 (or 0xED2205) is known color: Scarlet. HEX triplet: ED, 22 and 05. RGB value is (237,34,5). Sum of RGB (Red+Green+Blue) = 237+34+5=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2205 is #12DDFA. Grayscale: #5B5B5B. Windows color (decimal): -1236475 or 336621. OLE color: 336621.
HSL color Cylindrical-coordinate representation of color #ED2205: hue angle of 7.5º 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 #ED2205 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.07 |
| HSL | 7.5º | 0.96% | 0.47% | - |
| HSV(B) | 7.5º | 0.98% | 0.93% | - |
| XYZ | 35.52 | 19.16 | 1.97 | - |
| YUV | 91.39 | 79.25 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 5 | 0 | 0.86 | 0.98 | 0.07 | 7.5 | 0.96 | 0.47 |
| Hex | ED | 22 | 5 | 0 | 56 | 62 | 7 | 8 | 60 | 2F |
| Octal | 355 | 42 | 5 | 0 | 126 | 142 | 7 | 10 | 140 | 57 |
| Binary | 11101101 | 100010 | 101 | 0 | 1010110 | 1100010 | 111 | 1000 | 1100000 | 101111 |
Color Harmonies of #ED2205
Complementary color
Monochromatic Colors of #ED2205
Black with #ED2205
Text Example
Text Example
White with #ED2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2205; }
p { color: rgb(237,34,5); }
H1.HeaderClassName
{
color: #ED2205;
}
.AnyTagClassName
{
color: #ED2205;
}
</style>
background-color css
<style>
a { background-color: #ED2205; }
a { background-color: rgb(237,34,5); }
div.DivClassName
{
background-color: #ED2205;
}
.BgClassName
{
background-color: #ED2205;
}
</style>
border-color css
<style>
span { border-color: #ED2205; }
span { border-color: rgb(237,34,5); }
td.TdClassName
{
border-color: #ED2205;
}
.TagClassName
{
border-color: #ED2205;
}
</style>