Html Css Color HEX #EC1914 Scarlet

📋 copy color: '#EC1914'

red 236 ◦ green 25 ◦ blue 20

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

Shades of Scarlet #EC1914

Tints of Scarlet #EC1914

RGB

 RED value IS 236 (92.58% from 255) = 83.99%

 GREEN value IS 25 (10.16% from 255) = 8.9%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 83.99%
G = 8.9%
B = 7.12%

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

#EC1914 (or 0xEC1914) is known color: Scarlet. HEX triplet: EC, 19 and 14. RGB value is (236,25,20). Sum of RGB (Red+Green+Blue) = 236+25+20=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1914 is #13E6EB. Grayscale: #575757. Windows color (decimal): -1304300 or 1317356. OLE color: 1317356.

HSL color Cylindrical-coordinate representation of color #EC1914: hue angle of 1.39º degrees, saturation: 0.85, 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 #EC1914 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 20 -
CMYK 0 0.89 0.92 0.07
HSL 1.39º 0.85% 0.5% -
HSV(B) 1.39º 0.92% 0.93% -
XYZ 35.07 18.58 2.4 -
YUV 87.52 89.9 233.91 -
System Red Green Blue C M Y K H S L
Decimal 236 25 20 0 0.89 0.92 0.07 1.39 0.85 0.5
Hex EC 19 14 0 59 5C 7 1 55 32
Octal 354 31 24 0 131 134 7 1 125 62
Binary 11101100 11001 10100 0 1011001 1011100 111 1 1010101 110010

Color Harmonies of #EC1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1914

Black with #EC1914

Text Example


Text Example

White with #EC1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1914; }

 p { color: rgb(236,25,20); }

 H1.HeaderClassName
 {
   color: #EC1914;
 }
 .AnyTagClassName
 {
   color: #EC1914;
 }
</style>

background-color css

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

 a { background-color: rgb(236,25,20); }

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

border-color css

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

 span { border-color: rgb(236,25,20); }

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