#ED1A14

Color #ED1A14 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #ED1A14

Tints of Scarlet #ED1A14

Color information

#ED1A14 (or 0xED1A14) is unknown color: approx Scarlet. HEX triplet: ED, 1A and 14. RGB value is (237,26,20). Sum of RGB (Red+Green+Blue) = 237+26+20=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1A14 is #12E5EB. Grayscale: #585858. Windows color (decimal): -1238508 or 1317613. OLE color: 1317613.

HSL color Cylindrical-coordinate representation of color #ED1A14: hue angle of 1.66º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1A14 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB2372620-
CMYK00.890.920.07
HSL1.66º85.77%50.39%-
HSV(B)1.66º91.56%92.94%-
XYZ35.4218.792.42-
YUV88.489.4233.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 83.75%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=83.75%
G=9.19%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237262000.890.920.071.6685.7750.39
HexED1A140595C725632
Octal355322401311347212662
Binary111011011101010100010110011011100111101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1A14; }

 p { color: rgb(237,26,20); }

 H1.HeaderClassName
 {
   color: #ED1A14;
 }
 .AnyTagClassName
 {
   color: #ED1A14;
 }
</style>
background-color css

<style>
 a { background-color: #ED1A14; }

 a { background-color: rgb(237,26,20); }

 div.DivClassName
 {
   background-color: #ED1A14;
 }
 .BgClassName
 {
   background-color: #ED1A14;
 }
</style>
border-color css

<style>
 span { border-color: #ED1A14; }

 span { border-color: rgb(237,26,20); }

 td.TdClassName
 {
   border-color: #ED1A14;
 }
 .TagClassName
 {
   border-color: #ED1A14;
 }
</style>