Html Css Color HEX #EC0640 Crimson

📋 copy color: '#EC0640'

red 236 ◦ green 6 ◦ blue 64

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

Shades of Crimson #EC0640

Tints of Crimson #EC0640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

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

R = 77.12%
G = 1.96%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC0640 (or 0xEC0640) is known color: Crimson. HEX triplet: EC, 06 and 40. RGB value is (236,6,64). Sum of RGB (Red+Green+Blue) = 236+6+64=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0640 is #13F9BF. Grayscale: #515151. Windows color (decimal): -1309120 or 4196076. OLE color: 4196076.

HSL color Cylindrical-coordinate representation of color #EC0640: hue angle of 344.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0640 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 6 64 -
CMYK 0 0.97 0.73 0.07
HSL 344.87º 0.95% 0.47% -
HSV(B) 344.87º 0.97% 0.93% -
XYZ 35.58 18.33 6.51 -
YUV 81.38 118.2 238.28 -
System Red Green Blue C M Y K H S L
Decimal 236 6 64 0 0.97 0.73 0.07 344.87 0.95 0.47
Hex EC 6 40 0 61 49 7 159 5F 2F
Octal 354 6 100 0 141 111 7 531 137 57
Binary 11101100 110 1000000 0 1100001 1001001 111 101011001 1011111 101111

Color Harmonies of #EC0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0640

Black with #EC0640

Text Example


Text Example

White with #EC0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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