Html Css Color HEX #ED1A14 Scarlet

📋 copy color: '#ED1A14'

red 237 ◦ green 26 ◦ blue 20

#ED1A14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #ED1A14

Tints of Scarlet #ED1A14

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.2% from 255) = 7.07%

R = 83.75%
G = 9.19%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED1A14 (or 0xED1A14) is known color: 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

RGB 237 26 20 -
CMYK 0 0.89 0.92 0.07
HSL 1.66º 0.86% 0.5% -
HSV(B) 1.66º 0.92% 0.93% -
XYZ 35.42 18.79 2.42 -
YUV 88.41 89.4 233.99 -
System Red Green Blue C M Y K H S L
Decimal 237 26 20 0 0.89 0.92 0.07 1.66 0.86 0.5
Hex ED 1A 14 0 59 5C 7 2 56 32
Octal 355 32 24 0 131 134 7 2 126 62
Binary 11101101 11010 10100 0 1011001 1011100 111 10 1010110 110010

Color Harmonies of #ED1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1A14

Black with #ED1A14

Text Example


Text Example

White with #ED1A14

Text Example


Text Example

HTML Codes & Css Web 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>