Shades of Scarlet #ED1807
Tints of Scarlet #ED1807
RGB
CMYK
RGB Variations
Color information
#ED1807 (or 0xED1807) is known color: Scarlet. HEX triplet: ED, 18 and 07. RGB value is (237,24,7). Sum of RGB (Red+Green+Blue) = 237+24+7=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1807 is #12E7F8. Grayscale: #565656. Windows color (decimal): -1239033 or 465133. OLE color: 465133.
HSL color Cylindrical-coordinate representation of color #ED1807: hue angle of 4.43º degrees, saturation: 0.94, 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 #ED1807 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.07 |
| HSL | 4.43º | 0.94% | 0.48% | - |
| HSV(B) | 4.43º | 0.97% | 0.93% | - |
| XYZ | 35.29 | 18.67 | 1.95 | - |
| YUV | 85.75 | 83.57 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 7 | 0 | 0.90 | 0.97 | 0.07 | 4.43 | 0.94 | 0.48 |
| Hex | ED | 18 | 7 | 0 | 5A | 61 | 7 | 4 | 5E | 30 |
| Octal | 355 | 30 | 7 | 0 | 132 | 141 | 7 | 4 | 136 | 60 |
| Binary | 11101101 | 11000 | 111 | 0 | 1011010 | 1100001 | 111 | 100 | 1011110 | 110000 |
Color Harmonies of #ED1807
Complementary color
Monochromatic Colors of #ED1807
Black with #ED1807
Text Example
Text Example
White with #ED1807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1807; }
p { color: rgb(237,24,7); }
H1.HeaderClassName
{
color: #ED1807;
}
.AnyTagClassName
{
color: #ED1807;
}
</style>
background-color css
<style>
a { background-color: #ED1807; }
a { background-color: rgb(237,24,7); }
div.DivClassName
{
background-color: #ED1807;
}
.BgClassName
{
background-color: #ED1807;
}
</style>
border-color css
<style>
span { border-color: #ED1807; }
span { border-color: rgb(237,24,7); }
td.TdClassName
{
border-color: #ED1807;
}
.TagClassName
{
border-color: #ED1807;
}
</style>