Html Css Color HEX #EC1C42 Crimson

📋 copy color: '#EC1C42'

red 236 ◦ green 28 ◦ blue 66

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

Shades of Crimson #EC1C42

Tints of Crimson #EC1C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20%

R = 71.52%
G = 8.48%
B = 20%

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

#EC1C42 (or 0xEC1C42) is known color: Crimson. HEX triplet: EC, 1C and 42. RGB value is (236,28,66). Sum of RGB (Red+Green+Blue) = 236+28+66=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C42 is #13E3BD. Grayscale: #5E5E5E. Windows color (decimal): -1303486 or 4332780. OLE color: 4332780.

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

Color convert

RGB 236 28 66 -
CMYK 0 0.88 0.72 0.07
HSL 349.04º 0.85% 0.52% -
HSV(B) 349.04º 0.88% 0.93% -
XYZ 35.99 19.06 6.94 -
YUV 94.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 236 28 66 0 0.88 0.72 0.07 349.04 0.85 0.52
Hex EC 1C 42 0 58 48 7 15D 55 34
Octal 354 34 102 0 130 110 7 535 125 64
Binary 11101100 11100 1000010 0 1011000 1001000 111 101011101 1010101 110100

Color Harmonies of #EC1C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C42

Black with #EC1C42

Text Example


Text Example

White with #EC1C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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