Html Css Color HEX #EC1647 Crimson

📋 copy color: '#EC1647'

red 236 ◦ green 22 ◦ blue 71

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

Shades of Crimson #EC1647

Tints of Crimson #EC1647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 71.73%
G = 6.69%
B = 21.58%

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

#EC1647 (or 0xEC1647) is known color: Crimson. HEX triplet: EC, 16 and 47. RGB value is (236,22,71). Sum of RGB (Red+Green+Blue) = 236+22+71=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1647 is #13E9B8. Grayscale: #5B5B5B. Windows color (decimal): -1305017 or 4658924. OLE color: 4658924.

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

Color convert

RGB 236 22 71 -
CMYK 0 0.91 0.70 0.07
HSL 346.26º 0.85% 0.51% -
HSV(B) 346.26º 0.91% 0.93% -
XYZ 36.02 18.86 7.7 -
YUV 91.57 116.4 231.02 -
System Red Green Blue C M Y K H S L
Decimal 236 22 71 0 0.91 0.70 0.07 346.26 0.85 0.51
Hex EC 16 47 0 5B 46 7 15A 55 33
Octal 354 26 107 0 133 106 7 532 125 63
Binary 11101100 10110 1000111 0 1011011 1000110 111 101011010 1010101 110011

Color Harmonies of #EC1647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1647

Black with #EC1647

Text Example


Text Example

White with #EC1647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1647; }

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

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

background-color css

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

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

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

border-color css

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

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

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