Shades of Scarlet #ED340C
Tints of Scarlet #ED340C
RGB
CMYK
RGB Variations
Color information
#ED340C (or 0xED340C) is known color: Scarlet. HEX triplet: ED, 34 and 0C. RGB value is (237,52,12). Sum of RGB (Red+Green+Blue) = 237+52+12=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED340C is #12CBF3. Grayscale: #676767. Windows color (decimal): -1231860 or 799981. OLE color: 799981.
HSL color Cylindrical-coordinate representation of color #ED340C: hue angle of 10.67º 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 #ED340C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.07 |
| HSL | 10.67º | 0.9% | 0.49% | - |
| HSV(B) | 10.67º | 0.95% | 0.93% | - |
| XYZ | 36.22 | 20.49 | 2.39 | - |
| YUV | 102.76 | 76.79 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 12 | 0 | 0.78 | 0.95 | 0.07 | 10.67 | 0.9 | 0.49 |
| Hex | ED | 34 | C | 0 | 4E | 5F | 7 | B | 5A | 31 |
| Octal | 355 | 64 | 14 | 0 | 116 | 137 | 7 | 13 | 132 | 61 |
| Binary | 11101101 | 110100 | 1100 | 0 | 1001110 | 1011111 | 111 | 1011 | 1011010 | 110001 |
Color Harmonies of #ED340C
Complementary color
Monochromatic Colors of #ED340C
Black with #ED340C
Text Example
Text Example
White with #ED340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED340C; }
p { color: rgb(237,52,12); }
H1.HeaderClassName
{
color: #ED340C;
}
.AnyTagClassName
{
color: #ED340C;
}
</style>
background-color css
<style>
a { background-color: #ED340C; }
a { background-color: rgb(237,52,12); }
div.DivClassName
{
background-color: #ED340C;
}
.BgClassName
{
background-color: #ED340C;
}
</style>
border-color css
<style>
span { border-color: #ED340C; }
span { border-color: rgb(237,52,12); }
td.TdClassName
{
border-color: #ED340C;
}
.TagClassName
{
border-color: #ED340C;
}
</style>