Html Css Color HEX #EC1646 Crimson

📋 copy color: '#EC1646'

red 236 ◦ green 22 ◦ blue 70

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

Shades of Crimson #EC1646

Tints of Crimson #EC1646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.71%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 71.95%
G = 6.71%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC1646 (or 0xEC1646) is known color: Crimson. HEX triplet: EC, 16 and 46. RGB value is (236,22,70). Sum of RGB (Red+Green+Blue) = 236+22+70=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1646 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1646 is #13E9B9. Grayscale: #5B5B5B. Windows color (decimal): -1305018 or 4593388. OLE color: 4593388.

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

Color convert

RGB 236 22 70 -
CMYK 0 0.91 0.70 0.07
HSL 346.54º 0.85% 0.51% -
HSV(B) 346.54º 0.91% 0.93% -
XYZ 35.98 18.85 7.54 -
YUV 91.46 115.9 231.1 -
System Red Green Blue C M Y K H S L
Decimal 236 22 70 0 0.91 0.70 0.07 346.54 0.85 0.51
Hex EC 16 46 0 5B 46 7 15B 55 33
Octal 354 26 106 0 133 106 7 533 125 63
Binary 11101100 10110 1000110 0 1011011 1000110 111 101011011 1010101 110011

Color Harmonies of #EC1646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1646

Black with #EC1646

Text Example


Text Example

White with #EC1646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1646; }

 p { color: rgb(236,22,70); }

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

background-color css

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

 a { background-color: rgb(236,22,70); }

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

border-color css

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

 span { border-color: rgb(236,22,70); }

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