Html Css Color HEX #EC0143 Crimson

📋 copy color: '#EC0143'

red 236 ◦ green 1 ◦ blue 67

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

Shades of Crimson #EC0143

Tints of Crimson #EC0143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 67 (26.56% from 255) = 22.04%

R = 77.63%
G = 0.33%
B = 22.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0143 (or 0xEC0143) is known color: Crimson. HEX triplet: EC, 01 and 43. RGB value is (236,1,67). Sum of RGB (Red+Green+Blue) = 236+1+67=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0143 is #13FEBC. Grayscale: #4E4E4E. Windows color (decimal): -1310397 or 4391404. OLE color: 4391404.

HSL color Cylindrical-coordinate representation of color #EC0143: hue angle of 343.15º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0143 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 67 -
CMYK 0 1.00 0.72 0.07
HSL 343.15º 0.99% 0.46% -
HSV(B) 343.15º 1% 0.93% -
XYZ 35.62 18.26 6.96 -
YUV 78.79 121.36 240.13 -
System Red Green Blue C M Y K H S L
Decimal 236 1 67 0 1.00 0.72 0.07 343.15 0.99 0.46
Hex EC 1 43 0 64 48 7 157 63 2E
Octal 354 1 103 0 144 110 7 527 143 56
Binary 11101100 1 1000011 0 1100100 1001000 111 101010111 1100011 101110

Color Harmonies of #EC0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0143

Black with #EC0143

Text Example


Text Example

White with #EC0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0143; }

 p { color: rgb(236,1,67); }

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

background-color css

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

 a { background-color: rgb(236,1,67); }

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

border-color css

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

 span { border-color: rgb(236,1,67); }

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