Shades of Scarlet #ED300D
Tints of Scarlet #ED300D
RGB
CMYK
RGB Variations
Color information
#ED300D (or 0xED300D) is known color: Scarlet. HEX triplet: ED, 30 and 0D. RGB value is (237,48,13). Sum of RGB (Red+Green+Blue) = 237+48+13=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED300D is #12CFF2. Grayscale: #646464. Windows color (decimal): -1232883 or 864493. OLE color: 864493.
HSL color Cylindrical-coordinate representation of color #ED300D: hue angle of 9.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED300D is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 48 | 13 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.07 |
| HSL | 9.38º | 0.9% | 0.49% | - |
| HSV(B) | 9.38º | 0.95% | 0.93% | - |
| XYZ | 36.05 | 20.15 | 2.37 | - |
| YUV | 100.52 | 78.62 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 13 | 0 | 0.80 | 0.95 | 0.07 | 9.38 | 0.9 | 0.49 |
| Hex | ED | 30 | D | 0 | 50 | 5F | 7 | 9 | 5A | 31 |
| Octal | 355 | 60 | 15 | 0 | 120 | 137 | 7 | 11 | 132 | 61 |
| Binary | 11101101 | 110000 | 1101 | 0 | 1010000 | 1011111 | 111 | 1001 | 1011010 | 110001 |
Color Harmonies of #ED300D
Complementary color
Monochromatic Colors of #ED300D
Black with #ED300D
Text Example
Text Example
White with #ED300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED300D; }
p { color: rgb(237,48,13); }
H1.HeaderClassName
{
color: #ED300D;
}
.AnyTagClassName
{
color: #ED300D;
}
</style>
background-color css
<style>
a { background-color: #ED300D; }
a { background-color: rgb(237,48,13); }
div.DivClassName
{
background-color: #ED300D;
}
.BgClassName
{
background-color: #ED300D;
}
</style>
border-color css
<style>
span { border-color: #ED300D; }
span { border-color: rgb(237,48,13); }
td.TdClassName
{
border-color: #ED300D;
}
.TagClassName
{
border-color: #ED300D;
}
</style>