Html Css Color HEX #EC143A Crimson

📋 copy color: '#EC143A'

red 236 ◦ green 20 ◦ blue 58

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

Shades of Crimson #EC143A

Tints of Crimson #EC143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 75.16%
G = 6.37%
B = 18.47%

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

#EC143A (or 0xEC143A) is known color: Crimson. HEX triplet: EC, 14 and 3A. RGB value is (236,20,58). Sum of RGB (Red+Green+Blue) = 236+20+58=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC143A is #13EBC5. Grayscale: #585858. Windows color (decimal): -1305542 or 3806444. OLE color: 3806444.

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

Color convert

RGB 236 20 58 -
CMYK 0 0.92 0.75 0.07
HSL 349.44º 0.85% 0.5% -
HSV(B) 349.44º 0.92% 0.93% -
XYZ 35.61 18.64 5.72 -
YUV 88.92 110.56 232.91 -
System Red Green Blue C M Y K H S L
Decimal 236 20 58 0 0.92 0.75 0.07 349.44 0.85 0.5
Hex EC 14 3A 0 5C 4B 7 15D 55 32
Octal 354 24 72 0 134 113 7 535 125 62
Binary 11101100 10100 111010 0 1011100 1001011 111 101011101 1010101 110010

Color Harmonies of #EC143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC143A

Black with #EC143A

Text Example


Text Example

White with #EC143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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