Shades of Scarlet #ED2D05
Tints of Scarlet #ED2D05
RGB
CMYK
RGB Variations
Color information
#ED2D05 (or 0xED2D05) is known color: Scarlet. HEX triplet: ED, 2D and 05. RGB value is (237,45,5). Sum of RGB (Red+Green+Blue) = 237+45+5=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D05 is #12D2FA. Grayscale: #626262. Windows color (decimal): -1233659 or 339437. OLE color: 339437.
HSL color Cylindrical-coordinate representation of color #ED2D05: hue angle of 10.34º 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 #ED2D05 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.07 |
| HSL | 10.34º | 0.96% | 0.47% | - |
| HSV(B) | 10.34º | 0.98% | 0.93% | - |
| XYZ | 35.89 | 19.89 | 2.09 | - |
| YUV | 97.85 | 75.61 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 5 | 0 | 0.81 | 0.98 | 0.07 | 10.34 | 0.96 | 0.47 |
| Hex | ED | 2D | 5 | 0 | 51 | 62 | 7 | A | 60 | 2F |
| Octal | 355 | 55 | 5 | 0 | 121 | 142 | 7 | 12 | 140 | 57 |
| Binary | 11101101 | 101101 | 101 | 0 | 1010001 | 1100010 | 111 | 1010 | 1100000 | 101111 |
Color Harmonies of #ED2D05
Complementary color
Monochromatic Colors of #ED2D05
Black with #ED2D05
Text Example
Text Example
White with #ED2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D05; }
p { color: rgb(237,45,5); }
H1.HeaderClassName
{
color: #ED2D05;
}
.AnyTagClassName
{
color: #ED2D05;
}
</style>
background-color css
<style>
a { background-color: #ED2D05; }
a { background-color: rgb(237,45,5); }
div.DivClassName
{
background-color: #ED2D05;
}
.BgClassName
{
background-color: #ED2D05;
}
</style>
border-color css
<style>
span { border-color: #ED2D05; }
span { border-color: rgb(237,45,5); }
td.TdClassName
{
border-color: #ED2D05;
}
.TagClassName
{
border-color: #ED2D05;
}
</style>