Shades of Scarlet #ED2D04
Tints of Scarlet #ED2D04
RGB
CMYK
RGB Variations
Color information
#ED2D04 (or 0xED2D04) is known color: Scarlet. HEX triplet: ED, 2D and 04. RGB value is (237,45,4). Sum of RGB (Red+Green+Blue) = 237+45+4=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D04 is #12D2FB. Grayscale: #626262. Windows color (decimal): -1233660 or 273901. OLE color: 273901.
HSL color Cylindrical-coordinate representation of color #ED2D04: hue angle of 10.56º degrees, saturation: 0.97, 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 #ED2D04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.07 |
| HSL | 10.56º | 0.97% | 0.47% | - |
| HSV(B) | 10.56º | 0.98% | 0.93% | - |
| XYZ | 35.89 | 19.89 | 2.06 | - |
| YUV | 97.73 | 75.11 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 4 | 0 | 0.81 | 0.98 | 0.07 | 10.56 | 0.97 | 0.47 |
| Hex | ED | 2D | 4 | 0 | 51 | 62 | 7 | B | 61 | 2F |
| Octal | 355 | 55 | 4 | 0 | 121 | 142 | 7 | 13 | 141 | 57 |
| Binary | 11101101 | 101101 | 100 | 0 | 1010001 | 1100010 | 111 | 1011 | 1100001 | 101111 |
Color Harmonies of #ED2D04
Complementary color
Monochromatic Colors of #ED2D04
Black with #ED2D04
Text Example
Text Example
White with #ED2D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D04; }
p { color: rgb(237,45,4); }
H1.HeaderClassName
{
color: #ED2D04;
}
.AnyTagClassName
{
color: #ED2D04;
}
</style>
background-color css
<style>
a { background-color: #ED2D04; }
a { background-color: rgb(237,45,4); }
div.DivClassName
{
background-color: #ED2D04;
}
.BgClassName
{
background-color: #ED2D04;
}
</style>
border-color css
<style>
span { border-color: #ED2D04; }
span { border-color: rgb(237,45,4); }
td.TdClassName
{
border-color: #ED2D04;
}
.TagClassName
{
border-color: #ED2D04;
}
</style>