Html Css Color HEX #EC1447 Crimson

📋 copy color: '#EC1447'

red 236 ◦ green 20 ◦ blue 71

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

Shades of Crimson #EC1447

Tints of Crimson #EC1447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

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

R = 72.17%
G = 6.12%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC1447 (or 0xEC1447) is known color: Crimson. HEX triplet: EC, 14 and 47. RGB value is (236,20,71). Sum of RGB (Red+Green+Blue) = 236+20+71=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1447 is #13EBB8. Grayscale: #5A5A5A. Windows color (decimal): -1305529 or 4658412. OLE color: 4658412.

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

Color convert

RGB 236 20 71 -
CMYK 0 0.92 0.70 0.07
HSL 345.83º 0.85% 0.5% -
HSV(B) 345.83º 0.92% 0.93% -
XYZ 35.98 18.79 7.69 -
YUV 90.4 117.06 231.85 -
System Red Green Blue C M Y K H S L
Decimal 236 20 71 0 0.92 0.70 0.07 345.83 0.85 0.5
Hex EC 14 47 0 5C 46 7 15A 55 32
Octal 354 24 107 0 134 106 7 532 125 62
Binary 11101100 10100 1000111 0 1011100 1000110 111 101011010 1010101 110010

Color Harmonies of #EC1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1447

Black with #EC1447

Text Example


Text Example

White with #EC1447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1447; }

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

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

background-color css

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

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

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

border-color css

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

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

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