Html Css Color HEX #EC144B Crimson

📋 copy color: '#EC144B'

red 236 ◦ green 20 ◦ blue 75

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

Shades of Crimson #EC144B

Tints of Crimson #EC144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.66%

R = 71.3%
G = 6.04%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC144B (or 0xEC144B) is known color: Crimson. HEX triplet: EC, 14 and 4B. RGB value is (236,20,75). Sum of RGB (Red+Green+Blue) = 236+20+75=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC144B is #13EBB4. Grayscale: #5A5A5A. Windows color (decimal): -1305525 or 4920556. OLE color: 4920556.

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

Color convert

RGB 236 20 75 -
CMYK 0 0.92 0.68 0.07
HSL 344.72º 0.85% 0.5% -
HSV(B) 344.72º 0.92% 0.93% -
XYZ 36.11 18.84 8.39 -
YUV 90.85 119.06 231.53 -
System Red Green Blue C M Y K H S L
Decimal 236 20 75 0 0.92 0.68 0.07 344.72 0.85 0.5
Hex EC 14 4B 0 5C 44 7 159 55 32
Octal 354 24 113 0 134 104 7 531 125 62
Binary 11101100 10100 1001011 0 1011100 1000100 111 101011001 1010101 110010

Color Harmonies of #EC144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC144B

Black with #EC144B

Text Example


Text Example

White with #EC144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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