Shades of Scarlet #ED2D06
Tints of Scarlet #ED2D06
RGB
CMYK
RGB Variations
Color information
#ED2D06 (or 0xED2D06) is known color: Scarlet. HEX triplet: ED, 2D and 06. RGB value is (237,45,6). Sum of RGB (Red+Green+Blue) = 237+45+6=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D06 is #12D2F9. Grayscale: #626262. Windows color (decimal): -1233658 or 404973. OLE color: 404973.
HSL color Cylindrical-coordinate representation of color #ED2D06: hue angle of 10.13º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED2D06 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.07 |
| HSL | 10.13º | 0.95% | 0.48% | - |
| HSV(B) | 10.13º | 0.97% | 0.93% | - |
| XYZ | 35.9 | 19.89 | 2.12 | - |
| YUV | 97.96 | 76.11 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 6 | 0 | 0.81 | 0.97 | 0.07 | 10.13 | 0.95 | 0.48 |
| Hex | ED | 2D | 6 | 0 | 51 | 61 | 7 | A | 5F | 30 |
| Octal | 355 | 55 | 6 | 0 | 121 | 141 | 7 | 12 | 137 | 60 |
| Binary | 11101101 | 101101 | 110 | 0 | 1010001 | 1100001 | 111 | 1010 | 1011111 | 110000 |
Color Harmonies of #ED2D06
Complementary color
Monochromatic Colors of #ED2D06
Black with #ED2D06
Text Example
Text Example
White with #ED2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D06; }
p { color: rgb(237,45,6); }
H1.HeaderClassName
{
color: #ED2D06;
}
.AnyTagClassName
{
color: #ED2D06;
}
</style>
background-color css
<style>
a { background-color: #ED2D06; }
a { background-color: rgb(237,45,6); }
div.DivClassName
{
background-color: #ED2D06;
}
.BgClassName
{
background-color: #ED2D06;
}
</style>
border-color css
<style>
span { border-color: #ED2D06; }
span { border-color: rgb(237,45,6); }
td.TdClassName
{
border-color: #ED2D06;
}
.TagClassName
{
border-color: #ED2D06;
}
</style>