Shades of Scarlet #ED1300
Tints of Scarlet #ED1300
RGB
CMYK
RGB Variations
Color information
#ED1300 (or 0xED1300) is known color: Scarlet. HEX triplet: ED, 13 and 00. RGB value is (237,19,0). Sum of RGB (Red+Green+Blue) = 237+19+0=256 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.58% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1300 is #12ECFF. Grayscale: #525252. Windows color (decimal): -1240320 or 5101. OLE color: 5101.
HSL color Cylindrical-coordinate representation of color #ED1300: hue angle of 4.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED1300 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.07 |
| HSL | 4.81º | 1% | 0.46% | - |
| HSV(B) | 4.81º | 1% | 0.93% | - |
| XYZ | 35.16 | 18.47 | 1.71 | - |
| YUV | 82.02 | 81.72 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 0 | 0 | 0.92 | 1 | 0.07 | 4.81 | 1 | 0.46 |
| Hex | ED | 13 | 0 | 0 | 5C | 64 | 7 | 5 | 64 | 2E |
| Octal | 355 | 23 | 0 | 0 | 134 | 144 | 7 | 5 | 144 | 56 |
| Binary | 11101101 | 10011 | 0 | 0 | 1011100 | 1100100 | 111 | 101 | 1100100 | 101110 |
Color Harmonies of #ED1300
Complementary color
Monochromatic Colors of #ED1300
Black with #ED1300
Text Example
Text Example
White with #ED1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1300; }
p { color: rgb(237,19,0); }
H1.HeaderClassName
{
color: #ED1300;
}
.AnyTagClassName
{
color: #ED1300;
}
</style>
background-color css
<style>
a { background-color: #ED1300; }
a { background-color: rgb(237,19,0); }
div.DivClassName
{
background-color: #ED1300;
}
.BgClassName
{
background-color: #ED1300;
}
</style>
border-color css
<style>
span { border-color: #ED1300; }
span { border-color: rgb(237,19,0); }
td.TdClassName
{
border-color: #ED1300;
}
.TagClassName
{
border-color: #ED1300;
}
</style>