Shades of Scarlet #ED340A
Tints of Scarlet #ED340A
RGB
CMYK
RGB Variations
Color information
#ED340A (or 0xED340A) is known color: Scarlet. HEX triplet: ED, 34 and 0A. RGB value is (237,52,10). Sum of RGB (Red+Green+Blue) = 237+52+10=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED340A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED340A is #12CBF5. Grayscale: #666666. Windows color (decimal): -1231862 or 668909. OLE color: 668909.
HSL color Cylindrical-coordinate representation of color #ED340A: hue angle of 11.1º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED340A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.07 |
| HSL | 11.1º | 0.92% | 0.48% | - |
| HSV(B) | 11.1º | 0.96% | 0.93% | - |
| XYZ | 36.21 | 20.48 | 2.33 | - |
| YUV | 102.53 | 75.79 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 10 | 0 | 0.78 | 0.96 | 0.07 | 11.1 | 0.92 | 0.48 |
| Hex | ED | 34 | A | 0 | 4E | 60 | 7 | B | 5C | 30 |
| Octal | 355 | 64 | 12 | 0 | 116 | 140 | 7 | 13 | 134 | 60 |
| Binary | 11101101 | 110100 | 1010 | 0 | 1001110 | 1100000 | 111 | 1011 | 1011100 | 110000 |
Color Harmonies of #ED340A
Complementary color
Monochromatic Colors of #ED340A
Black with #ED340A
Text Example
Text Example
White with #ED340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED340A; }
p { color: rgb(237,52,10); }
H1.HeaderClassName
{
color: #ED340A;
}
.AnyTagClassName
{
color: #ED340A;
}
</style>
background-color css
<style>
a { background-color: #ED340A; }
a { background-color: rgb(237,52,10); }
div.DivClassName
{
background-color: #ED340A;
}
.BgClassName
{
background-color: #ED340A;
}
</style>
border-color css
<style>
span { border-color: #ED340A; }
span { border-color: rgb(237,52,10); }
td.TdClassName
{
border-color: #ED340A;
}
.TagClassName
{
border-color: #ED340A;
}
</style>