Html Css Color HEX #EC1240 Crimson

📋 copy color: '#EC1240'

red 236 ◦ green 18 ◦ blue 64

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

Shades of Crimson #EC1240

Tints of Crimson #EC1240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 74.21%
G = 5.66%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC1240 (or 0xEC1240) is known color: Crimson. HEX triplet: EC, 12 and 40. RGB value is (236,18,64). Sum of RGB (Red+Green+Blue) = 236+18+64=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1240 is #13EDBF. Grayscale: #585858. Windows color (decimal): -1306048 or 4199148. OLE color: 4199148.

HSL color Cylindrical-coordinate representation of color #EC1240: hue angle of 347.34º degrees, saturation: 0.86, 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 #EC1240 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 64 -
CMYK 0 0.92 0.73 0.07
HSL 347.34º 0.86% 0.5% -
HSV(B) 347.34º 0.92% 0.93% -
XYZ 35.73 18.64 6.56 -
YUV 88.43 114.22 233.26 -
System Red Green Blue C M Y K H S L
Decimal 236 18 64 0 0.92 0.73 0.07 347.34 0.86 0.5
Hex EC 12 40 0 5C 49 7 15B 56 32
Octal 354 22 100 0 134 111 7 533 126 62
Binary 11101100 10010 1000000 0 1011100 1001001 111 101011011 1010110 110010

Color Harmonies of #EC1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1240

Black with #EC1240

Text Example


Text Example

White with #EC1240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1240; }

 p { color: rgb(236,18,64); }

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

background-color css

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

 a { background-color: rgb(236,18,64); }

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

border-color css

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

 span { border-color: rgb(236,18,64); }

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