Html Css Color HEX #EC1A3E Crimson

📋 copy color: '#EC1A3E'

red 236 ◦ green 26 ◦ blue 62

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

Shades of Crimson #EC1A3E

Tints of Crimson #EC1A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 72.84%
G = 8.02%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC1A3E (or 0xEC1A3E) is known color: Crimson. HEX triplet: EC, 1A and 3E. RGB value is (236,26,62). Sum of RGB (Red+Green+Blue) = 236+26+62=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A3E is #13E5C1. Grayscale: #5C5C5C. Windows color (decimal): -1304002 or 4070124. OLE color: 4070124.

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

Color convert

RGB 236 26 62 -
CMYK 0 0.89 0.74 0.07
HSL 349.71º 0.85% 0.51% -
HSV(B) 349.71º 0.89% 0.93% -
XYZ 35.83 18.92 6.32 -
YUV 92.89 110.57 230.07 -
System Red Green Blue C M Y K H S L
Decimal 236 26 62 0 0.89 0.74 0.07 349.71 0.85 0.51
Hex EC 1A 3E 0 59 4A 7 15E 55 33
Octal 354 32 76 0 131 112 7 536 125 63
Binary 11101100 11010 111110 0 1011001 1001010 111 101011110 1010101 110011

Color Harmonies of #EC1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A3E

Black with #EC1A3E

Text Example


Text Example

White with #EC1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A3E; }

 p { color: rgb(236,26,62); }

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

background-color css

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

 a { background-color: rgb(236,26,62); }

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

border-color css

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

 span { border-color: rgb(236,26,62); }

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