Html Css Color HEX #EC1543 Crimson

📋 copy color: '#EC1543'

red 236 ◦ green 21 ◦ blue 67

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

Shades of Crimson #EC1543

Tints of Crimson #EC1543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

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

R = 72.84%
G = 6.48%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC1543 (or 0xEC1543) is known color: Crimson. HEX triplet: EC, 15 and 43. RGB value is (236,21,67). Sum of RGB (Red+Green+Blue) = 236+21+67=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1543 is #13EABC. Grayscale: #5A5A5A. Windows color (decimal): -1305277 or 4396524. OLE color: 4396524.

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

Color convert

RGB 236 21 67 -
CMYK 0 0.91 0.72 0.07
HSL 347.16º 0.85% 0.5% -
HSV(B) 347.16º 0.91% 0.93% -
XYZ 35.87 18.77 7.04 -
YUV 90.53 114.73 231.76 -
System Red Green Blue C M Y K H S L
Decimal 236 21 67 0 0.91 0.72 0.07 347.16 0.85 0.5
Hex EC 15 43 0 5B 48 7 15B 55 32
Octal 354 25 103 0 133 110 7 533 125 62
Binary 11101100 10101 1000011 0 1011011 1001000 111 101011011 1010101 110010

Color Harmonies of #EC1543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1543

Black with #EC1543

Text Example


Text Example

White with #EC1543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1543; }

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

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

background-color css

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

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

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

border-color css

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

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

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