Html Css Color HEX #EC143C Crimson

📋 copy color: '#EC143C'

red 236 ◦ green 20 ◦ blue 60

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

Shades of Crimson #EC143C

Tints of Crimson #EC143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 74.68%
G = 6.33%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC143C (or 0xEC143C) is known color: Crimson. HEX triplet: EC, 14 and 3C. RGB value is (236,20,60). Sum of RGB (Red+Green+Blue) = 236+20+60=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC143C is #13EBC3. Grayscale: #595959. Windows color (decimal): -1305540 or 3937516. OLE color: 3937516.

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

Color convert

RGB 236 20 60 -
CMYK 0 0.92 0.75 0.07
HSL 348.89º 0.85% 0.5% -
HSV(B) 348.89º 0.92% 0.93% -
XYZ 35.66 18.66 6 -
YUV 89.14 111.56 232.75 -
System Red Green Blue C M Y K H S L
Decimal 236 20 60 0 0.92 0.75 0.07 348.89 0.85 0.5
Hex EC 14 3C 0 5C 4B 7 15D 55 32
Octal 354 24 74 0 134 113 7 535 125 62
Binary 11101100 10100 111100 0 1011100 1001011 111 101011101 1010101 110010

Color Harmonies of #EC143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC143C

Black with #EC143C

Text Example


Text Example

White with #EC143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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