Html Css Color HEX #EC1C43 Crimson

📋 copy color: '#EC1C43'

red 236 ◦ green 28 ◦ blue 67

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

Shades of Crimson #EC1C43

Tints of Crimson #EC1C43

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

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

R = 71.3%
G = 8.46%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC1C43 (or 0xEC1C43) is known color: Crimson. HEX triplet: EC, 1C and 43. RGB value is (236,28,67). Sum of RGB (Red+Green+Blue) = 236+28+67=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C43 is #13E3BC. Grayscale: #5E5E5E. Windows color (decimal): -1303485 or 4398316. OLE color: 4398316.

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

Color convert

RGB 236 28 67 -
CMYK 0 0.88 0.72 0.07
HSL 348.75º 0.85% 0.52% -
HSV(B) 348.75º 0.88% 0.93% -
XYZ 36.02 19.07 7.09 -
YUV 94.64 112.41 228.83 -
System Red Green Blue C M Y K H S L
Decimal 236 28 67 0 0.88 0.72 0.07 348.75 0.85 0.52
Hex EC 1C 43 0 58 48 7 15D 55 34
Octal 354 34 103 0 130 110 7 535 125 64
Binary 11101100 11100 1000011 0 1011000 1001000 111 101011101 1010101 110100

Color Harmonies of #EC1C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C43

Black with #EC1C43

Text Example


Text Example

White with #EC1C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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